summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-05 21:40:52 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-05 21:53:59 +0200
commitb0ad188420aa705cdf9a97c9ca931bbbd558acdd (patch)
treee1d634f827a4476739f9b054857148604f508b7e /app-eselect
parentapp-editors/tea: drop 47.0.0, 62.1.1, 62.2.1 (diff)
downloadgentoo-b0ad188420aa705cdf9a97c9ca931bbbd558acdd.tar.gz
gentoo-b0ad188420aa705cdf9a97c9ca931bbbd558acdd.tar.bz2
gentoo-b0ad188420aa705cdf9a97c9ca931bbbd558acdd.zip
app-eselect/eselect-pinentry: drop 0.7.3
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r--app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild
deleted file mode 100644
index 3d65df2747d5..000000000000
--- a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Manage /usr/bin/pinentry symlink"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"
-S="${WORKDIR}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
-
-src_install() {
- insinto /usr/share/eselect/modules
- newins "${FILESDIR}"/pinentry.eselect-${PV} pinentry.eselect
-}