summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-12-25 13:09:02 +0100
committerUlrich Müller <ulm@gentoo.org>2017-12-25 13:15:40 +0100
commit5d9839587470c9e8bc5a9e180464daffd69a77c3 (patch)
tree246e82e97d2d34627c6c2a889a7c66597ed1d501 /app-emacs/ebuild-mode
parentdev-python/gst-python: arm stable, bug #635900 (diff)
downloadgentoo-5d9839587470c9e8bc5a9e180464daffd69a77c3.tar.gz
gentoo-5d9839587470c9e8bc5a9e180464daffd69a77c3.tar.bz2
gentoo-5d9839587470c9e8bc5a9e180464daffd69a77c3.zip
app-emacs/ebuild-mode: Remove old.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emacs/ebuild-mode')
-rw-r--r--app-emacs/ebuild-mode/Manifest1
-rw-r--r--app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/app-emacs/ebuild-mode/Manifest b/app-emacs/ebuild-mode/Manifest
index 605451c549b9..8b979fc23344 100644
--- a/app-emacs/ebuild-mode/Manifest
+++ b/app-emacs/ebuild-mode/Manifest
@@ -1,3 +1,2 @@
-DIST ebuild-mode-1.37.tar.xz 30816 BLAKE2B f93d1513ec3f2eab4fc4dda4d46aeedaba7f2ffecf20e6f90426c84e979fe72120719b13182ca407576effcf62f839ebc9c2f94d5f9e9d8230b449dd74a58dcb SHA512 1d570b213ad0c6eef8817f69c99c0862703b9bddc24477234dde542b697ba372a06bbe8e4a91179a7d528b720a7dbfc13bb92c8ea0a4d3b3b8684fa4ee0065c0
DIST ebuild-mode-1.38.tar.xz 30744 BLAKE2B a147fbb462f0e1a2ba3272c74b12c9357200b0ca6671d75263547d7b777489772504c9fda634a797fecff8dce35e40b7bb579cdbd9a7da99f68f74b08a48a4da SHA512 bfcc4fb100f7d9299e9b466c7661e865f9b93ee352780da1647f1a98159fe3e9eeb8cd4b7d1d9906d532316d1256ec7b6f821cac3d064cda15f2fd62ca7cb349
DIST ebuild-mode-1.40.tar.xz 34676 BLAKE2B bf34c773966540f67c74fe72a8c47073f9385ba210ceecaf8fa8977a67f5945314090c0555b2b12dcee8486ed495dda062d6d36bcaff3a291f3d4ba5ca6886fa SHA512 50caa3255ff874e779f8dcb34b84845fd3b03edee35fc20df8aa3606dc2a00a4a0e88fab79f7872cfe3e92f04263ce74e60f3aeb1d97a2706116414ac9b352d5
diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild
deleted file mode 100644
index 1b7fc32843be..000000000000
--- a/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit readme.gentoo-r1 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="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-
-DEPEND="sys-apps/texinfo"
-
-DOCS="ChangeLog keyword-generation.sh"
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo-1.31.el"
-DOC_CONTENTS="Some optional features may require installation of additional
- packages, like app-portage/gentoolkit-dev for echangelog."