commit:     235f401f6a2bd7db899384be9448a58235fb71f1
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 22 20:09:37 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=235f401f

app-emacs/tempel: drop old 1.8

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

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

diff --git a/app-emacs/tempel/Manifest b/app-emacs/tempel/Manifest
index e57adaeea19d..01473ff29b02 100644
--- a/app-emacs/tempel/Manifest
+++ b/app-emacs/tempel/Manifest
@@ -1,2 +1 @@
-DIST tempel-1.8.gh.tar.gz 29580 BLAKE2B 
9358e53c2e4df47e518481173955044bcd281175866404a13cebed3bd92a4eacba98d4acb50b2210cdc9cea25130297ec424b71bfe11e76cdc9e6494a166f59b
 SHA512 
97c1a275050c7bb1b5bb29fbc2562dd7b57558aa8320e2fb5482a5919422f56af1bb0b81b439c1377bebd3757bb40036f8e3e6ecbc0f410fa65dd97c6b49b61d
 DIST tempel-1.9.gh.tar.gz 29955 BLAKE2B 
71e248777c05a7208033fde927482e025f232455c64fb2808813e464bc3cc66e6f7725c1e64ce4c3fb58fe2141b19289ac6e8e957269d0475fc046180d0b6402
 SHA512 
392373ed409cd89219a4aecb54a64728511e972749e1831ee436aa1ac1e52926f538becb7d4c9b581802bb817d5ee94bc44a39a01fda4fe98d95494a2e296873

diff --git a/app-emacs/tempel/tempel-1.8.ebuild 
b/app-emacs/tempel/tempel-1.8.ebuild
deleted file mode 100644
index 477a6c2d5cad..000000000000
--- a/app-emacs/tempel/tempel-1.8.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
-}

Reply via email to