diff options
author | Sam James <sam@gentoo.org> | 2022-12-26 08:15:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-26 08:32:54 +0000 |
commit | 4f2a95684b8b4a712e759d3bd8ef40f38a3d9162 (patch) | |
tree | b430c50b2a02d9b06e3dae8fa75cd4492267e393 /app-crypt | |
parent | app-crypt/gnupg: drop 2.2.39 (diff) | |
download | gentoo-4f2a95684b8b4a712e759d3bd8ef40f38a3d9162.tar.gz gentoo-4f2a95684b8b4a712e759d3bd8ef40f38a3d9162.tar.bz2 gentoo-4f2a95684b8b4a712e759d3bd8ef40f38a3d9162.zip |
app-crypt/gpa: drop 0.10.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpa/gpa-0.10.0.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/app-crypt/gpa/gpa-0.10.0.ebuild b/app-crypt/gpa/gpa-0.10.0.ebuild deleted file mode 100644 index 31a5e81e4e06..000000000000 --- a/app-crypt/gpa/gpa-0.10.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg - -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.11.1:= - >=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" -} |