app-xemacs/ebuild-mode: Remove old.
authorUlrich Müller <ulm@gentoo.org>
Sat, 17 Mar 2018 10:32:48 +0000 (11:32 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sat, 17 Mar 2018 10:32:48 +0000 (11:32 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-xemacs/ebuild-mode/Manifest
app-xemacs/ebuild-mode/ebuild-mode-1.38.ebuild [deleted file]

index 7ad5076713785360e78de3e3b50d7f68187eeae4..72e9a5e115822f6ac1a14c27c22720ab4fcbe087 100644 (file)
@@ -1,2 +1 @@
-DIST ebuild-mode-1.38.tar.xz 30744 BLAKE2B a147fbb462f0e1a2ba3272c74b12c9357200b0ca6671d75263547d7b777489772504c9fda634a797fecff8dce35e40b7bb579cdbd9a7da99f68f74b08a48a4da SHA512 bfcc4fb100f7d9299e9b466c7661e865f9b93ee352780da1647f1a98159fe3e9eeb8cd4b7d1d9906d532316d1256ec7b6f821cac3d064cda15f2fd62ca7cb349
 DIST ebuild-mode-1.42.tar.xz 34936 BLAKE2B dd94d17dc57e2d32b329ab62ec6eec8ada6a4aeddadb8d978736f5dcb4d613759fd860043cab92d12db11614f8b7fa71fc5537576a2af3f5e6c9d56fc2fdcc05 SHA512 119f954eaf009bd0c9f0a75810b94a54d65ed91c6ffef20dd164c7a5ef095410dd0f3642426817f5efa6623d4f3e120ed3b27076222b02a90e75a83bb80b8703
diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.38.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.38.ebuild
deleted file mode 100644 (file)
index 6e52cc1..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit xemacs-elisp
-
-DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
-SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 hppa 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
-}