From 3ab11c423e6b6090fd65a8f85fc834456d5ec997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 20 Oct 2025 21:58:41 +0200 Subject: [PATCH] app-emacs/tempel: drop old 1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/tempel/Manifest | 1 - app-emacs/tempel/tempel-1.5.ebuild | 40 ------------------------------ 2 files changed, 41 deletions(-) delete mode 100644 app-emacs/tempel/tempel-1.5.ebuild diff --git a/app-emacs/tempel/Manifest b/app-emacs/tempel/Manifest index 5b427239ec987..b928376b7d939 100644 --- a/app-emacs/tempel/Manifest +++ b/app-emacs/tempel/Manifest @@ -1,3 +1,2 @@ -DIST tempel-1.5.gh.tar.gz 29243 BLAKE2B ac1f0c86fa4626995b30af9c881f2aaac8712fbcd7c1d909c04350131460123ded68e950121370aeef5a279f066420c98a34591e5a85d00899e8929ba813f84a SHA512 79f22430314c00adbd25a8f11c273f8a9972a5a92080721bb64f9c338ac979c9fe9b147cef494a765a4ccdd5b8092742ffa23c97fa15fc798c7b79ce7b4a593d DIST tempel-1.6.gh.tar.gz 29695 BLAKE2B 9aafd293d6506e2eb6379932513e985002dcfdf4c7f5b7d916db03d99ca15d1a1d3173223a481cd402d15e5e2ca85faa5e6ef34a93f85a3e5b8321d2d5d38285 SHA512 5e85784d534491d7718dfdb15b65977540d493234d0084d851435883e6bc1bf98c0bbbfdcb9d98a613ad5781e34fb42093020cf62a9d4b0ac2e20fc1bf9a5174 DIST tempel-1.7.gh.tar.gz 29702 BLAKE2B 454527158a0a246e798853255e89932c6e4c3c8a69d021b92077bde47dc00159f6a87ec60f36994be8df44bc1b48a39db1ace9e9c9dc3e04cef4de67ce6adf8b SHA512 c2283852725c6fca1255d7ad0079a13f77330d85d20a762a06b3b3e32e182592dd3d52f849f6a893614f6e1b0d01bedb5544da7eb8dba7a79c98f5ed5697fd8d diff --git a/app-emacs/tempel/tempel-1.5.ebuild b/app-emacs/tempel/tempel-1.5.ebuild deleted file mode 100644 index 477a6c2d5cad3..0000000000000 --- a/app-emacs/tempel/tempel-1.5.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}" -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 -}