summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-12-06 22:21:18 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-12-06 23:47:13 +0100
commit34961984a3ff213d61a198e2520db5c6b01377d5 (patch)
tree51cdce347af1a0ea8f2a3684355596208220b0de /app-emacs/tempel/tempel-0.7.ebuild
parentapp-emacs/tempel: drop old 0.6 (diff)
downloadgentoo-34961984a3ff213d61a198e2520db5c6b01377d5.tar.gz
gentoo-34961984a3ff213d61a198e2520db5c6b01377d5.tar.bz2
gentoo-34961984a3ff213d61a198e2520db5c6b01377d5.zip
app-emacs/tempel: drop old 0.7
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/tempel/tempel-0.7.ebuild')
-rw-r--r--app-emacs/tempel/tempel-0.7.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-emacs/tempel/tempel-0.7.ebuild b/app-emacs/tempel/tempel-0.7.ebuild
deleted file mode 100644
index 51f816d019d3..000000000000
--- a/app-emacs/tempel/tempel-0.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 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/"
-SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-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
-}