summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-11-29 18:06:54 +0100
committerUlrich Müller <ulm@gentoo.org>2023-11-29 18:08:11 +0100
commit521d384d2db6ff12bd86ed8e19063274be4ff97f (patch)
treec029f925b9aa1cbb4da5a9c317944f57d0939ac3 /app-emacs
parentdev-python/rpds-py: Stabilize 0.13.1 ppc64, #918818 (diff)
downloadgentoo-521d384d2db6ff12bd86ed8e19063274be4ff97f.tar.gz
gentoo-521d384d2db6ff12bd86ed8e19063274be4ff97f.tar.bz2
gentoo-521d384d2db6ff12bd86ed8e19063274be4ff97f.zip
app-emacs/pinentry: add 0.1_p20231126
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/pinentry/Manifest1
-rw-r--r--app-emacs/pinentry/metadata.xml3
-rw-r--r--app-emacs/pinentry/pinentry-0.1_p20231126.ebuild22
3 files changed, 26 insertions, 0 deletions
diff --git a/app-emacs/pinentry/Manifest b/app-emacs/pinentry/Manifest
index 5dd4f9c72dc5..3bcb4e58bdc1 100644
--- a/app-emacs/pinentry/Manifest
+++ b/app-emacs/pinentry/Manifest
@@ -1 +1,2 @@
DIST pinentry-0.1_p20170913.el.xz 4792 BLAKE2B b2c301720a42f43ad5d1986c427e972cfb197d98bd5bd878106a591e1d54800843f3e607c8d6933bd50b695ae8447d8d2aed772615846a5ce5acf6a67c009a8a SHA512 d582328e64abcc8ef964b4e4b136b9814ecc92edc930a922012809313f7dfdbf407890f9592d37b784f50fda44cf8acf5500881cf33966a1160c8496c201ac33
+DIST pinentry-0.1_p20231126.tar.gz 5247 BLAKE2B cfc47b8444b211053148476dbfceb9c151323a5dec23f783f18aed85c7e248ac551a63f723dc69ee2929a76fed19a7cfe2cc721eb64a7115674d46f0d0c03f00 SHA512 bdb3ab192800ef817fd07cab77f7fccfd699165224e6df5b7d7099e712a1beca99c5d20388ff6b16edd1217c35da9a0f8ef2be4e1f8e72bbd8fd9b360c68e584
diff --git a/app-emacs/pinentry/metadata.xml b/app-emacs/pinentry/metadata.xml
index 986088003fe1..86802d71992a 100644
--- a/app-emacs/pinentry/metadata.xml
+++ b/app-emacs/pinentry/metadata.xml
@@ -6,4 +6,7 @@
<name>Gentoo GNU Emacs project</name>
</maintainer>
<stabilize-allarches/>
+<upstream>
+ <remote-id type="github">ueno/pinentry-el</remote-id>
+</upstream>
</pkgmetadata>
diff --git a/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild b/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild
new file mode 100644
index 000000000000..8b2b12b25e85
--- /dev/null
+++ b/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp readme.gentoo-r1
+
+COMMIT="a6441224da04656370e993e2616185cc31afaff9"
+DESCRIPTION="GnuPG Pinentry server implementation for Emacs"
+HOMEPAGE="https://github.com/ueno/pinentry-el
+ https://www.emacswiki.org/emacs/EasyPG"
+SRC_URI="https://github.com/ueno/${PN}-el/archive/${COMMIT}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-el-${COMMIT}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="app-crypt/pinentry[emacs]"
+
+SITEFILE="50${PN}-gentoo.el"