commit:     b80774ad6db57fff46756e4bde0d39aa407f4070
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 19:25:16 2016 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 19:25:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80774ad

app-crypt/gnupg: cleanup

Package-Manager: portage-2.3.0

 app-crypt/gnupg/Manifest            |   2 -
 app-crypt/gnupg/gnupg-1.4.19.ebuild | 115 ------------------------------------
 app-crypt/gnupg/gnupg-1.4.20.ebuild | 115 ------------------------------------
 3 files changed, 232 deletions(-)

diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest
index 9f7f424..50471db 100644
--- a/app-crypt/gnupg/Manifest
+++ b/app-crypt/gnupg/Manifest
@@ -1,5 +1,3 @@
-DIST gnupg-1.4.19.tar.bz2 3713811 SHA256 
7f09319d044b0f6ee71fe3587bb873be701723ac0952cff5069046a78de8fd86 SHA512 
cce2a83efb05f963ad0f8afd04999cc852889d46b4cad4cf399a37fd6e69f0911a5ccaa0192cb891a941cfa93125349b481efa789a127e3c0aa2c5ba53672741
 WHIRLPOOL 
14eaddca0981f05757aa0751b9563837efd3f5943a422d5f29e0de94eb6233b85b8848a1f4816ab7e897d6e656c7c08705115d53ed89f554604ffd2009c3c39f
-DIST gnupg-1.4.20.tar.bz2 3692881 SHA256 
04988b1030fa28ddf961ca8ff6f0f8984e0cddcb1eb02859d5d8fe0fe237edcc SHA512 
8a66d5a45dcf0508601452061eb1965c3c56c56f0e5ded00b7f54c6104de0a305c1d526abd37be2f55cd9bde79600d9cfaf60536af77ff733d778ace5fcd9dad
 WHIRLPOOL 
26344b6ba0e5f0f11fa411f5af265c922b3b1d62ff030433eb8dc6fef00dbf2ec3370ecb081dd5c6cf85a4a37e7f12aacc83e07b803cc80adda29a11a4a3c715
 DIST gnupg-1.4.21.tar.bz2 3689305 SHA256 
6b47a3100c857dcab3c60e6152e56a997f2c7862c1b8b2b25adf3884a1ae2276 SHA512 
619e0fbc10310c7e55d129027e2945791fe91a0884b1d6f53acb4b2e380d1c6e71d1a516a59876182c5c70a4227d44a74ceda018c343b5291fa9a5d6de77c984
 WHIRLPOOL 
eb596be347dd90be93d381fe405e50f5808160b546705493bc9d817d521ea236a2374648e6c2cab396f54bba74de4caf2b92e894df3a17aa339f014ef8cc8802
 DIST gnupg-2.0.28.tar.bz2 4435779 SHA256 
ce092ee4ab58fd19b9fb34a460c07b06c348f4360dd5dd4886d041eb521a534c SHA512 
7e786fe0648d5ea453f9c7524fec4bd7d5eec26d28f723acf3cb2f7ec9c400c339f0926a179411876c3f8e08b06942dcec643dc930caf58239bbd4932f4bd3c1
 WHIRLPOOL 
ccf7427e54a545914e89677618055a114b4c9dc4db48669a2fc726fced98475df4ed27c93bd180f1250d147111ee663c736cdf4e1d8afdc40ed967cdffd0eb66
 DIST gnupg-2.0.29.tar.bz2 4416251 SHA256 
68ed6b386ba78425b05a60e8ee22785ff0fef190bdc6f1c612f19a58819d4ac9 SHA512 
23b452c740ab5c1e1e37337ae0583dd3b15df58a5bb5639c0c2aef1fb603e0a7d90a257ac99b0d9dfb68b81fa061c0c64e0bfd256c00d64e2f432192f5052f37
 WHIRLPOOL 
f3d59a9453b4a65c726788c35b065ffc9cde0b746705080cd3491c73439786d791da29cf8f5bf1e5594a0e39cfaec214e346fe18ec3acf0b425dc396aa189f33

