app-emacs/git-modes: drop old 1.4.5

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-10-20 21:53:58 +02:00
parent e41f12b540
commit fe900e91e8
2 changed files with 0 additions and 40 deletions

View File

@@ -1,2 +1 @@
DIST git-modes-1.4.5.gh.tar.gz 18571 BLAKE2B 01ac81c32547cb58e54c7dc373a1494e65650442e17e639fab83f31f9682395951376a53257499c429ce5f27e46ee0c9c25a30124dfdde4e371be99957e75c37 SHA512 576c67e18f11e4b4370c8a6a3f56cf94936e687da227dbe82838c8ab7adca1f5a3b1c5a06c7d45a56a71b970ad4b15796719937847ca776821c18802eb8e70ac
DIST git-modes-1.4.6.gh.tar.gz 18620 BLAKE2B 42d2d6529d30b1413b2b715179e834e69003ecf07fbb509087161972253f45ff0769ec9794ff3470b083b04b0d7539d380f3c0d238dbcad83949fe0208880a71 SHA512 bcef653e1e1f347ed2b4ce05ec9842f3e2b9c1c41921d95f304e141d876941cb39a6e51c04792e8bdad978abe87612dd02d5255a048a95e70571f3a520fb2d11

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Emacs major modes for editing Git configuration files"
HOMEPAGE="https://github.com/magit/git-modes/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/magit/${PN}"
else
SRC_URI="https://github.com/magit/${PN}/archive/v${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
}