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, 30 Jan 2018 07:53:37
Message-Id: 1517298763.bba8a2f615ecf9d17c0301dcdcc8c587d6743df2.ulm@gentoo
1 commit: bba8a2f615ecf9d17c0301dcdcc8c587d6743df2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 07:52:43 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 07:52:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba8a2f6
7
8 app-emacs/ebuild-mode: Drop message about gentookit-dev.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild | 6 ++----
13 app-emacs/ebuild-mode/ebuild-mode-1.41.ebuild | 6 ++----
14 2 files changed, 4 insertions(+), 8 deletions(-)
15
16 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild
17 index 1b7fc32843b..b0cb4539fd9 100644
18 --- a/app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild
19 +++ b/app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -inherit readme.gentoo-r1 elisp
28 +inherit elisp
29
30 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
31 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
32 @@ -18,5 +18,3 @@ DEPEND="sys-apps/texinfo"
33 DOCS="ChangeLog keyword-generation.sh"
34 ELISP_TEXINFO="${PN}.texi"
35 SITEFILE="50${PN}-gentoo-1.31.el"
36 -DOC_CONTENTS="Some optional features may require installation of additional
37 - packages, like app-portage/gentoolkit-dev for echangelog."
38
39 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.41.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.41.ebuild
40 index 4d22f1bea1c..86ddef74c60 100644
41 --- a/app-emacs/ebuild-mode/ebuild-mode-1.41.ebuild
42 +++ b/app-emacs/ebuild-mode/ebuild-mode-1.41.ebuild
43 @@ -1,9 +1,9 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49
50 -inherit readme.gentoo-r1 elisp
51 +inherit elisp
52
53 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
54 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
55 @@ -18,5 +18,3 @@ DEPEND="sys-apps/texinfo"
56 DOCS="ChangeLog keyword-generation.sh"
57 ELISP_TEXINFO="${PN}.texi"
58 SITEFILE="50${PN}-gentoo-1.39.el"
59 -DOC_CONTENTS="Some optional features may require installation of additional
60 - packages, like app-portage/gentoolkit-dev for echangelog."