commit: 4ddde1f07f58bbefc80511d25048199bdfc103b6 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jan 22 20:11:53 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 22 22:06:22 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ddde1f0
app-emacs/tempel: bump to 1.10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/tempel/Manifest | 1 + app-emacs/tempel/tempel-1.10.ebuild | 40 +++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/app-emacs/tempel/Manifest b/app-emacs/tempel/Manifest index 01473ff29b02..82a58b5c945a 100644 --- a/app-emacs/tempel/Manifest +++ b/app-emacs/tempel/Manifest @@ -1 +1,2 @@ +DIST tempel-1.10.gh.tar.gz 31195 BLAKE2B 84a7bfaa2cb714d5811931b577de109d69a1f928624fea21b3c72a092955c61763af30959c2392a45dad949c753fd86490f91061a0138eb007fe135e1142bece SHA512 be2b7846059d620e291d4dc52f14477b84587254272a3ea519aae16198af85e926020029b94897e8bb476dac5ecacf849e9df4decc302c364a46dbc2563e1792 DIST tempel-1.9.gh.tar.gz 29955 BLAKE2B 71e248777c05a7208033fde927482e025f232455c64fb2808813e464bc3cc66e6f7725c1e64ce4c3fb58fe2141b19289ac6e8e957269d0475fc046180d0b6402 SHA512 392373ed409cd89219a4aecb54a64728511e972749e1831ee436aa1ac1e52926f538becb7d4c9b581802bb817d5ee94bc44a39a01fda4fe98d95494a2e296873 diff --git a/app-emacs/tempel/tempel-1.10.ebuild b/app-emacs/tempel/tempel-1.10.ebuild new file mode 100644 index 000000000000..a167086c8e8c --- /dev/null +++ b/app-emacs/tempel/tempel-1.10.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS="29.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 +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp_src_compile + elisp-make-autoload-file +}
