public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Getopt-Euclid/
@ 2011-05-08 16:10 Kent Fredric
  2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  0 siblings, 2 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 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] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/
@ 2011-05-06 11:03 Kent Fredric
  2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
  0 siblings, 1 reply; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2011-05-08 16:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Getopt-Euclid/ Kent Fredric
2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-05-06 11:03 [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric

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