summaryrefslogtreecommitdiff
path: root/app-eselect
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-22 03:04:32 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-22 03:04:32 -0500
commitf95e0da799133b56968a5a6af89c7fb3366c4777 (patch)
tree72beb2dfd419dd3d642a8cfc8241107f9e1f62a0 /app-eselect
parente5faa7971680e6e6ede05155985e4857c24c8979 (diff)
downloadbaldeagleos-repo-f95e0da799133b56968a5a6af89c7fb3366c4777.tar.gz
baldeagleos-repo-f95e0da799133b56968a5a6af89c7fb3366c4777.tar.xz
baldeagleos-repo-f95e0da799133b56968a5a6af89c7fb3366c4777.zip
Adding metadata
Diffstat (limited to 'app-eselect')
-rw-r--r--app-eselect/eselect-pinentry/eselect-pinentry-0.7.5.ebuild19
-rw-r--r--app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.523
2 files changed, 42 insertions, 0 deletions
diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.5.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.5.ebuild
new file mode 100644
index 000000000000..25a23ca03d2d
--- /dev/null
+++ b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2026 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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-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
+}
diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.5 b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.5
new file mode 100644
index 000000000000..5a99321c8c71
--- /dev/null
+++ b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.5
@@ -0,0 +1,23 @@
+# Copyright 1999-2026 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.5"
+
+SYMLINK_PATH=/usr/bin/pinentry
+SYMLINK_TARGETS=(
+ pinentry-efl
+ pinentry-gnome3
+ pinentry-qt5
+ pinentry-qt6
+ pinentry-curses
+ pinentry-tty
+ pinentry-emacs
+ pinentry-tqt
+ pinentry-bemenu
+ pinentry-fuzzel
+)
+SYMLINK_DESCRIPTION='pinentry binary'
+
+inherit bin-symlink