Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 131932 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]
Ebuild file for brutus-keyring
brutus-keyring-0.9.11.ebuild (text/plain), 2.35 KB, created by
Jules Colding
on 2007-09-26 12:24:36 UTC
(
hide
)
Description:
Ebuild file for brutus-keyring
Filename:
MIME Type:
Creator:
Jules Colding
Created:
2007-09-26 12:24:36 UTC
Size:
2.35 KB
patch
obsolete
># ># Ebuild file for the Brutus Keyring. ># Copyright (C) 2007 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.omesc.com/" >SRC_URI="http://www.omesc.com/sites/default/files/downloads/dist/brutus-keyring/Gentoo/brutus-keyring-0.9.11.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." > ewarn > ewarn "Please kill or restart any previously running brutus-keyring daemons" > ewarn "to complete the update. You can use 'killall brutus-keyringd' to kill" > ewarn "your brutus-keyring daemons. If you do not have 'killall' then get it" > ewarn "by doing 'emerge sys-process/psmisc'." > ewarn > ewarn "Alternatively you can ask brutus-keyringd to restart itself by sending" > ewarn "it 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 >}
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