Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gpa/
Date: Tue, 07 Mar 2017 18:21:12
Message-Id: 1488906205.0abb1d8d73c673f0c4fb90f12799cf46f5d5bd12.alonbl@gentoo
1 commit: 0abb1d8d73c673f0c4fb90f12799cf46f5d5bd12
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 7 17:02:45 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 17:03:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abb1d8d
7
8 app-crypt/gpa: cleanup
9
10 Bug: 611468
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 app-crypt/gpa/Manifest | 2 --
15 app-crypt/gpa/gpa-0.9.4.ebuild | 35 -----------------------------------
16 app-crypt/gpa/gpa-0.9.9.ebuild | 35 -----------------------------------
17 3 files changed, 72 deletions(-)
18
19 diff --git a/app-crypt/gpa/Manifest b/app-crypt/gpa/Manifest
20 index de2dff9e2ff..d12b0966934 100644
21 --- a/app-crypt/gpa/Manifest
22 +++ b/app-crypt/gpa/Manifest
23 @@ -1,3 +1 @@
24 DIST gpa-0.9.10.tar.bz2 763239 SHA256 c3b9cc36fd9916e83524930f99df13b1d5f601f4c0168cb9f5d81422e282b727 SHA512 ff81a78e6b7c46307af6648a2e691a5e8185db229ccc5e259f2c3c05a3c86b337dde492069e7e9510c155fbc64d71cc4e2f109a00400bfb7560c558b753c42a9 WHIRLPOOL 93bb328178fea40f7e74053ec526c850c3a1c3c9b41218fee1e326f260633032117e294e864258474345057c3211f7fc81f9d0716ebad749225cfc1af4cbaca5
25 -DIST gpa-0.9.4.tar.bz2 730440 SHA256 444de33735cec227f65549ea7bdca4526ead9f464e99903636902ca85f80cfba SHA512 60fd4d49a23d00dd87f3ab025fc2721c4d61fa73710525e7f99921aae52fe192bd909b9041d4664f476862922a4ffaafb691475b2f0d83f8cde7450b6c0aab82 WHIRLPOOL aa366d512bc131b6f0f6e5859805fbad6413a112f4c2dd1752567a075a37f502c4ed0b00dc02235d9f8ffaf93538560d6226db16b253496e873bb08708d3140b
26 -DIST gpa-0.9.9.tar.bz2 737975 SHA256 6828d738b9e1d3cce96d2ec9831c09873c4cb2c87ba67a161ef54485192c4334 SHA512 2f239a655d56c95b63f5d9bd96bce19a1b5a41c4d849d7fc4f02b6e74bdc8b2738a9483c50cf28a8ff1c78cde994db45a2eee75585c62c7d0fd16e29e045c3d6 WHIRLPOOL 6aa009b915229c25df830e54551fb9474a413500de7a0a20d0c14567130859054a070b89db5573aa158fd8eda387f0f0a0918e786afb87356e2dc407b3e91f7c
27
28 diff --git a/app-crypt/gpa/gpa-0.9.4.ebuild b/app-crypt/gpa/gpa-0.9.4.ebuild
29 deleted file mode 100644
30 index 252eb0efc0e..00000000000
31 --- a/app-crypt/gpa/gpa-0.9.4.ebuild
32 +++ /dev/null
33 @@ -1,35 +0,0 @@
34 -# Copyright 1999-2013 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -DESCRIPTION="The GNU Privacy Assistant (GPA) is a graphical user interface for GnuPG"
40 -HOMEPAGE="http://gpa.wald.intevation.org"
41 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
46 -IUSE_LINGUAS=" ar cs de es fr ja nl pl pt_BR ru sv tr zh_TW"
47 -IUSE="nls ${IUSE_LINGUAS// / linguas_}"
48 -
49 -RDEPEND=">=x11-libs/gtk+-2.10.0:2
50 - >=dev-libs/libgpg-error-1.4
51 - >=dev-libs/libassuan-1.1.0
52 - >=app-crypt/gnupg-2
53 - >=app-crypt/gpgme-1.2.0"
54 -DEPEND="${RDEPEND}
55 - virtual/pkgconfig
56 - nls? ( sys-devel/gettext )"
57 -
58 -src_prepare() {
59 - sed -i 's/Application;//' gpa.desktop
60 -}
61 -
62 -src_configure() {
63 - econf \
64 - --with-gpgme-prefix=/usr \
65 - --with-libassuan-prefix=/usr \
66 - $(use_enable nls) \
67 - GPGKEYS_LDAP="/usr/libexec/gpgkeys_ldap"
68 -}
69
70 diff --git a/app-crypt/gpa/gpa-0.9.9.ebuild b/app-crypt/gpa/gpa-0.9.9.ebuild
71 deleted file mode 100644
72 index 47e8e972959..00000000000
73 --- a/app-crypt/gpa/gpa-0.9.9.ebuild
74 +++ /dev/null
75 @@ -1,35 +0,0 @@
76 -# Copyright 1999-2017 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=5
80 -
81 -DESCRIPTION="The GNU Privacy Assistant (GPA) is a graphical user interface for GnuPG"
82 -HOMEPAGE="http://gpa.wald.intevation.org"
83 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
84 -
85 -LICENSE="GPL-3"
86 -SLOT="0"
87 -KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
88 -IUSE_LINGUAS=" ar cs de es fr ja nl pl pt_BR ru sv tr zh_TW"
89 -IUSE="nls ${IUSE_LINGUAS// / linguas_}"
90 -
91 -RDEPEND=">=x11-libs/gtk+-2.10.0:2
92 - >=dev-libs/libgpg-error-1.4
93 - >=dev-libs/libassuan-1.1.0
94 - >=app-crypt/gnupg-2
95 - >=app-crypt/gpgme-1.5.0"
96 -DEPEND="${RDEPEND}
97 - virtual/pkgconfig
98 - nls? ( sys-devel/gettext )"
99 -
100 -src_prepare() {
101 - sed -i 's/Application;//' gpa.desktop
102 -}
103 -
104 -src_configure() {
105 - econf \
106 - --with-gpgme-prefix=/usr \
107 - --with-libassuan-prefix=/usr \
108 - $(use_enable nls) \
109 - GPGKEYS_LDAP="/usr/libexec/gpgkeys_ldap"
110 -}