Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/
Date: Tue, 28 Feb 2017 22:11:35
Message-Id: 1488319886.b197c8f77608ae261e1f749a432e7ce13730d6db.ulm@gentoo
1 commit: b197c8f77608ae261e1f749a432e7ce13730d6db
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 22:09:58 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 22:11:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b197c8f7
7
8 app-emacs/ebuild-mode: Remove old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-emacs/ebuild-mode/ebuild-mode-1.31.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.31.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.31.ebuild
16 deleted file mode 100644
17 index 80158ab8c97..00000000000
18 --- a/app-emacs/ebuild-mode/ebuild-mode-1.31.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit readme.gentoo-r1 elisp
27 -
28 -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
29 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
30 -SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
31 -
32 -LICENSE="GPL-2+"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
35 -
36 -DOCS="ChangeLog keyword-generation.sh"
37 -ELISP_TEXINFO="${PN}.texi"
38 -SITEFILE="50${PN}-gentoo-1.31.el"
39 -DOC_CONTENTS="Some optional features may require installation of additional
40 - packages, like app-portage/gentoolkit-dev for echangelog."