diff --git a/app-crypt/gnupg/gnupg-1.4.19.ebuild 
b/app-crypt/gnupg/gnupg-1.4.19.ebuild
deleted file mode 100644
index 5922bb6..00000000
--- a/app-crypt/gnupg/gnupg-1.4.19.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils flag-o-matic toolchain-funcs
-
-ECCVER="0.2.0"
-ECCVER_GNUPG="1.4.9"
-ECC_PATCH="${PN}-${ECCVER_GNUPG}-ecc${ECCVER}.diff"
-MY_P=${P/_/}
-
-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 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="bzip2 curl ldap mta nls readline selinux smartcard static usb zlib"
-
-COMMON_DEPEND="
-       ldap? ( net-nds/openldap )
-       bzip2? ( app-arch/bzip2 )
-       zlib? ( sys-libs/zlib )
-       curl? ( net-misc/curl )
-       mta? ( virtual/mta )
-       readline? ( sys-libs/readline )
-       smartcard? ( =virtual/libusb-0* )
-       usb? ( =virtual/libusb-0* )"
-
-RDEPEND="!static? ( ${COMMON_DEPEND} )
-       selinux? ( sec-policy/selinux-gpg )
-       nls? ( virtual/libintl )"
-
-DEPEND="${COMMON_DEPEND}
-       dev-lang/perl
-       nls? ( sys-devel/gettext )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       # bug#469388
-       sed -i -e 's/--batch --dearmor/--homedir . --batch --dearmor/' 
checks/Makefile.in
-
-       # Fix PIC definitions
-       sed -i -e 's:PIC:__PIC__:' mpi/i386/mpih-{add,sub}1.S 
intl/relocatable.c \
-               || die "sed PIC failed"
-       sed -i -e 's:if PIC:ifdef __PIC__:' mpi/sparc32v8/mpih-mul{1,2}.S || \
-               die "sed PIC failed"
-}
-
-src_configure() {
-       # Certain sparc32 machines seem to have trouble building correctly with
-       # -mcpu enabled.  While this is not a gnupg problem, it is a temporary
-       # fix until the gcc problem can be tracked down.
-       if [ "${ARCH}" == "sparc" ] && [ "${PROFILE_ARCH}" == "sparc" ]; then
-               filter-flags -mcpu=supersparc -mcpu=v8 -mcpu=v7
-       fi
-
-       # 'USE=static' support was requested in #29299
-       use static && append-ldflags -static
-
-       econf \
-               --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-               $(use_enable ldap) \
-               $(use_enable mta mailto) \
-               --enable-hkp \
-               --enable-finger \
-               $(use_with !zlib included-zlib) \
-               $(use_with curl libcurl /usr) \
-               $(use_enable nls) \
-               $(use_enable bzip2) \
-               $(use_enable smartcard card-support) \
-               $(use_enable selinux selinux-support) \
-               --without-capabilities \
-               $(use_with readline) \
-               $(use_with usb libusb /usr) \
-               --enable-static-rnd=linux \
-               --libexecdir="${EPREFIX}/usr/libexec" \
-               --enable-noexecstack \
-               CC_FOR_BUILD=$(tc-getBUILD_CC) \
-               ${myconf}
-}
-
-src_install() {
-       default
-
-       # keep the documentation in /usr/share/doc/...
-       rm -rf "${ED}usr/share/gnupg/FAQ" "${ED}usr/share/gnupg/faq.html" || die
-
-       dodoc AUTHORS BUGS ChangeLog NEWS PROJECTS README THANKS \
-               TODO VERSION doc/{FAQ,HACKING,DETAILS,OpenPGP}
-
-       exeinto /usr/libexec/gnupg
-       doexe tools/make-dns-cert
-}
-
-pkg_postinst() {
-       ewarn "If you are using a non-Linux system, or a kernel older than 
2.6.9,"
-       ewarn "you MUST make the gpg binary setuid."
-       echo
-#      if use !bindist && use ecc; then
-#              ewarn
-#              ewarn "The elliptical curves patch is experimental"
-#              ewarn "Further info available at 
http://alumnes.eps.udl.es/%7Ed4372211/index.en.html";
-#      fi
-       elog
-       elog "See https://www.gentoo.org/doc/en/gnupg-user.xml for 
documentation on gnupg"
-       elog
-       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"
-}

