Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 149927 Details for
Bug 193869
app-crypt/brutus-keyring - A small and simple keyring built upon libgcrypt
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
brutus-keyring-0.9.24.ebuild (text/plain), 2.83 KB, created by
Jules Colding
on 2008-04-16 12:26:21 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
Jules Colding
Created:
2008-04-16 12:26:21 UTC
Size:
2.83 KB
patch
obsolete
># ># Ebuild file for the Brutus Keyring. ># Copyright (C) 2007-2008 OMC Denmark ApS ># ># This program is free software; you can redistribute it and/or modify ># it under the terms of the GNU General Public License as published by ># the Free Software Foundation; either version 2 of the License, or ># (at your option) any later version. ># ># This program is distributed in the hope that it will be useful, ># but WITHOUT ANY WARRANTY; without even the implied warranty of ># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ># GNU General Public License for more details. ># ># You should have received a copy of the GNU General Public License ># along with this program; if not, write to the Free Software ># Foundation, Inc., 59 Temple Place, Suite 330, Boston, ># MA 02111-1307 USA ># ># Please see http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds ># on how to use this ebuild file. ># ># $Header: $ > >inherit eutils > >DESCRIPTION="Brutus keyring daemon" >HOMEPAGE="http://www.42tools.com/" >SRC_URI="http://www.42tools.com/sites/default/files/downloads/dist/brutus-keyring/Gentoo/brutus-keyring-0.9.24.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" > >IUSE="debug" >RESTRICT="nomirror" > >DEPEND=">=gnome-base/orbit-2.14.1 > >=dev-libs/libIDL-0.8.5 > >=dev-util/pkgconfig-0.20 > >=dev-libs/libgcrypt-1.2.2 > gnome-base/gnome-common" > >DOCS="COPYING README INSTALL docs/brutus-keyring-guide docs/brutus-keyring-devel-guide" > >src_compile() { > BRUTUS_ECONF="--enable-brutus-dist=yes \ > --enable-brutus-devel=yes \ > --enable-brutus-target=gentoo \ > $(use_enable debug brutus-debug yes)" > > econf ${BRUTUS_ECONF} || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc ${DOCS} >} > >pkg_postinst() { > elog "brutus-keyring has been installed or updated." > ewarn > ewarn "All currently running brutus-keyring daemons must be restarted to" > ewarn "complete an update. I will now attempt to restart all running" > ewarn "brutus-keyring instances." > ewarn > if [ -x /usr/bin/killall ]; then > ewarn > ewarn "Restarting brutus-keyring daemons now..." > /usr/bin/killall -s USR2 brutus-keyringd > ewarn "Done, brutus-keyring daemons restarted." > ewarn > else > ewarn "I can not do this automatically for you so you must do it manually. You can" > ewarn "use 'killall -s TERM brutus-keyringd' to kill your all of your brutus-keyring" > ewarn "daemons. You should never have more than one running at any one time though." > ewarn "If you do not have 'killall' then get it by doing 'emerge sys-process/psmisc'." > ewarn > ewarn "Alternatively you can ask brutus-keyringd to restart itself by sending it" > ewarn "the USR2 signal. Just execute this command in a shell:" > ewarn > ewarn " if [ -f ~/.brutus-keyringd/brutus-keyringd.pid ]; then (kill -s USR2 \$(cat ~/.brutus-keyringd/brutus-keyringd.pid)) fi" > ewarn > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 193869
:
131932
| 149927