commit: 84c8f25fb95af94d30c7fe633ee6baa551b7fd8a Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Mar 3 20:57:33 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Mar 3 21:37:10 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c8f25f
app-emacs/git-modes: drop old 1.4.7 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/git-modes/Manifest | 1 - app-emacs/git-modes/git-modes-1.4.7.ebuild | 39 ------------------------------ 2 files changed, 40 deletions(-) diff --git a/app-emacs/git-modes/Manifest b/app-emacs/git-modes/Manifest index 3a292b0eca68..cddfe714076b 100644 --- a/app-emacs/git-modes/Manifest +++ b/app-emacs/git-modes/Manifest @@ -1,2 +1 @@ -DIST git-modes-1.4.7.gh.tar.gz 18550 BLAKE2B d305a02bca8c1bf4f8695e7965e69980009855996ac5ee0fa379acd78ceb83e9c6ca2e2d9ff432af8e0c4f427ac7ec356dfcadb4f083ec9b4d2235354a63c093 SHA512 d0fa340218051d598ed8742c2fe8f331362ea6d578776b68d5e44fd429f4d83e4874d691fff107bceeb9cd940b2719a420899babd1d37439291e937cc63fd4e5 DIST git-modes-1.4.8.gh.tar.gz 18603 BLAKE2B 55bb8bf34f31aae87913866754f8c219e30132b28c1999f54311ff91a20e65ccd3502f4caa38619f35271f758d313215c26388d13bfdf8df68264a95eb02d9e6 SHA512 1a9f7205d8d73976c18c39bf007dbf1c965a42bce31d359d5d9109ff0f4c1bb625ff1a0a245e623f03830b7555eb623143d17c1809c0341e7624fc2bbbd76d28 diff --git a/app-emacs/git-modes/git-modes-1.4.7.ebuild b/app-emacs/git-modes/git-modes-1.4.7.ebuild deleted file mode 100644 index 4416e451f4eb..000000000000 --- a/app-emacs/git-modes/git-modes-1.4.7.ebuild +++ /dev/null @@ -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 -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( README.org ) -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp_src_compile - - elisp-make-autoload-file -}
