diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-09-07 21:58:17 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-08 18:24:39 +0100 |
commit | 6837d1106d05ce7c349af941f76b0161aea5b398 (patch) | |
tree | b58d18eb649932d73576792d5b06f46be8acaebb /app-eselect | |
parent | dev-libs/xapian-bindings: update EAPI 7 -> 8 (diff) | |
download | gentoo-6837d1106d05ce7c349af941f76b0161aea5b398.tar.gz gentoo-6837d1106d05ce7c349af941f76b0161aea5b398.tar.bz2 gentoo-6837d1106d05ce7c349af941f76b0161aea5b398.zip |
app-eselect/eselect-pinentry: remove unused file
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38509
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.3 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.3 b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.3 deleted file mode 100644 index bc058bb41ee7..000000000000 --- a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.3 +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Manage /usr/bin/pinentry implementation" -MAINTAINER="maintainer-needed@gentoo.org" -VERSION="0.7.3" - -SYMLINK_PATH=/usr/bin/pinentry -SYMLINK_TARGETS=( - pinentry-efl - pinentry-gnome3 - pinentry-qt5 - pinentry-curses - pinentry-tty - pinentry-emacs -) -SYMLINK_DESCRIPTION='pinentry binary' - -inherit bin-symlink |