public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: dev-util/apg/
@ 2012-06-29 23:12 Sebastian Pipping
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping @ 2012-06-29 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     701dc49054dcc0d88611472644ee829cc174d9d0
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Fri Jun 29 23:04:33 2012 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Jun 29 23:09:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=701dc490

dev-util/apg: 6.3

---
 dev-util/apg/apg-6.3.ebuild |   25 +++++++++++++++++++++++++
 dev-util/apg/metadata.xml   |    8 ++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/dev-util/apg/apg-6.3.ebuild b/dev-util/apg/apg-6.3.ebuild
new file mode 100644
index 0000000..cba940f
--- /dev/null
+++ b/dev-util/apg/apg-6.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit base
+
+DESCRIPTION="ABNF Parser Generator"
+
+HOMEPAGE="http://www.coasttocoastresearch.com/"
+SRC_URI="http://www.coasttocoastresearch.com/doc${PV/./}/${P}.tar.bz2"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="!app-admin/apg"
+DEPEND=""
+
+src_install() {
+    base_src_install
+    dodoc README || die "dodoc failed"
+}

diff --git a/dev-util/apg/metadata.xml b/dev-util/apg/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/dev-util/apg/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: dev-util/apg/
@ 2017-06-04 18:17 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2017-06-04 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3550809415768247b31ee69880baf9d8429b057f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 17:09:29 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 17:09:29 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=35508094

dev-util/apg: Bump EAPI

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-util/apg/apg-6.0.ebuild | 12 ++----------
 dev-util/apg/apg-6.1.ebuild | 12 ++----------
 dev-util/apg/apg-6.3.ebuild | 12 ++----------
 3 files changed, 6 insertions(+), 30 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"
-}

diff --git a/dev-util/apg/apg-6.1.ebuild b/dev-util/apg/apg-6.1.ebuild
index 2642a6e..1dcf708 100644
--- a/dev-util/apg/apg-6.1.ebuild
+++ b/dev-util/apg/apg-6.1.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/doc${PV/./}/${P}.tar.bz2"
 
@@ -17,8 +14,3 @@ IUSE=""
 
 RDEPEND="!app-admin/apg"
 DEPEND=""
-
-src_install() {
-    base_src_install
-    dodoc README || die "dodoc failed"
-}

diff --git a/dev-util/apg/apg-6.3.ebuild b/dev-util/apg/apg-6.3.ebuild
index 2642a6e..1dcf708 100644
--- a/dev-util/apg/apg-6.3.ebuild
+++ b/dev-util/apg/apg-6.3.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/doc${PV/./}/${P}.tar.bz2"
 
@@ -17,8 +14,3 @@ IUSE=""
 
 RDEPEND="!app-admin/apg"
 DEPEND=""
-
-src_install() {
-    base_src_install
-    dodoc README || die "dodoc failed"
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-04 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29 23:12 [gentoo-commits] proj/betagarden:master commit in: dev-util/apg/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2017-06-04 18:17 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox