commit: e5a9e6acae512cc8144b05dd3a26e8780c5f04b5 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Jan 27 16:36:17 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Jan 27 16:51:06 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a9e6ac
app-emacs/tempel: bump to 1.11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/tempel/Manifest | 1 + app-emacs/tempel/tempel-1.11.ebuild | 40 +++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/app-emacs/tempel/Manifest b/app-emacs/tempel/Manifest index 82a58b5c945a..9881a76018a5 100644 --- a/app-emacs/tempel/Manifest +++ b/app-emacs/tempel/Manifest @@ -1,2 +1,3 @@ DIST tempel-1.10.gh.tar.gz 31195 BLAKE2B 84a7bfaa2cb714d5811931b577de109d69a1f928624fea21b3c72a092955c61763af30959c2392a45dad949c753fd86490f91061a0138eb007fe135e1142bece SHA512 be2b7846059d620e291d4dc52f14477b84587254272a3ea519aae16198af85e926020029b94897e8bb476dac5ecacf849e9df4decc302c364a46dbc2563e1792 +DIST tempel-1.11.gh.tar.gz 31210 BLAKE2B 5950e4e4675b54a55e8db89e24b0678da4cdddeca90c7e6ef3411581148e80278740eed7db2f6c9e35783f241ee7def5a70635d005fccc0b2a47da7cb13fec35 SHA512 6c7dc168c9ed186ff106af72f609dc54fb49aabfe5024053092aa9a9114c9fdfcb64c3587de1ce69182ed48f4c69078e0be3a4660c7cc29601c54c981f77e385 DIST tempel-1.9.gh.tar.gz 29955 BLAKE2B 71e248777c05a7208033fde927482e025f232455c64fb2808813e464bc3cc66e6f7725c1e64ce4c3fb58fe2141b19289ac6e8e957269d0475fc046180d0b6402 SHA512 392373ed409cd89219a4aecb54a64728511e972749e1831ee436aa1ac1e52926f538becb7d4c9b581802bb817d5ee94bc44a39a01fda4fe98d95494a2e296873 diff --git a/app-emacs/tempel/tempel-1.11.ebuild b/app-emacs/tempel/tempel-1.11.ebuild new file mode 100644 index 000000000000..ddfe16f2e7e9 --- /dev/null +++ b/app-emacs/tempel/tempel-1.11.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=9 + +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 +}
