public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2011-05-06 11:03 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2011-05-06 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b5c592eaf29cd57ea32ec76b32bd1f6e2a2161f6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 11:03:00 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 11:03:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b5c592ea

[newversion] Getopt-Euclid-0.2.3

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Getopt-Euclid/ChangeLog                  |    6 +++++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild |   25 +++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index c28ed3b..a50d247 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Euclid-0.2.3 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Getopt-Euclid-0.2.3.ebuild:
+  Bump
+
   06 May 2011; Kent Fredric <kentfredric@gmail.com> Getopt-Euclid-0.2.1.ebuild,
   +metadata.xml:
   Modernize

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild
new file mode 100644
index 0000000..3a181fb
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KGALINSKY
+MODULE_VERSION="v0.2.3";
+inherit perl-module
+
+DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+RDEPEND="
+	virtual/perl-Test-Simple
+	virtual/perl-version
+	virtual/perl-File-Spec  $(comment File::Spec::Functions)
+	virtual/perl-Scalar-List-Utils $(comment List::Util)
+"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
  2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-05-06 11:03 ` Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2011-05-06 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3366a31d5a4f5780916d643a24d90a9ea19907fc
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 11:00:13 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 11:00:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3366a31d

[fix]  Getopt-Euclid-0.2.1 , modernize/cleanup

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Getopt-Euclid/ChangeLog                  |    8 ++++++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild |   25 ++++++++++++--------
 dev-perl/Getopt-Euclid/metadata.xml               |    9 +++++++
 3 files changed, 32 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
new file mode 100644
index 0000000..c28ed3b
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/Getopt-Euclid
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com> Getopt-Euclid-0.2.1.ebuild,
+  +metadata.xml:
+  Modernize
+

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
index a0f5739..61f375a 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
@@ -1,20 +1,25 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=4
+MODULE_AUTHOR=KGALINSKY
+MODULE_VERSION="0.2.1";
 inherit perl-module
 
 DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
-HOMEPAGE="http://search.cpan.org/~kgalinsky/Getopt-Euclid"
-SRC_URI="mirror://cpan/authors/id/K/KG/KGALINSKY/${P}.tar.gz"
 
-LICENSE="Unknown"
+LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
-
-SRC_TEST="do"
-
-RDEPEND="dev-lang/perl"
+comment() { echo ''; }
+RDEPEND="
+	virtual/perl-Test-Simple
+	virtual/perl-version
+	virtual/perl-File-Spec  $(comment File::Spec::Functions)
+	virtual/perl-Scalar-List-Utils $(comment List::Util)
+"
 DEPEND="${RDEPEND}
-	virtual/perl-Module-Build"
+	virtual/perl-Module-Build
+"
+SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/metadata.xml b/dev-perl/Getopt-Euclid/metadata.xml
new file mode 100644
index 0000000..504a3e6
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+</pkgmetadata>
\ No newline at end of file



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2011-06-07  5:59 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2011-06-07  5:59 UTC (permalink / raw
  To: gentoo-commits

commit:     15f9ab245b614c94269f0213fedd6c51a9b45e5d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun  6 23:00:59 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun  6 23:00:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=15f9ab24

[minorfix] Eliminate spurious ; and " from getopt-euclid

(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Getopt-Euclid/ChangeLog                  |    4 ++++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild |    2 +-
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index a50d247..aff0fb3 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jun 2011; Kent Fredric <kentfredric@gmail.com> Getopt-Euclid-0.2.1.ebuild,
+  Getopt-Euclid-0.2.3.ebuild:
+  Minor: get rid of excess ; and ", it annoys naive parsers
+
 *Getopt-Euclid-0.2.3 (06 May 2011)
 
   06 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
index 61f375a..4bd87b7 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 EAPI=4
 MODULE_AUTHOR=KGALINSKY
-MODULE_VERSION="0.2.1";
+MODULE_VERSION=0.2.1
 inherit perl-module
 
 DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild
index 3a181fb..21dadbd 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 EAPI=4
 MODULE_AUTHOR=KGALINSKY
-MODULE_VERSION="v0.2.3";
+MODULE_VERSION=v0.2.3
 inherit perl-module
 
 DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2011-07-04 10:41 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2011-07-04 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     bdcd4ee836af3339089d6a9739f9bd5e8690e4ce
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 29 05:28:14 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 29 05:28:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bdcd4ee8

[newversion] Getopt-Euclid-0.2.4

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Getopt-Euclid/ChangeLog                  |    6 +++++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild |   25 +++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index aff0fb3..4c3cc0b 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Euclid-0.2.4 (29 Jun 2011)
+
+  29 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  +Getopt-Euclid-0.2.4.ebuild:
+  Version Bump
+
   06 Jun 2011; Kent Fredric <kentfredric@gmail.com> Getopt-Euclid-0.2.1.ebuild,
   Getopt-Euclid-0.2.3.ebuild:
   Minor: get rid of excess ; and ", it annoys naive parsers

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild
new file mode 100644
index 0000000..425835d
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FANGLY
+MODULE_VERSION=0.2.4
+inherit perl-module
+
+DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+RDEPEND="
+	virtual/perl-Test-Simple
+	virtual/perl-version
+	virtual/perl-File-Spec  $(comment File::Spec::Functions)
+	virtual/perl-Scalar-List-Utils $(comment List::Util)
+"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2011-07-15 16:15 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2011-07-15 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     b5beb4d6b5e7dbc7592becb970caad1e5f24725f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jul 15 07:35:26 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jul 15 07:35:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b5beb4d6

[newversion] Getopt-Euclid-0.2.7

(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Getopt-Euclid/ChangeLog                  |    6 ++++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild |   28 +++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index 4c3cc0b..887d69c 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Euclid-0.2.7 (15 Jul 2011)
+
+  15 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  +Getopt-Euclid-0.2.7.ebuild:
+  Version Bump
+
 *Getopt-Euclid-0.2.4 (29 Jun 2011)
 
   29 Jun 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild
new file mode 100644
index 0000000..7f0a421
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FANGLY
+MODULE_VERSION=0.2.7
+inherit perl-module
+
+DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+RDEPEND="
+	virtual/perl-Test-Simple
+	virtual/perl-version
+	$(comment virtual/perl-File-Basename)
+	virtual/perl-File-Spec  $(comment File::Spec::Functions)
+	virtual/perl-Scalar-List-Utils $(comment List::Util)
+	virtual/perl-Text-Balanced
+	dev-perl/perltidy $(comment Perl::Tidy)
+"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2011-09-24 14:04 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2011-09-24 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     4702dfd4b61c675d324efcd5a5c31abac8ad00f5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep 23 09:48:12 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep 23 09:48:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4702dfd4

[newversion] Getopt-Euclid-0.3.0

(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Getopt-Euclid/ChangeLog                  |    6 +++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild |   43 +++++++++++++++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index 887d69c..c60d673 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Euclid-0.3.0 (23 Sep 2011)
+
+  23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  +Getopt-Euclid-0.3.0.ebuild:
+  Version Bump
+
 *Getopt-Euclid-0.2.7 (15 Jul 2011)
 
   15 Jul 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild
new file mode 100644
index 0000000..7a742eb
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FANGLY
+MODULE_VERSION=0.3.0
+inherit perl-module
+
+DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+perl_mb_requires() {
+	#Test::More
+	echo virtual/perl-Test-Simple
+	#version
+	echo virtual/perl-version
+	#File::Basename
+
+	#File::Spec::Functions
+	echo virtual/perl-File-Spec
+	#List::Util
+	echo virtual/perl-Scalar-List-Utils
+	#Text::Balanced
+	echo virtual/perl-Text-Balanced
+	#Perl::Tidy
+	echo dev-perl/perltidy
+}
+perl_mb_configure() {
+	#Module::Build
+	echo virtual/perl-Module-Build
+}
+RDEPEND="
+	$(perl_mb_requires)
+"
+DEPEND="
+	$(perl_mb_requires)
+	$(perl_mb_configure)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2012-02-27  1:59 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2012-02-27  1:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8fc6df9b6340e6a34e350a09bc29ef11f783ec2a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 00:54:20 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 00:54:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8fc6df9b

[newversion] Getopt-Euclid-0.3.5

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Getopt-Euclid/ChangeLog                  |    8 +++-
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5.ebuild |   52 +++++++++++++++++++++
 2 files changed, 59 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index c60d673..c006f0f 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Getopt-Euclid
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Euclid-0.3.5 (27 Feb 2012)
+
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +Getopt-Euclid-0.3.5.ebuild:
+  Version Bump
+
 *Getopt-Euclid-0.3.0 (23 Sep 2011)
 
   23 Sep 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5.ebuild
new file mode 100644
index 0000000..592e718
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FANGLY
+MODULE_VERSION=0.3.5
+inherit perl-module
+
+DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
+	# Pod::Checker
+	echo virtual/perl-PodParser
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# File::Basename
+	echo dev-lang/perl
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Pod::PlainText
+	echo virtual/perl-PodParser
+	# Pod::Select
+	echo virtual/perl-PodParser
+	# Text::Balanced
+	echo virtual/perl-Text-Balanced
+	# perl 5.005 ( 5.5.0 )
+	echo \>=dev-lang/perl-5.5.0
+	# version
+	echo virtual/perl-version
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2012-04-06 20:42 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2012-04-06 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a9dcc65cbbc56b3a9e39d2be5695ec24ae5e433a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 13:49:04 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 13:49:04 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a9dcc65c

[cpanclean] Getopt-Euclid-0.2.1

(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Getopt-Euclid/ChangeLog                  |    4 +++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild |   25 ---------------------
 2 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index c006f0f..19db987 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -Getopt-Euclid-0.2.1.ebuild:
+  Gone on CPAN
+
 *Getopt-Euclid-0.3.5 (27 Feb 2012)
 
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
deleted file mode 100644
index 4bd87b7..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KGALINSKY
-MODULE_VERSION=0.2.1
-inherit perl-module
-
-DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-RDEPEND="
-	virtual/perl-Test-Simple
-	virtual/perl-version
-	virtual/perl-File-Spec  $(comment File::Spec::Functions)
-	virtual/perl-Scalar-List-Utils $(comment List::Util)
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2012-08-01  1:44 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2012-08-01  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     59c6faa0d693b2e09ca7a191bea949a668acf54c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug  1 01:38:07 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug  1 01:38:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=59c6faa0

[newversion] Getopt-Euclid-0.3.6

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Getopt-Euclid/ChangeLog                  |    6 ++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild |   52 +++++++++++++++++++++
 2 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index 19db987..bee8797 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Euclid-0.3.6 (31 Jul 2012)
+
+  31 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +Getopt-Euclid-0.3.6.ebuild:
+  Version Bump
+
   06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -Getopt-Euclid-0.2.1.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild
new file mode 100644
index 0000000..e1bb60b
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FANGLY
+MODULE_VERSION=0.3.6
+inherit perl-module
+
+DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
+	# Pod::Checker
+	echo virtual/perl-PodParser
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# File::Basename
+	echo dev-lang/perl
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Pod::PlainText
+	echo virtual/perl-PodParser
+	# Pod::Select
+	echo virtual/perl-PodParser
+	# Text::Balanced
+	echo virtual/perl-Text-Balanced
+	# perl 5.005 ( 5.5.0 )
+	echo \>=dev-lang/perl-5.5.0
+	# version
+	echo virtual/perl-version
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2012-08-12 12:07 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2012-08-12 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     bccb023525d84aeaae6a370a2d06930eb21fd563
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 11 06:08:42 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 11 06:08:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bccb0235

[newversion] Getopt-Euclid-0.3.7

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Getopt-Euclid/ChangeLog                  |    6 ++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7.ebuild |   52 +++++++++++++++++++++
 2 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index bee8797..35a0289 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Euclid-0.3.7 (11 Aug 2012)
+
+  11 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  +Getopt-Euclid-0.3.7.ebuild:
+  Version Bump
+
 *Getopt-Euclid-0.3.6 (31 Jul 2012)
 
   31 Jul 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7.ebuild
new file mode 100644
index 0000000..e1ae1b0
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FANGLY
+MODULE_VERSION=0.3.7
+inherit perl-module
+
+DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
+	# Pod::Checker
+	echo virtual/perl-PodParser
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# File::Basename
+	echo dev-lang/perl
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Pod::PlainText
+	echo virtual/perl-PodParser
+	# Pod::Select
+	echo virtual/perl-PodParser
+	# Text::Balanced
+	echo virtual/perl-Text-Balanced
+	# perl 5.005 ( 5.5.0 )
+	echo \>=dev-lang/perl-5.5.0
+	# version
+	echo virtual/perl-version
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2013-02-09 13:27 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2013-02-09 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     8b35c2a97dc3bb6c23f972973a8a6946aba3341c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb  9 12:19:46 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb  9 12:19:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8b35c2a9

[newversion] Getopt-Euclid-0.3.9

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Getopt-Euclid/ChangeLog                  |    8 +++-
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9.ebuild |   53 +++++++++++++++++++++
 2 files changed, 60 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index 35a0289..5b334eb 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Getopt-Euclid
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Euclid-0.3.9 (08 Feb 2013)
+
+  08 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Getopt-Euclid-0.3.9.ebuild:
+  Version Bump
+
 *Getopt-Euclid-0.3.7 (11 Aug 2012)
 
   11 Aug 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9.ebuild
new file mode 100644
index 0000000..58a75d1
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=FANGLY
+MODULE_VERSION=0.3.9
+inherit perl-module
+
+DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	echo virtual/perl-Module-Build
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	# echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+	# Pod::Checker
+	echo virtual/perl-Pod-Checker
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# File::Basename
+	echo dev-lang/perl
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Pod::PlainText
+	echo virtual/perl-PodParser
+	# Pod::Select
+	echo virtual/perl-PodParser
+	# Text::Balanced
+	echo virtual/perl-Text-Balanced
+	# perl 5.005 ( 5.5.0 )
+	echo \>=dev-lang/perl-5.5.0
+	# version
+	echo virtual/perl-version
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2014-07-22  2:49 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2014-07-22  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     64b5dc793e6ef4b7ef3c6e92ff204d3e660b36e9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 22 02:25:10 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 22 02:25:10 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=64b5dc79

[fixup] dev-perl/Getopt-Euclid PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Getopt-Euclid/ChangeLog                         | 16 +++++++++++++++-
 ...Euclid-0.3.5.ebuild => Getopt-Euclid-0.3.5-r1.ebuild} |  8 ++++----
 ...Euclid-0.3.6.ebuild => Getopt-Euclid-0.3.6-r1.ebuild} |  8 ++++----
 ...Euclid-0.3.7.ebuild => Getopt-Euclid-0.3.7-r1.ebuild} |  8 ++++----
 ...Euclid-0.3.9.ebuild => Getopt-Euclid-0.3.9-r1.ebuild} |  6 +++---
 ...Euclid-0.4.0.ebuild => Getopt-Euclid-0.4.0-r1.ebuild} |  6 +++---
 6 files changed, 33 insertions(+), 19 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index b8175f3..871ee37 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -1,7 +1,21 @@
 # ChangeLog for dev-perl/Getopt-Euclid
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Euclid-0.4.0-r1 (22 Jul 2014)
+*Getopt-Euclid-0.3.9-r1 (22 Jul 2014)
+*Getopt-Euclid-0.3.7-r1 (22 Jul 2014)
+*Getopt-Euclid-0.3.6-r1 (22 Jul 2014)
+*Getopt-Euclid-0.3.5-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -Getopt-Euclid-0.3.5.ebuild, +Getopt-Euclid-0.3.5-r1.ebuild,
+  -Getopt-Euclid-0.3.6.ebuild, +Getopt-Euclid-0.3.6-r1.ebuild,
+  -Getopt-Euclid-0.3.7.ebuild, +Getopt-Euclid-0.3.7-r1.ebuild,
+  -Getopt-Euclid-0.3.9.ebuild, +Getopt-Euclid-0.3.9-r1.ebuild,
+  -Getopt-Euclid-0.4.0.ebuild, +Getopt-Euclid-0.4.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *Getopt-Euclid-0.4.0 (23 Feb 2013)
 
   23 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild
similarity index 89%
rename from dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5.ebuild
rename to dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild
index 592e718..ab97cbc 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -19,7 +19,7 @@ perl_meta_build() {
 	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
 	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
 	# Pod::Checker
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Test::More
 	echo virtual/perl-Test-Simple
 }
@@ -31,9 +31,9 @@ perl_meta_runtime() {
 	# List::Util
 	echo virtual/perl-Scalar-List-Utils
 	# Pod::PlainText
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Pod::Select
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Text::Balanced
 	echo virtual/perl-Text-Balanced
 	# perl 5.005 ( 5.5.0 )

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild
similarity index 89%
rename from dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild
rename to dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild
index e1bb60b..5671aae 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -19,7 +19,7 @@ perl_meta_build() {
 	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
 	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
 	# Pod::Checker
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Test::More
 	echo virtual/perl-Test-Simple
 }
@@ -31,9 +31,9 @@ perl_meta_runtime() {
 	# List::Util
 	echo virtual/perl-Scalar-List-Utils
 	# Pod::PlainText
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Pod::Select
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Text::Balanced
 	echo virtual/perl-Text-Balanced
 	# perl 5.005 ( 5.5.0 )

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild
similarity index 89%
rename from dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7.ebuild
rename to dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild
index e1ae1b0..e1af829 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -19,7 +19,7 @@ perl_meta_build() {
 	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
 	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
 	# Pod::Checker
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Test::More
 	echo virtual/perl-Test-Simple
 }
@@ -31,9 +31,9 @@ perl_meta_runtime() {
 	# List::Util
 	echo virtual/perl-Scalar-List-Utils
 	# Pod::PlainText
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Pod::Select
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Text::Balanced
 	echo virtual/perl-Text-Balanced
 	# perl 5.005 ( 5.5.0 )

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild
similarity index 91%
rename from dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9.ebuild
rename to dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild
index 58a75d1..98b8271 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -32,9 +32,9 @@ perl_meta_runtime() {
 	# List::Util
 	echo virtual/perl-Scalar-List-Utils
 	# Pod::PlainText
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Pod::Select
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Text::Balanced
 	echo virtual/perl-Text-Balanced
 	# perl 5.005 ( 5.5.0 )

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0-r1.ebuild
similarity index 91%
rename from dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0.ebuild
rename to dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0-r1.ebuild
index b34320c..3797470 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -32,9 +32,9 @@ perl_meta_runtime() {
 	# List::Util
 	echo virtual/perl-Scalar-List-Utils
 	# Pod::PlainText
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Pod::Select
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Text::Balanced
 	echo virtual/perl-Text-Balanced
 	# perl 5.005 ( 5.5.0 )


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2015-03-26  3:21 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2015-03-26  3:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b76dae40249402ccfd9563eda332e10ed5745ba5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 02:27:16 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 02:27:16 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b76dae40

[bump] Getopt-Euclid-0.4.5

Package-Manager: portage-2.2.17

 .../Getopt-Euclid/Getopt-Euclid-0.4.0-r1.ebuild    | 53 ----------------------
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.5.ebuild  | 37 +++++++++++++++
 2 files changed, 37 insertions(+), 53 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0-r1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0-r1.ebuild
deleted file mode 100644
index 3797470..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.4.0
-inherit perl-module
-
-DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	echo virtual/perl-Module-Build
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.360.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-	# Pod::Checker
-	echo virtual/perl-Pod-Checker
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# File::Basename
-	echo dev-lang/perl
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Pod::PlainText
-	echo virtual/perl-Pod-Parser
-	# Pod::Select
-	echo virtual/perl-Pod-Parser
-	# Text::Balanced
-	echo virtual/perl-Text-Balanced
-	# perl 5.005 ( 5.5.0 )
-	echo \>=dev-lang/perl-5.5.0
-	# version
-	echo virtual/perl-version
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.5.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.5.ebuild
new file mode 100644
index 0000000..954bb96
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.4.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=FANGLY
+MODULE_VERSION=0.4.5
+inherit perl-module
+
+DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)
+# Pod::Select -> Pod-Parser
+# Pod::PlainText -> Pod-Parser
+# File::Basename -> perl
+# File::Spec::Functions -> File-Spec
+# List::Util -> Scalar-List-Utils
+RDEPEND="
+	virtual/perl-version
+	virtual/perl-Pod-Parser
+	virtual/perl-File-Spec
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Text-Balanced
+"
+DEPEND="
+	${RDEPEND}
+	virtual/perl-Module-Build
+	test? (
+		virtual/perl-Test-Simple
+		virtual/perl-Pod-Checker
+	)
+"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2015-03-26  3:21 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2015-03-26  3:21 UTC (permalink / raw
  To: gentoo-commits

commit:     466d742c7465af58d37d69f4ea857b149088a7fd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 02:05:06 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 02:05:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=466d742c

[cleanup] Getopt-Euclid-0.{2,3}.*: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild  | 25 ----------
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild  | 25 ----------
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild  | 28 ------------
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild  | 43 ------------------
 .../Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild    | 52 ---------------------
 .../Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild    | 52 ---------------------
 .../Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild    | 52 ---------------------
 .../Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild    | 53 ----------------------
 8 files changed, 330 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild
deleted file mode 100644
index 21dadbd..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KGALINSKY
-MODULE_VERSION=v0.2.3
-inherit perl-module
-
-DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-RDEPEND="
-	virtual/perl-Test-Simple
-	virtual/perl-version
-	virtual/perl-File-Spec  $(comment File::Spec::Functions)
-	virtual/perl-Scalar-List-Utils $(comment List::Util)
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild
deleted file mode 100644
index 425835d..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.2.4
-inherit perl-module
-
-DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-RDEPEND="
-	virtual/perl-Test-Simple
-	virtual/perl-version
-	virtual/perl-File-Spec  $(comment File::Spec::Functions)
-	virtual/perl-Scalar-List-Utils $(comment List::Util)
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild
deleted file mode 100644
index 7f0a421..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.2.7
-inherit perl-module
-
-DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-RDEPEND="
-	virtual/perl-Test-Simple
-	virtual/perl-version
-	$(comment virtual/perl-File-Basename)
-	virtual/perl-File-Spec  $(comment File::Spec::Functions)
-	virtual/perl-Scalar-List-Utils $(comment List::Util)
-	virtual/perl-Text-Balanced
-	dev-perl/perltidy $(comment Perl::Tidy)
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild
deleted file mode 100644
index 7a742eb..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.3.0
-inherit perl-module
-
-DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-perl_mb_requires() {
-	#Test::More
-	echo virtual/perl-Test-Simple
-	#version
-	echo virtual/perl-version
-	#File::Basename
-
-	#File::Spec::Functions
-	echo virtual/perl-File-Spec
-	#List::Util
-	echo virtual/perl-Scalar-List-Utils
-	#Text::Balanced
-	echo virtual/perl-Text-Balanced
-	#Perl::Tidy
-	echo dev-perl/perltidy
-}
-perl_mb_configure() {
-	#Module::Build
-	echo virtual/perl-Module-Build
-}
-RDEPEND="
-	$(perl_mb_requires)
-"
-DEPEND="
-	$(perl_mb_requires)
-	$(perl_mb_configure)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild
deleted file mode 100644
index ab97cbc..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.3.5
-inherit perl-module
-
-DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-	# Pod::Checker
-	echo virtual/perl-Pod-Parser
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# File::Basename
-	echo dev-lang/perl
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Pod::PlainText
-	echo virtual/perl-Pod-Parser
-	# Pod::Select
-	echo virtual/perl-Pod-Parser
-	# Text::Balanced
-	echo virtual/perl-Text-Balanced
-	# perl 5.005 ( 5.5.0 )
-	echo \>=dev-lang/perl-5.5.0
-	# version
-	echo virtual/perl-version
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild
deleted file mode 100644
index 5671aae..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.3.6
-inherit perl-module
-
-DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-	# Pod::Checker
-	echo virtual/perl-Pod-Parser
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# File::Basename
-	echo dev-lang/perl
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Pod::PlainText
-	echo virtual/perl-Pod-Parser
-	# Pod::Select
-	echo virtual/perl-Pod-Parser
-	# Text::Balanced
-	echo virtual/perl-Text-Balanced
-	# perl 5.005 ( 5.5.0 )
-	echo \>=dev-lang/perl-5.5.0
-	# version
-	echo virtual/perl-version
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild
deleted file mode 100644
index e1af829..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.3.7
-inherit perl-module
-
-DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-	# Pod::Checker
-	echo virtual/perl-Pod-Parser
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# File::Basename
-	echo dev-lang/perl
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Pod::PlainText
-	echo virtual/perl-Pod-Parser
-	# Pod::Select
-	echo virtual/perl-Pod-Parser
-	# Text::Balanced
-	echo virtual/perl-Text-Balanced
-	# perl 5.005 ( 5.5.0 )
-	echo \>=dev-lang/perl-5.5.0
-	# version
-	echo virtual/perl-version
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild
deleted file mode 100644
index 98b8271..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.3.9
-inherit perl-module
-
-DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	echo virtual/perl-Module-Build
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	# echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-	# Pod::Checker
-	echo virtual/perl-Pod-Checker
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# File::Basename
-	echo dev-lang/perl
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Pod::PlainText
-	echo virtual/perl-Pod-Parser
-	# Pod::Select
-	echo virtual/perl-Pod-Parser
-	# Text::Balanced
-	echo virtual/perl-Text-Balanced
-	# perl 5.005 ( 5.5.0 )
-	echo \>=dev-lang/perl-5.5.0
-	# version
-	echo virtual/perl-version
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

end of thread, other threads:[~2015-03-26  3:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 16:15 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-03-26  3:21 Kent Fredric
2015-03-26  3:21 Kent Fredric
2014-07-22  2:49 Kent Fredric
2013-02-09 13:27 Kent Fredric
2012-08-12 12:07 Kent Fredric
2012-08-01  1:44 Kent Fredric
2012-04-06 20:42 Kent Fredric
2012-02-27  1:59 Kent Fredric
2011-09-24 14:04 Kent Fredric
2011-07-04 10:41 Kent Fredric
2011-06-07  5:59 Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-06 11:03 Kent Fredric

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