commit:     63cc0d4f45afc477190416bac18825566b26c04c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  9 20:37:51 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep  9 21:26:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cc0d4f

app-emacs/tempel: bump to 1.6

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/tempel/Manifest          |  1 +
 app-emacs/tempel/tempel-1.6.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-emacs/tempel/Manifest b/app-emacs/tempel/Manifest
index 4483692bd780..812c421882d9 100644
--- a/app-emacs/tempel/Manifest
+++ b/app-emacs/tempel/Manifest
@@ -1 +1,2 @@
 DIST tempel-1.5.gh.tar.gz 29243 BLAKE2B 
ac1f0c86fa4626995b30af9c881f2aaac8712fbcd7c1d909c04350131460123ded68e950121370aeef5a279f066420c98a34591e5a85d00899e8929ba813f84a
 SHA512 
79f22430314c00adbd25a8f11c273f8a9972a5a92080721bb64f9c338ac979c9fe9b147cef494a765a4ccdd5b8092742ffa23c97fa15fc798c7b79ce7b4a593d
+DIST tempel-1.6.gh.tar.gz 29695 BLAKE2B 
9aafd293d6506e2eb6379932513e985002dcfdf4c7f5b7d916db03d99ca15d1a1d3173223a481cd402d15e5e2ca85faa5e6ef34a93f85a3e5b8321d2d5d38285
 SHA512 
5e85784d534491d7718dfdb15b65977540d493234d0084d851435883e6bc1bf98c0bbbfdcb9d98a613ad5781e34fb42093020cf62a9d4b0ac2e20fc1bf9a5174

diff --git a/app-emacs/tempel/tempel-1.6.ebuild 
b/app-emacs/tempel/tempel-1.6.ebuild
new file mode 100644
index 000000000000..0aead3ee2d9c
--- /dev/null
+++ b/app-emacs/tempel/tempel-1.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="27.1"
+
+inherit elisp
+
+DESCRIPTION="Templates with in-buffer field editing for GNU Emacs"
+HOMEPAGE="https://github.com/minad/tempel/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/minad/${PN}";
+else
+       SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz"
+
+       KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+       >=app-emacs/compat-30.1.0.0
+"
+BDEPEND="
+       ${RDEPEND}
+"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+       elisp_src_compile
+       elisp-make-autoload-file
+}

Reply via email to