commit:     b89430091e448f80f71a169193a87cc9e738c464
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  9 20:36:34 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=b8943009

app-emacs/tempel: drop old 1.4

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

 app-emacs/tempel/Manifest          |  1 -
 app-emacs/tempel/tempel-1.4.ebuild | 40 --------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/app-emacs/tempel/Manifest b/app-emacs/tempel/Manifest
index 3e5e1787ee68..4483692bd780 100644
--- a/app-emacs/tempel/Manifest
+++ b/app-emacs/tempel/Manifest
@@ -1,2 +1 @@
-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.4.ebuild 
b/app-emacs/tempel/tempel-1.4.ebuild
deleted file mode 100644
index 779f62888d01..000000000000
--- a/app-emacs/tempel/tempel-1.4.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-30.0.2.0
-"
-BDEPEND="
-       ${RDEPEND}
-"
-
-DOCS=( README.org )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-       elisp_src_compile
-       elisp-make-autoload-file
-}

Reply via email to