summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-06-04 18:09:29 +0100
committerJustin Lecher <jlec@gentoo.org>2017-06-04 18:09:29 +0100
commit3550809415768247b31ee69880baf9d8429b057f (patch)
treefeefe9d0436336b1f53f18c2dd8781d2fb967137 /dev-util/apg/apg-6.0.ebuild
parentmedia-sound/lmms: Bump EAPI (diff)
downloadbetagarden-3550809415768247b31ee69880baf9d8429b057f.tar.gz
betagarden-3550809415768247b31ee69880baf9d8429b057f.tar.bz2
betagarden-3550809415768247b31ee69880baf9d8429b057f.zip
dev-util/apg: Bump EAPI
Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-util/apg/apg-6.0.ebuild')
-rw-r--r--dev-util/apg/apg-6.0.ebuild12
1 files changed, 2 insertions, 10 deletions
diff --git a/dev-util/apg/apg-6.0.ebuild b/dev-util/apg/apg-6.0.ebuild
index 2f3e8e8..950332d 100644
--- a/dev-util/apg/apg-6.0.ebuild
+++ b/dev-util/apg/apg-6.0.ebuild
@@ -1,12 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
-
-inherit base
+EAPI=6
DESCRIPTION="ABNF Parser Generator"
-
HOMEPAGE="http://www.coasttocoastresearch.com/"
SRC_URI="http://www.coasttocoastresearch.com/${P}/${P}.tar.bz2"
@@ -17,8 +14,3 @@ IUSE=""
RDEPEND="!app-admin/apg"
DEPEND=""
-
-src_install() {
- base_src_install
- dodoc README || die "dodoc failed"
-}