diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-07 19:02:45 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-07 19:03:25 +0200 |
commit | 0abb1d8d73c673f0c4fb90f12799cf46f5d5bd12 (patch) | |
tree | 77daa3d94a43f14f689913b4cca5d860356647e0 /app-crypt/gpa | |
parent | app-crypt/aespipe: cleanup (diff) | |
download | gentoo-0abb1d8d73c673f0c4fb90f12799cf46f5d5bd12.tar.gz gentoo-0abb1d8d73c673f0c4fb90f12799cf46f5d5bd12.tar.bz2 gentoo-0abb1d8d73c673f0c4fb90f12799cf46f5d5bd12.zip |
app-crypt/gpa: cleanup
Bug: 611468
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-crypt/gpa')
-rw-r--r-- | app-crypt/gpa/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/gpa/gpa-0.9.4.ebuild | 35 | ||||
-rw-r--r-- | app-crypt/gpa/gpa-0.9.9.ebuild | 35 |
3 files changed, 0 insertions, 72 deletions
diff --git a/app-crypt/gpa/Manifest b/app-crypt/gpa/Manifest index de2dff9e2ffc..d12b09669340 100644 --- a/app-crypt/gpa/Manifest +++ b/app-crypt/gpa/Manifest @@ -1,3 +1 @@ DIST gpa-0.9.10.tar.bz2 763239 SHA256 c3b9cc36fd9916e83524930f99df13b1d5f601f4c0168cb9f5d81422e282b727 SHA512 ff81a78e6b7c46307af6648a2e691a5e8185db229ccc5e259f2c3c05a3c86b337dde492069e7e9510c155fbc64d71cc4e2f109a00400bfb7560c558b753c42a9 WHIRLPOOL 93bb328178fea40f7e74053ec526c850c3a1c3c9b41218fee1e326f260633032117e294e864258474345057c3211f7fc81f9d0716ebad749225cfc1af4cbaca5 -DIST gpa-0.9.4.tar.bz2 730440 SHA256 444de33735cec227f65549ea7bdca4526ead9f464e99903636902ca85f80cfba SHA512 60fd4d49a23d00dd87f3ab025fc2721c4d61fa73710525e7f99921aae52fe192bd909b9041d4664f476862922a4ffaafb691475b2f0d83f8cde7450b6c0aab82 WHIRLPOOL aa366d512bc131b6f0f6e5859805fbad6413a112f4c2dd1752567a075a37f502c4ed0b00dc02235d9f8ffaf93538560d6226db16b253496e873bb08708d3140b -DIST gpa-0.9.9.tar.bz2 737975 SHA256 6828d738b9e1d3cce96d2ec9831c09873c4cb2c87ba67a161ef54485192c4334 SHA512 2f239a655d56c95b63f5d9bd96bce19a1b5a41c4d849d7fc4f02b6e74bdc8b2738a9483c50cf28a8ff1c78cde994db45a2eee75585c62c7d0fd16e29e045c3d6 WHIRLPOOL 6aa009b915229c25df830e54551fb9474a413500de7a0a20d0c14567130859054a070b89db5573aa158fd8eda387f0f0a0918e786afb87356e2dc407b3e91f7c diff --git a/app-crypt/gpa/gpa-0.9.4.ebuild b/app-crypt/gpa/gpa-0.9.4.ebuild deleted file mode 100644 index 252eb0efc0ed..000000000000 --- a/app-crypt/gpa/gpa-0.9.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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_LINGUAS=" ar cs de es fr ja nl pl pt_BR ru sv tr zh_TW" -IUSE="nls ${IUSE_LINGUAS// / linguas_}" - -RDEPEND=">=x11-libs/gtk+-2.10.0:2 - >=dev-libs/libgpg-error-1.4 - >=dev-libs/libassuan-1.1.0 - >=app-crypt/gnupg-2 - >=app-crypt/gpgme-1.2.0" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - 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" -} diff --git a/app-crypt/gpa/gpa-0.9.9.ebuild b/app-crypt/gpa/gpa-0.9.9.ebuild deleted file mode 100644 index 47e8e9729598..000000000000 --- a/app-crypt/gpa/gpa-0.9.9.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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_LINGUAS=" ar cs de es fr ja nl pl pt_BR ru sv tr zh_TW" -IUSE="nls ${IUSE_LINGUAS// / linguas_}" - -RDEPEND=">=x11-libs/gtk+-2.10.0:2 - >=dev-libs/libgpg-error-1.4 - >=dev-libs/libassuan-1.1.0 - >=app-crypt/gnupg-2 - >=app-crypt/gpgme-1.5.0" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - 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" -} |