commit: 3eaa5c003a868d195b7fca67bf045e907df4dc20 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jun 26 23:12:20 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Jun 27 00:52:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eaa5c00
app-emacs/tempel: bump to 1.5 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/tempel/Manifest | 1 + app-emacs/tempel/tempel-1.5.ebuild | 40 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/app-emacs/tempel/Manifest b/app-emacs/tempel/Manifest index cdf2abbf517b..9dfcce606fd1 100644 --- a/app-emacs/tempel/Manifest +++ b/app-emacs/tempel/Manifest @@ -1,2 +1,3 @@ DIST tempel-1.3.tar.gz 27980 BLAKE2B fc094edcb137420ddb484417a86006bafca999d455dd1a7e532e85e30936e9db807e0618673688088739b9af245fb162d8d026f260c9e2f9bc5651d3118a12a3 SHA512 bad06d73882caf2e1624d8610182c5a264450121d2fc5425ad4a0d7075a33ccdf27f0252d54592730a5a58758a5b038201d7303d11f4101802f71cba0d9f66ca DIST tempel-1.4.tar.gz 28106 BLAKE2B 87a4bb8fdf36b67b1633c1de45ac5895ef106740fbc7477abbd7a1027ba50bc506596da8344ee595a9d004dbc3265ffe86b6b307ee67a38a68d5fefa0989c311 SHA512 316b07b0faac9fd9d69e87271c722b93a9f19bc46adb366eccc1c5c1f918c1ff1e17bcef7e739f309ec4141a38bc6c77cf9395497670105b10aed689bedf1581 +DIST tempel-1.5.gh.tar.gz 29243 BLAKE2B ac1f0c86fa4626995b30af9c881f2aaac8712fbcd7c1d909c04350131460123ded68e950121370aeef5a279f066420c98a34591e5a85d00899e8929ba813f84a SHA512 79f22430314c00adbd25a8f11c273f8a9972a5a92080721bb64f9c338ac979c9fe9b147cef494a765a4ccdd5b8092742ffa23c97fa15fc798c7b79ce7b4a593d diff --git a/app-emacs/tempel/tempel-1.5.ebuild b/app-emacs/tempel/tempel-1.5.ebuild new file mode 100644 index 000000000000..0aead3ee2d9c --- /dev/null +++ b/app-emacs/tempel/tempel-1.5.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 +}
