diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-11-29 18:06:54 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-29 18:08:11 +0100 |
commit | 521d384d2db6ff12bd86ed8e19063274be4ff97f (patch) | |
tree | c029f925b9aa1cbb4da5a9c317944f57d0939ac3 /app-emacs/pinentry/pinentry-0.1_p20231126.ebuild | |
parent | dev-python/rpds-py: Stabilize 0.13.1 ppc64, #918818 (diff) | |
download | gentoo-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/pinentry/pinentry-0.1_p20231126.ebuild')
-rw-r--r-- | app-emacs/pinentry/pinentry-0.1_p20231126.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
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" |