commit:     9bd7deed9f9a81166a17ccff89ba76e10c9e0d66
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 11:46:50 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 21:40:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd7deed

app-crypt/pinentry: drop 1.2.1-r7, 1.2.1-r8

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-crypt/pinentry/Manifest                 |   2 -
 app-crypt/pinentry/pinentry-1.2.1-r7.ebuild | 111 ----------------------------
 app-crypt/pinentry/pinentry-1.2.1-r8.ebuild | 111 ----------------------------
 3 files changed, 224 deletions(-)

diff --git a/app-crypt/pinentry/Manifest b/app-crypt/pinentry/Manifest
index cc830bd7a039..48c3c169c493 100644
--- a/app-crypt/pinentry/Manifest
+++ b/app-crypt/pinentry/Manifest
@@ -1,5 +1,3 @@
-DIST pinentry-1.2.1.tar.bz2 547698 BLAKE2B 
aa47612aa3a6f74c3676bf4018780356cb22ed4078792c1f466f9e0465199428c151c0e20dfbe6c784ef93c2b42b673daff0b6adc74c8c98fed9921e65ed42ea
 SHA512 
a665315628f4dcf07e16a22db3f3be15d7e7e93b3deec0546c7275b71b0e3bd65535a08af5e12d6339fd6595132df86529401d9d12bd17c428a3466e8dfafab6
-DIST pinentry-1.2.1.tar.bz2.sig 238 BLAKE2B 
01ba3dc296a8e76c546d21d0bb0cd13778476d5d5b3ef55a3401c6a0353a56d79250d11555afb31c77c5a77e63847ded0f8eaef395bb0dc2ee3ff1d6a4ed83bd
 SHA512 
d0e8435dc169a58f111f057f1c9fbb6c70da32a850f1107d6abdf41357c1714832728109ae61507db313d7eaef9596e5faf92fd21bed78adcc46a8c8a590430b
 DIST pinentry-1.3.0.tar.bz2 610363 BLAKE2B 
a55b80754ef37d18ebdf0bd50e134a7b1bf6362b859b7069a9e4ebd86cd7e733d51f3c21a16779a18aa0d0dfab1f7a3df070d4f7e39e0840339078c4e9cb58bc
 SHA512 
1bbac81c6811cffc8969a46494e6daa6b8447802f47ff6fa3e4dc9ac244cf6e5f629834c9b6a60770d06bff6c9932ad4059f10d2fdf93fd9e26fd5d21c0e3732
 DIST pinentry-1.3.0.tar.bz2.sig 119 BLAKE2B 
0f11126761b2a06f8b08cf971f5d610cacbde1a5ee419523a6e704ac21fef4cce26495a160a51bee5ed5f68eca7d6864dfa03efa48030ba2cf783e767b925e1c
 SHA512 
77a61877adf241d67caeea3af4c12a2c7c13ddc423ac001fab79bcec463a5853d8806052d61504fae0c67e0a9d1edf6a12d24b560ff7b4083eea5e86f9b54a90
 DIST pinentry-1.3.1.tar.bz2 611233 BLAKE2B 
47a510b3746fc8cdd83b56302132f4f4d9c61324fc857ce0867387f70f79490dad375bca4dc72e5d1cdca707bf89a16e1c9a20bf1aa0e857d69e59dc59403afd
 SHA512 
3b72034dc1792b1475acb6d605ff7c1bd7647a0f02d1b6bdcd475acdef24bc802f49e275055436c3271261c4b7a64168477a698aab812a145962146b2f67a0e2