diff --git a/app-crypt/gnupg/gnupg-1.4.20.ebuild 
b/app-crypt/gnupg/gnupg-1.4.20.ebuild
deleted file mode 100644
index 2691b18..00000000
--- a/app-crypt/gnupg/gnupg-1.4.20.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils flag-o-matic toolchain-funcs
-
-ECCVER="0.2.0"
-ECCVER_GNUPG="1.4.9"
-ECC_PATCH="${PN}-${ECCVER_GNUPG}-ecc${ECCVER}.diff"
-MY_P=${P/_/}
-
-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 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="bzip2 curl ldap mta nls readline selinux smartcard static usb zlib"
-
-COMMON_DEPEND="
-       ldap? ( net-nds/openldap )
-       bzip2? ( app-arch/bzip2 )
-       zlib? ( sys-libs/zlib )
-       curl? ( net-misc/curl )
-       mta? ( virtual/mta )
-       readline? ( sys-libs/readline:0= )
-       smartcard? ( =virtual/libusb-0* )
-       usb? ( =virtual/libusb-0* )"
-
-RDEPEND="!static? ( ${COMMON_DEPEND} )
-       selinux? ( sec-policy/selinux-gpg )
-       nls? ( virtual/libintl )"
-
-DEPEND="${COMMON_DEPEND}
-       dev-lang/perl
-       nls? ( sys-devel/gettext )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       # bug#469388
-       sed -i -e 's/--batch --dearmor/--homedir . --batch --dearmor/' 
checks/Makefile.in
-
-       # Fix PIC definitions
-       sed -i -e 's:PIC:__PIC__:' mpi/i386/mpih-{add,sub}1.S 
intl/relocatable.c \
-               || die "sed PIC failed"
-       sed -i -e 's:if PIC:ifdef __PIC__:' mpi/sparc32v8/mpih-mul{1,2}.S || \
-               die "sed PIC failed"
-}
-
-src_configure() {
-       # Certain sparc32 machines seem to have trouble building correctly with
-       # -mcpu enabled.  While this is not a gnupg problem, it is a temporary
-       # fix until the gcc problem can be tracked down.
-       if [ "${ARCH}" == "sparc" ] && [ "${PROFILE_ARCH}" == "sparc" ]; then
-               filter-flags -mcpu=supersparc -mcpu=v8 -mcpu=v7
-       fi
-
-       # 'USE=static' support was requested in #29299
-       use static && append-ldflags -static
-
-       econf \
-               --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-               $(use_enable ldap) \
-               $(use_enable mta mailto) \
-               --enable-hkp \
-               --enable-finger \
-               $(use_with !zlib included-zlib) \
-               $(use_with curl libcurl /usr) \
-               $(use_enable nls) \
-               $(use_enable bzip2) \
-               $(use_enable smartcard card-support) \
-               $(use_enable selinux selinux-support) \
-               --without-capabilities \
-               $(use_with readline) \
-               $(use_with usb libusb /usr) \
-               --enable-static-rnd=linux \
-               --libexecdir="${EPREFIX}/usr/libexec" \
-               --enable-noexecstack \
-               CC_FOR_BUILD=$(tc-getBUILD_CC) \
-               ${myconf}
-}
-
-src_install() {
-       default
-
-       # keep the documentation in /usr/share/doc/...
-       rm -rf "${ED}usr/share/gnupg/FAQ" "${ED}usr/share/gnupg/faq.html" || die
-
-       dodoc AUTHORS BUGS ChangeLog NEWS PROJECTS README THANKS \
-               TODO VERSION doc/{FAQ,HACKING,DETAILS,OpenPGP}
-
-       exeinto /usr/libexec/gnupg
-       doexe tools/make-dns-cert
-}
-
-pkg_postinst() {
-       ewarn "If you are using a non-Linux system, or a kernel older than 
2.6.9,"
-       ewarn "you MUST make the gpg binary setuid."
-       echo
-#      if use !bindist && use ecc; then
-#              ewarn
-#              ewarn "The elliptical curves patch is experimental"
-#              ewarn "Further info available at 
http://alumnes.eps.udl.es/%7Ed4372211/index.en.html";
-#      fi
-       elog
-       elog "See https://www.gentoo.org/doc/en/gnupg-user.xml for 
documentation on gnupg"
-       elog
-       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"
-}

Reply via email to