summaryrefslogtreecommitdiff
path: root/app-emacs/git-modes/git-modes-1.4.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/git-modes/git-modes-1.4.1.ebuild')
-rw-r--r--app-emacs/git-modes/git-modes-1.4.1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-emacs/git-modes/git-modes-1.4.1.ebuild b/app-emacs/git-modes/git-modes-1.4.1.ebuild
deleted file mode 100644
index b761256b1fe3..000000000000
--- a/app-emacs/git-modes/git-modes-1.4.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 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/"
-SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="amd64 ~x86"
-SLOT="0"
-
-RDEPEND=">=app-emacs/compat-29.1.4.1"
-BDEPEND="${RDEPEND}"
-
-DOCS=( README.org )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp_src_compile
-
- elisp-make-autoload-file
-}