Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46249 Details for
Bug 70811
gpg-agent needed by kmail from kdepim 3.3.x
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gpg-agent-1.9.13.ebuild
gpg-agent-1.9.13.ebuild (text/plain), 1.51 KB, created by
Diego Elio Pettenò (RETIRED)
on 2004-12-17 19:48:46 UTC
(
hide
)
Description:
gpg-agent-1.9.13.ebuild
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2004-12-17 19:48:46 UTC
Size:
1.51 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.10.ebuild,v 1.7 2004/10/24 05:31:38 vapier Exp $ > >inherit eutils > ># gpg-agent is took from gnupg package. >GPG_P=gnupg-${PV} >S=${WORKDIR}/${GPG_P} > >DESCRIPTION="The GNU Privacy Guard Agent" >HOMEPAGE="http://www.gnupg.org/" >SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/${GPG_P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" >IUSE="nls caps" > >RDEPEND="<app-crypt/gnupg-1.9 > nls? ( sys-devel/gettext ) > virtual/libc" >DEPEND="${RDEPEND} > dev-lang/perl" > >src_unpack() { > unpack ${A} > sed -e 's:GNUPG_LIBEXECDIR:"/usr/lib/gnupg":' -i ${S}/g10/keyserver.c >} > >src_compile() { > local myconf="" > > econf \ > --libexecdir=/usr/lib \ > --enable-agent-only \ > `use_with caps capabilities` \ > ${myconf} \ > || die > emake || die >} > >src_install() { > cd ${S} > einstall libexecdir="${D}/usr/lib/gnupg" || die > > # keep the documentation in /usr/share/doc/... > rm -rf "${D}/usr/share/gnupg/FAQ" "${D}/usr/share/gnupg/faq.html" > > dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO VERSION > > if ! use caps ; then > fperms u+s /usr/bin/gpg-agent > fi >} > >pkg_postinst() { > if ! use caps; then > einfo "gpg is installed suid root to make use of protected memory space" > einfo "This is needed in order to have a secure place to store your" > einfo "passphrases, etc. at runtime but may make some sysadmins nervous." > fi > echo >}
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 70811
:
45032
| 46249