diff --git a/app-crypt/pinentry/pinentry-1.2.1-r7.ebuild 
b/app-crypt/pinentry/pinentry-1.2.1-r7.ebuild
deleted file mode 100644
index c3656d8993ef..000000000000
--- a/app-crypt/pinentry/pinentry-1.2.1-r7.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gnupg.asc
-inherit autotools qmake-utils verify-sig
-
-DESCRIPTION="Simple passphrase entry dialogs which utilize the Assuan protocol"
-HOMEPAGE="https://gnupg.org/related_software/pinentry/";
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
-IUSE="caps efl emacs gtk keyring ncurses qt5 wayland X"
-
-DEPEND="
-       >=dev-libs/libassuan-2.1:=
-       >=dev-libs/libgcrypt-1.6.3
-       >=dev-libs/libgpg-error-1.17
-       efl? ( dev-libs/efl[X] )
-       keyring? ( app-crypt/libsecret )
-       ncurses? ( sys-libs/ncurses:= )
-       qt5? (
-               dev-qt/qtcore:5
-               dev-qt/qtgui:5
-               dev-qt/qtwidgets:5
-               wayland? ( kde-plasma/kwayland:5 )
-               X? (
-                       dev-qt/qtx11extras:5
-                       x11-libs/libX11
-               )
-       )
-"
-RDEPEND="
-       ${DEPEND}
-       gtk? ( app-crypt/gcr:0[gtk] )
-"
-BDEPEND="
-       sys-devel/gettext
-       virtual/pkgconfig
-       verify-sig? ( sec-keys/openpgp-keys-gnupg )
-"
-PDEPEND="emacs? ( app-emacs/pinentry )"
-IDEPEND=">=app-eselect/eselect-pinentry-0.7.2"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.0.0-AR.patch"
-       "${FILESDIR}/${PN}-1.2.1-automagic-capslock.patch" # bug #819939, bug 
#837719
-)
-
-src_prepare() {
-       default
-
-       unset FLTK_CONFIG
-
-       # bug #934771
-       rm m4/libassuan.m4 || die
-
-       eautoreconf
-}
-
-src_configure() {
-       export PATH="$(qt5_get_bindir):${PATH}"
-       export QTLIB="$(qt5_get_libdir)"
-
-       local myeconfargs=(
-               $(use_enable efl pinentry-efl)
-               $(use_enable emacs pinentry-emacs)
-               $(use_enable keyring libsecret)
-               $(use_enable gtk pinentry-gnome3)
-               $(use_enable ncurses fallback-curses)
-               $(use_enable ncurses pinentry-curses)
-               $(use_enable qt5 pinentry-qt)
-               $(use_enable wayland kf5-wayland)
-               $(use_enable X qtx11extras)
-               $(use_with X x)
-
-               --enable-pinentry-tty
-               --disable-pinentry-fltk
-               --disable-pinentry-gtk2
-
-               MOC="$(qt5_get_bindir)"/moc
-               GPG_ERROR_CONFIG="${ESYSROOT}"/usr/bin/${CHOST}-gpg-error-config
-               LIBASSUAN_CONFIG="${ESYSROOT}"/usr/bin/libassuan-config
-
-               $("${S}/configure" --help | grep -- '--without-.*-prefix' | sed 
-e 's/^ *\([^ ]*\) .*/\1/g')
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-
-       rm "${ED}"/usr/bin/pinentry || die
-
-       use qt5 && dosym pinentry-qt /usr/bin/pinentry-qt5
-}
-
-pkg_postinst() {
-       eselect pinentry update ifunset
-}
-
-pkg_postrm() {
-       eselect pinentry update ifunset
-}

diff --git a/app-crypt/pinentry/pinentry-1.2.1-r8.ebuild 
b/app-crypt/pinentry/pinentry-1.2.1-r8.ebuild
deleted file mode 100644
index ea45c42d15ec..000000000000
--- a/app-crypt/pinentry/pinentry-1.2.1-r8.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gnupg.asc
-inherit autotools qmake-utils verify-sig
-
-DESCRIPTION="Simple passphrase entry dialogs which utilize the Assuan protocol"
-HOMEPAGE="https://gnupg.org/related_software/pinentry/";
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="caps efl emacs gtk keyring ncurses qt5 wayland X"
-
-DEPEND="
-       >=dev-libs/libassuan-2.1:=
-       >=dev-libs/libgcrypt-1.6.3
-       >=dev-libs/libgpg-error-1.17
-       efl? ( dev-libs/efl[X] )
-       keyring? ( app-crypt/libsecret )
-       ncurses? ( sys-libs/ncurses:= )
-       qt5? (
-               dev-qt/qtcore:5
-               dev-qt/qtgui:5
-               dev-qt/qtwidgets:5
-               wayland? ( kde-plasma/kwayland:5 )
-               X? (
-                       dev-qt/qtx11extras:5
-                       x11-libs/libX11
-               )
-       )
-"
-RDEPEND="
-       ${DEPEND}
-       gtk? ( app-crypt/gcr:0[gtk] )
-"
-BDEPEND="
-       sys-devel/gettext
-       virtual/pkgconfig
-       verify-sig? ( sec-keys/openpgp-keys-gnupg )
-"
-PDEPEND="emacs? ( app-emacs/pinentry )"
-IDEPEND=">=app-eselect/eselect-pinentry-0.7.2"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.0.0-AR.patch"
-       "${FILESDIR}/${PN}-1.2.1-automagic-capslock.patch" # bug #819939, bug 
#837719
-       "${FILESDIR}/${PN}-1.2.1-include-memory.patch"
-)
-
-src_prepare() {
-       default
-
-       unset FLTK_CONFIG
-
-       # bug #934771
-       rm m4/libassuan.m4 || die
-
-       eautoreconf
-}
-
-src_configure() {
-       export PATH="$(qt5_get_bindir):${PATH}"
-       export QTLIB="$(qt5_get_libdir)"
-
-       local myeconfargs=(
-               $(use_enable efl pinentry-efl)
-               $(use_enable emacs pinentry-emacs)
-               $(use_enable keyring libsecret)
-               $(use_enable gtk pinentry-gnome3)
-               $(use_enable ncurses fallback-curses)
-               $(use_enable ncurses pinentry-curses)
-               $(use_enable qt5 pinentry-qt)
-               $(use_enable wayland kf5-wayland)
-               $(use_enable X qtx11extras)
-               $(use_with X x)
-
-               --enable-pinentry-tty
-               --disable-pinentry-fltk
-               --disable-pinentry-gtk2
-
-               MOC="$(qt5_get_bindir)"/moc
-               
ac_cv_path_GPGRT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpgrt-config"
-
-               $("${S}/configure" --help | grep -- '--without-.*-prefix' | sed 
-e 's/^ *\([^ ]*\) .*/\1/g')
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-
-       rm "${ED}"/usr/bin/pinentry || die
-
-       use qt5 && dosym pinentry-qt /usr/bin/pinentry-qt5
-}
-
-pkg_postinst() {
-       eselect pinentry update ifunset
-}
-
-pkg_postrm() {
-       eselect pinentry update ifunset
-}

Reply via email to