mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
app-emacs/tempel: drop old 1.11
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST tempel-1.11.gh.tar.gz 31210 BLAKE2B 5950e4e4675b54a55e8db89e24b0678da4cdddeca90c7e6ef3411581148e80278740eed7db2f6c9e35783f241ee7def5a70635d005fccc0b2a47da7cb13fec35 SHA512 6c7dc168c9ed186ff106af72f609dc54fb49aabfe5024053092aa9a9114c9fdfcb64c3587de1ce69182ed48f4c69078e0be3a4660c7cc29601c54c981f77e385
|
||||
DIST tempel-1.12.gh.tar.gz 31234 BLAKE2B 3788b65b57778dbcacf26928d805937c4901d52e66bc85161c4e6406989cf65f65aee450b45e0b2bf55a79cf27f91e1bafbd3347424039fbdc3a0a0b0b29a662 SHA512 ab19a36016062340a1b0448c24d9013b54650b988c65b993620f9403545fc6c3789eec943175f948570265e71d53771fd90c8619609a7b12ce95c3a59d8c0c98
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=9
|
||||
|
||||
NEED_EMACS="29.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
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
DOCS=( README.org )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
src_compile() {
|
||||
elisp_src_compile
|
||||
elisp-make-autoload-file
|
||||
}
|
||||
Reference in New Issue
Block a user