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/nagios-mode/
Date: Mon, 26 Aug 2019 15:05:42
Message-Id: 1566831922.eb735ef26a951476b753df3590108473fd4d4ac2.ulm@gentoo
1 commit: eb735ef26a951476b753df3590108473fd4d4ac2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 26 15:04:54 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 26 15:05:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb735ef2
7
8 app-emacs/nagios-mode: Bump EAPI to 7.
9
10 Specify LICENSE more precisely. Otherwise, no changes to ebuild.
11
12 Package-Manager: Portage-2.3.73, Repoman-2.3.17
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 .../{nagios-mode-0.3.ebuild => nagios-mode-0.3-r1.ebuild} | 7 +++----
16 1 file changed, 3 insertions(+), 4 deletions(-)
17
18 diff --git a/app-emacs/nagios-mode/nagios-mode-0.3.ebuild b/app-emacs/nagios-mode/nagios-mode-0.3-r1.ebuild
19 similarity index 84%
20 rename from app-emacs/nagios-mode/nagios-mode-0.3.ebuild
21 rename to app-emacs/nagios-mode/nagios-mode-0.3-r1.ebuild
22 index d8df07e7fb2..4993e417bc3 100644
23 --- a/app-emacs/nagios-mode/nagios-mode-0.3.ebuild
24 +++ b/app-emacs/nagios-mode/nagios-mode-0.3-r1.ebuild
25 @@ -1,7 +1,7 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 -EAPI=4
31 +EAPI=7
32
33 inherit elisp
34
35 @@ -9,10 +9,9 @@ DESCRIPTION="Major mode for editing Nagios configuration files"
36 HOMEPAGE="http://michael.orlitzky.com/code/nagios-mode.php"
37 SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz"
38
39 -LICENSE="GPL-3"
40 +LICENSE="GPL-3+"
41 SLOT="0"
42 KEYWORDS="amd64 x86 ~x86-fbsd"
43 -IUSE=""
44
45 SITEFILE="50${PN}-gentoo.el"
46 DOCS="ChangeLog README test_suite.cfg"