app-crypt/gpa: cleanup old
authorAlon Bar-Lev <alonbl@gentoo.org>
Mon, 13 May 2019 04:15:00 +0000 (07:15 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Mon, 13 May 2019 04:15:00 +0000 (07:15 +0300)
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

app-crypt/gpa/Manifest
app-crypt/gpa/gpa-0.9.10.ebuild [deleted file]

index 5048b5206d9234c5469d5cd5dcb8aa4abcd1d377..9d3a52097963e266edbd6b5b962daca669ae8b9b 100644 (file)
@@ -1,2 +1 @@
 DIST gpa-0.10.0.tar.bz2 782455 BLAKE2B ef663432cbe20fb5c543696627f448b3970099b6a0f8f68b57e3d87af03550597adcfe4c27c2774d1f278cfc9d07a089652f42ef4f8c3cbc0192b645c465ac0e SHA512 87004fb0806e76012bc194f95afe9ef6044aec890b26e845f45c314e1bd8864f056ba5e32f9ef2e15b24b50840235e6e548a5e3006b255b4f1c20e0fd7710a3b
-DIST gpa-0.9.10.tar.bz2 763239 BLAKE2B 60763d63c39ca73c5f36d569e27388650060989386df10a867b0235d1b37ce3a46f1526668a1975b9e8c9ebd1c98ffaedab0fe92e55c80787a24dd412939e6a4 SHA512 ff81a78e6b7c46307af6648a2e691a5e8185db229ccc5e259f2c3c05a3c86b337dde492069e7e9510c155fbc64d71cc4e2f109a00400bfb7560c558b753c42a9
diff --git a/app-crypt/gpa/gpa-0.9.10.ebuild b/app-crypt/gpa/gpa-0.9.10.ebuild
deleted file mode 100644 (file)
index c75d84b..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="The GNU Privacy Assistant (GPA) is a graphical user interface for GnuPG"
-HOMEPAGE="http://gpa.wald.intevation.org"
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-IUSE="nls"
-
-RDEPEND="
-       >=app-crypt/gnupg-2:=
-       >=app-crypt/gpgme-1.5.0:=
-       >=dev-libs/libassuan-1.1.0
-       >=dev-libs/libgpg-error-1.4
-       >=x11-libs/gtk+-2.10.0:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-src_prepare() {
-       default
-       sed -i 's/Application;//' gpa.desktop
-}
-
-src_configure() {
-       econf \
-               --with-gpgme-prefix=/usr \
-               --with-libassuan-prefix=/usr \
-               $(use_enable nls) \
-               GPGKEYS_LDAP="/usr/libexec/gpgkeys_ldap"
-}