commit: 28ac8abd60c420055b5403c631c6bc48652e19a0 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 14:40:52 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 14:42:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ac8abd
app-emacs/pinentry: add 0.1_p20250408 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/pinentry/Manifest | 1 + app-emacs/pinentry/pinentry-0.1_p20250408.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/app-emacs/pinentry/Manifest b/app-emacs/pinentry/Manifest index 41dda4ce7c0e..e0ccd0fa8cf5 100644 --- a/app-emacs/pinentry/Manifest +++ b/app-emacs/pinentry/Manifest @@ -1,2 +1,3 @@ DIST pinentry-0.1_p20231126.tar.gz 5247 BLAKE2B cfc47b8444b211053148476dbfceb9c151323a5dec23f783f18aed85c7e248ac551a63f723dc69ee2929a76fed19a7cfe2cc721eb64a7115674d46f0d0c03f00 SHA512 bdb3ab192800ef817fd07cab77f7fccfd699165224e6df5b7d7099e712a1beca99c5d20388ff6b16edd1217c35da9a0f8ef2be4e1f8e72bbd8fd9b360c68e584 DIST pinentry-0.1_p20241123.tar.gz 5299 BLAKE2B e161a5259e7941a09c1651e04a54b1e545ff4039df767027af4b402f4a9e2e90de9bbe46c6563ca6a24aba0b788e3ab175a5da91532bb23fc3357d69014740e6 SHA512 0c35064edb5f2a3b46c5aac0706bc18adb705a483f98f59a25d77758294ac27340009bba8623592fa42e65fe284c3226eb0ba2027dfd5c809c6e1599a2db8f2e +DIST pinentry-0.1_p20250408.tar.gz 5336 BLAKE2B 55294153679d4aa676e71a3bc5df66e0455ce825d3322adfc4a784de47bd9f96b362f437c52d466dbe37dbb1e4fe3587e49c24a66450b32b8fe54b92fd70e377 SHA512 9337d982d17a232cfc839ffc7c114788086a1b9ad801b912e8c22b518f964a2ee168e26a711bd15e01eefa68595072b6ab02b9eac54e0925c421243fa173685f diff --git a/app-emacs/pinentry/pinentry-0.1_p20250408.ebuild b/app-emacs/pinentry/pinentry-0.1_p20250408.ebuild new file mode 100644 index 000000000000..ce3f31288461 --- /dev/null +++ b/app-emacs/pinentry/pinentry-0.1_p20250408.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp readme.gentoo-r1 + +COMMIT="0079964a1dde954ccb2ce8a28613d8020c549a36" +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 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND="app-crypt/pinentry[emacs]" + +SITEFILE="50${PN}-gentoo.el"
