commit: 807ba3270c39ea4a17b9817d3f359ed27c1fa70c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Aug 29 12:47:38 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 31 20:32:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807ba327
app-crypt/gpa: drop 0.10.0-r1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-crypt/gpa/Manifest | 2 -- app-crypt/gpa/gpa-0.10.0-r1.ebuild | 51 -------------------------------------- 2 files changed, 53 deletions(-) diff --git a/app-crypt/gpa/Manifest b/app-crypt/gpa/Manifest index 7424cca67425..b605aa5b040f 100644 --- a/app-crypt/gpa/Manifest +++ b/app-crypt/gpa/Manifest @@ -1,3 +1 @@ -DIST gpa-0.10.0-autoconf.patch.xz 8500 BLAKE2B 0b1b99ef0096f4634b60cddf46d3eb6d70da17be1f506265f2642e742e8f7a016e2b340c6722d5976f185b20b1b2ad96661b375fcdd24595d225314bdfc97e56 SHA512 be59117bea8f254238306e6e8ef023f4485bc940387a7a3d4b47dab2962410d6bfb0a540476061beca531504ff5c56d7d8b2416d366810c73359807cdcc42207 -DIST gpa-0.10.0.tar.bz2 782455 BLAKE2B ef663432cbe20fb5c543696627f448b3970099b6a0f8f68b57e3d87af03550597adcfe4c27c2774d1f278cfc9d07a089652f42ef4f8c3cbc0192b645c465ac0e SHA512 87004fb0806e76012bc194f95afe9ef6044aec890b26e845f45c314e1bd8864f056ba5e32f9ef2e15b24b50840235e6e548a5e3006b255b4f1c20e0fd7710a3b DIST gpa-0.11.0.tar.bz2 827217 BLAKE2B 7221346e68502667791b17f73b11a946de71d5f52165b8ccc9355f6015dbd4b82f63ea6cf4c20497354fb7031fe8ecb7c0bcf59878559af7037f5d21023b486c SHA512 976c607732ac5558bc00bfd777408605729155773036ac811faf1e528c29567f9f16288aeaa3390fef7b8eaa75ae68a0fe710f8b55d001580a09d7382d33d20d diff --git a/app-crypt/gpa/gpa-0.10.0-r1.ebuild b/app-crypt/gpa/gpa-0.10.0-r1.ebuild deleted file mode 100644 index 8973ba9f49fe..000000000000 --- a/app-crypt/gpa/gpa-0.10.0-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools xdg - -DESCRIPTION="The GNU Privacy Assistant (GPA) is a graphical user interface for GnuPG" -HOMEPAGE="https://gnupg.org/software/gpa/" -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" -# Backport of upstream changes to 0.10.0 -SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-autoconf.patch.xz" - -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 ) -" - -PATCHES=( - "${WORKDIR}"/${P}-autoconf.patch -) - -src_prepare() { - default - - sed -i 's/Application;//' gpa.desktop || die - - # bug #934802 (can drop on next release > 0.10.0) - rm m4/libassuan.m4 || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable nls) \ - GPGKEYS_LDAP="/usr/libexec/gpgkeys_ldap" -}
