summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild')
-rw-r--r--app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild
deleted file mode 100644
index 4e5cb0c5a470..000000000000
--- a/app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xemacs-elisp
-
-DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
-HOMEPAGE="https://www.gentoo.org/proj/en/lisp/emacs/"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=app-editors/xemacs-21.4.20-r5
- app-xemacs/sh-script"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \
- -f batch-byte-compile ebuild-mode.el gentoo-newsitem-mode.el || die
- xemacs-elisp-make-autoload-file *.el || die
-}