diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-05-10 04:52:08 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-05-10 04:52:08 +0000 |
commit | 6209ef046f0f21b7560b3fc248641740dad19e19 (patch) | |
tree | e74ae20c153bc0fba934f6d414f582b5386d6066 /app-crypt/gnupg | |
parent | initscript change need mysql since mythbackend requires mysql. add LCDd and l... (diff) | |
download | gentoo-2-6209ef046f0f21b7560b3fc248641740dad19e19.tar.gz gentoo-2-6209ef046f0f21b7560b3fc248641740dad19e19.tar.bz2 gentoo-2-6209ef046f0f21b7560b3fc248641740dad19e19.zip |
Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r-- | app-crypt/gnupg/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/gnupg/files/digest-gnupg-2.0.4 | 3 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-2.0.4.ebuild | 78 |
3 files changed, 87 insertions, 1 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog index f095f2f1e6a9..2b18d599e463 100644 --- a/app-crypt/gnupg/ChangeLog +++ b/app-crypt/gnupg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/gnupg # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.284 2007/05/09 13:27:08 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.285 2007/05/10 04:52:08 alonbl Exp $ + +*gnupg-2.0.4 (10 May 2007) + + 10 May 2007; Alon Bar-Lev <alonbl@gentoo.org> +gnupg-2.0.4.ebuild: + Version bump 09 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> gnupg-1.4.7-r1.ebuild: Stable on sparc wrt #177747 diff --git a/app-crypt/gnupg/files/digest-gnupg-2.0.4 b/app-crypt/gnupg/files/digest-gnupg-2.0.4 new file mode 100644 index 000000000000..8a145e05228d --- /dev/null +++ b/app-crypt/gnupg/files/digest-gnupg-2.0.4 @@ -0,0 +1,3 @@ +MD5 e16efce067ba132f933792a3ec7f180e gnupg-2.0.4.tar.bz2 3575021 +RMD160 7d31526012e32c2fe39fea62c01b5c17d16118ad gnupg-2.0.4.tar.bz2 3575021 +SHA256 3872d7280e5a12a947509c73b70c3024521c29ff4427c8fb4caa17dde2f4248c gnupg-2.0.4.tar.bz2 3575021 diff --git a/app-crypt/gnupg/gnupg-2.0.4.ebuild b/app-crypt/gnupg/gnupg-2.0.4.ebuild new file mode 100644 index 000000000000..61d22d312ed7 --- /dev/null +++ b/app-crypt/gnupg/gnupg-2.0.4.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.4.ebuild,v 1.1 2007/05/10 04:52:08 alonbl Exp $ + +inherit flag-o-matic + +DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement" +HOMEPAGE="http://www.gnupg.org/" +SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="bzip2 doc ldap nls openct pcsc-lite smartcard selinux" + +COMMON_DEPEND=" + virtual/libc + >=dev-libs/pth-1.3.7 + >=dev-libs/libgcrypt-1.2.0 + >=dev-libs/libksba-1.0.0 + >=dev-libs/libgpg-error-1.4 + >=dev-libs/libassuan-1.0.1 + >=net-misc/curl-7.7.2 + bzip2? ( app-arch/bzip2 ) + pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 ) + openct? ( >=dev-libs/openct-0.5.0 ) + ldap? ( net-nds/openldap ) + app-crypt/pinentry" + +DEPEND="${COMMON_DEPEND} + nls? ( sys-devel/gettext ) + doc? ( sys-apps/texinfo )" + +RDEPEND="${COMMON_DEPEND} + !app-crypt/gpg-agent + !<=app-crypt/gnupg-2.0.1 + virtual/mta + selinux? ( sec-policy/selinux-gnupg ) + nls? ( virtual/libintl )" + +src_compile() { + append-ldflags $(bindnow-flags) + + econf \ + --enable-symcryptrun \ + --enable-gpg \ + --enable-gpgsm \ + --enable-agent \ + $(use_enable bzip2) \ + $(use_enable smartcard scdaemon) \ + $(use_enable nls) \ + $(use_enable ldap) \ + --disable-capabilities \ + || die + emake || die + if use doc; then + cd doc + emake html || die + fi +} + +src_install() { + make DESTDIR="${D}" install || die + dodoc ChangeLog NEWS README THANKS TODO VERSION + + dosym gpg2 /usr/bin/gpg + dosym gpgv2 /usr/bin/gpgv + echo ".so man1/gpg2.1" > "${D}/usr/share/man/man1/gpg.1" + echo ".so man1/gpgv2.1" > "${D}/usr/share/man/man1/gpgv.1" + + use doc && dohtml doc/gnupg.html/* doc/*jpg doc/*png +} + +pkg_postinst() { + elog "If you wish to view images emerge:" + elog "media-gfx/xloadimage, media-gfx/xli or any other viewer" + elog "Remember to use photo-viewer option in configuration file to activate the right viewer" +} |