Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-util/apg/
Date: Sun, 04 Jun 2017 18:18:22
Message-Id: 1496596169.3550809415768247b31ee69880baf9d8429b057f.jlec@gentoo
1 commit: 3550809415768247b31ee69880baf9d8429b057f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 17:09:29 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 17:09:29 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=35508094
7
8 dev-util/apg: Bump EAPI
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-util/apg/apg-6.0.ebuild | 12 ++----------
14 dev-util/apg/apg-6.1.ebuild | 12 ++----------
15 dev-util/apg/apg-6.3.ebuild | 12 ++----------
16 3 files changed, 6 insertions(+), 30 deletions(-)
17
18 diff --git a/dev-util/apg/apg-6.0.ebuild b/dev-util/apg/apg-6.0.ebuild
19 index 2f3e8e8..950332d 100644
20 --- a/dev-util/apg/apg-6.0.ebuild
21 +++ b/dev-util/apg/apg-6.0.ebuild
22 @@ -1,12 +1,9 @@
23 -# Copyright 1999-2009 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI="2"
28 -
29 -inherit base
30 +EAPI=6
31
32 DESCRIPTION="ABNF Parser Generator"
33 -
34 HOMEPAGE="http://www.coasttocoastresearch.com/"
35 SRC_URI="http://www.coasttocoastresearch.com/${P}/${P}.tar.bz2"
36
37 @@ -17,8 +14,3 @@ IUSE=""
38
39 RDEPEND="!app-admin/apg"
40 DEPEND=""
41 -
42 -src_install() {
43 - base_src_install
44 - dodoc README || die "dodoc failed"
45 -}
46
47 diff --git a/dev-util/apg/apg-6.1.ebuild b/dev-util/apg/apg-6.1.ebuild
48 index 2642a6e..1dcf708 100644
49 --- a/dev-util/apg/apg-6.1.ebuild
50 +++ b/dev-util/apg/apg-6.1.ebuild
51 @@ -1,12 +1,9 @@
52 -# Copyright 1999-2009 Gentoo Foundation
53 +# Copyright 1999-2017 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55
56 -EAPI="2"
57 -
58 -inherit base
59 +EAPI=6
60
61 DESCRIPTION="ABNF Parser Generator"
62 -
63 HOMEPAGE="http://www.coasttocoastresearch.com/"
64 SRC_URI="http://www.coasttocoastresearch.com/doc${PV/./}/${P}.tar.bz2"
65
66 @@ -17,8 +14,3 @@ IUSE=""
67
68 RDEPEND="!app-admin/apg"
69 DEPEND=""
70 -
71 -src_install() {
72 - base_src_install
73 - dodoc README || die "dodoc failed"
74 -}
75
76 diff --git a/dev-util/apg/apg-6.3.ebuild b/dev-util/apg/apg-6.3.ebuild
77 index 2642a6e..1dcf708 100644
78 --- a/dev-util/apg/apg-6.3.ebuild
79 +++ b/dev-util/apg/apg-6.3.ebuild
80 @@ -1,12 +1,9 @@
81 -# Copyright 1999-2009 Gentoo Foundation
82 +# Copyright 1999-2017 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84
85 -EAPI="2"
86 -
87 -inherit base
88 +EAPI=6
89
90 DESCRIPTION="ABNF Parser Generator"
91 -
92 HOMEPAGE="http://www.coasttocoastresearch.com/"
93 SRC_URI="http://www.coasttocoastresearch.com/doc${PV/./}/${P}.tar.bz2"
94
95 @@ -17,8 +14,3 @@ IUSE=""
96
97 RDEPEND="!app-admin/apg"
98 DEPEND=""
99 -
100 -src_install() {
101 - base_src_install
102 - dodoc README || die "dodoc failed"
103 -}