commit: 42dbf975e0edbbb7f5140a507a6b80fb57a913f2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jun 26 23:12:58 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=42dbf975
app-emacs/tempel: drop old 1.3 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/tempel/Manifest | 1 - app-emacs/tempel/tempel-1.3.ebuild | 40 -------------------------------------- 2 files changed, 41 deletions(-) diff --git a/app-emacs/tempel/Manifest b/app-emacs/tempel/Manifest index 9dfcce606fd1..3e5e1787ee68 100644 --- a/app-emacs/tempel/Manifest +++ b/app-emacs/tempel/Manifest @@ -1,3 +1,2 @@ -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.3.ebuild b/app-emacs/tempel/tempel-1.3.ebuild deleted file mode 100644 index afe0f00c3f38..000000000000 --- a/app-emacs/tempel/tempel-1.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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}.git" -else - SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-29.1.3.4 -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( README.org ) -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp_src_compile - elisp-make-autoload-file -}
