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

commit:     d24e6862ce51242defa3097409659ef27fea01ae
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 11 18:13:22 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 11 18:13:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d24e6862

[fixdep] Getopt-Lucid -> Exception-Class-TryCatch

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

---
 dev-perl/Getopt-Lucid/ChangeLog                 |    4 ++++
 dev-perl/Getopt-Lucid/Getopt-Lucid-0.18.ebuild  |    4 ++--
 dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.ebuild |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Getopt-Lucid/ChangeLog b/dev-perl/Getopt-Lucid/ChangeLog
index ebce91f..0a7326b 100644
--- a/dev-perl/Getopt-Lucid/ChangeLog
+++ b/dev-perl/Getopt-Lucid/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Feb 2011; Kent Fredric <kentfredric@gmail.com> Getopt-Lucid-0.18.ebuild,
+  Getopt-Lucid-0.190.ebuild:
+  Fix dep on Exception-Class-TryCatch
+
 *Getopt-Lucid-0.190 (08 Jan 2011)
 
   08 Jan 2011; Torsten Veller <tove@gentoo.org> +Getopt-Lucid-0.190.ebuild:

diff --git a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.18.ebuild b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.18.ebuild
index 2c487e3..4420c4f 100644
--- a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.18.ebuild
+++ b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -16,7 +16,7 @@ COMMON_DEPEND="
 "
 DEPEND="
 	${COMMON_DEPEND}
-	>=dev-perl/Exception-Class-TryCatch-1.1
+	>=dev-perl/Exception-Class-TryCatch-1.100
 	test? (
 		>=virtual/perl-Test-Simple-0.62
 	)

diff --git a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.ebuild b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.ebuild
index 2cdc613..1ceebc0 100644
--- a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.ebuild
+++ b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.ebuild
@@ -21,7 +21,7 @@ COMMON_DEPEND="
 DEPEND="
 	${COMMON_DEPEND}
 	test? (
-		>=dev-perl/Exception-Class-TryCatch-1.1
+		>=dev-perl/Exception-Class-TryCatch-1.100
 		>=virtual/perl-Test-Simple-0.62
 	)
 	>=virtual/perl-ExtUtils-MakeMaker-6.56



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

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

commit:     5c179b4c21447eb2689e149cb846e2e69a0a1fe0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 01:10:40 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 01:10:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5c179b4c

[migrate] Getopt-Lucid

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

---
 dev-perl/Getopt-Lucid/ChangeLog                    |   10 +++++++++-
 ...cid-0.18.ebuild => Getopt-Lucid-0.180.0.ebuild} |    3 ++-
 ...id-0.190.ebuild => Getopt-Lucid-0.190.0.ebuild} |    4 ++--
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Getopt-Lucid/ChangeLog b/dev-perl/Getopt-Lucid/ChangeLog
index 0a7326b..a54de7c 100644
--- a/dev-perl/Getopt-Lucid/ChangeLog
+++ b/dev-perl/Getopt-Lucid/ChangeLog
@@ -1,7 +1,15 @@
 # ChangeLog for dev-perl/Getopt-Lucid
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Lucid-0.190.0 (27 Feb 2012)
+*Getopt-Lucid-0.180.0 (27 Feb 2012)
+
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com> -Getopt-Lucid-0.18.ebuild,
+  +Getopt-Lucid-0.180.0.ebuild, -Getopt-Lucid-0.190.ebuild,
+  +Getopt-Lucid-0.190.0.ebuild:
+  Finish Migration to x.y.z
+
   11 Feb 2011; Kent Fredric <kentfredric@gmail.com> Getopt-Lucid-0.18.ebuild,
   Getopt-Lucid-0.190.ebuild:
   Fix dep on Exception-Class-TryCatch

diff --git a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.18.ebuild b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
similarity index 89%
rename from dev-perl/Getopt-Lucid/Getopt-Lucid-0.18.ebuild
rename to dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
index 4420c4f..d0d6abd 100644
--- a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.18.ebuild
+++ b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION="0.18"
 inherit perl-module
 
 DESCRIPTION="Clear, readable syntax for command line processing"

diff --git a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.ebuild b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.0.ebuild
similarity index 85%
rename from dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.ebuild
rename to dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.0.ebuild
index 1ceebc0..50411c7 100644
--- a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.ebuild
+++ b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -21,7 +21,7 @@ COMMON_DEPEND="
 DEPEND="
 	${COMMON_DEPEND}
 	test? (
-		>=dev-perl/Exception-Class-TryCatch-1.100
+		>=dev-perl/Exception-Class-TryCatch-1.100.0
 		>=virtual/perl-Test-Simple-0.62
 	)
 	>=virtual/perl-ExtUtils-MakeMaker-6.56



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

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

commit:     981119a2f346f4d4878f63c0fd6f7f456e51ed8b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 01:13:35 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 01:13:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=981119a2

[fixdep] Getopt-Lucid -> Exception-Class-TryCatch

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

---
 dev-perl/Getopt-Lucid/ChangeLog                   |    4 ++++
 dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Getopt-Lucid/ChangeLog b/dev-perl/Getopt-Lucid/ChangeLog
index a54de7c..0857ede 100644
--- a/dev-perl/Getopt-Lucid/ChangeLog
+++ b/dev-perl/Getopt-Lucid/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  Getopt-Lucid-0.180.0.ebuild:
+  Fixdep on Exception-Class-TryCatch
+
 *Getopt-Lucid-0.190.0 (27 Feb 2012)
 *Getopt-Lucid-0.180.0 (27 Feb 2012)
 

diff --git a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
index d0d6abd..46a982e 100644
--- a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
+++ b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
@@ -17,7 +17,7 @@ COMMON_DEPEND="
 "
 DEPEND="
 	${COMMON_DEPEND}
-	>=dev-perl/Exception-Class-TryCatch-1.100
+	>=dev-perl/Exception-Class-TryCatch-1.100.0
 	test? (
 		>=virtual/perl-Test-Simple-0.62
 	)



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

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

commit:     870ccd65925f49cec15567218faf37af9ce87b58
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 01:17:02 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 01:17:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=870ccd65

[newversion] Getopt-Lucid-1.10.0

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

---
 dev-perl/Getopt-Lucid/ChangeLog                  |    6 ++
 dev-perl/Getopt-Lucid/Getopt-Lucid-1.10.0.ebuild |   56 ++++++++++++++++++++++
 2 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Getopt-Lucid/ChangeLog b/dev-perl/Getopt-Lucid/ChangeLog
index 0857ede..e326d72 100644
--- a/dev-perl/Getopt-Lucid/ChangeLog
+++ b/dev-perl/Getopt-Lucid/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Lucid-1.10.0 (27 Feb 2012)
+
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +Getopt-Lucid-1.10.0.ebuild:
+  Version Bump
+
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
   Getopt-Lucid-0.180.0.ebuild:
   Fixdep on Exception-Class-TryCatch

diff --git a/dev-perl/Getopt-Lucid/Getopt-Lucid-1.10.0.ebuild b/dev-perl/Getopt-Lucid/Getopt-Lucid-1.10.0.ebuild
new file mode 100644
index 0000000..f34f91e
--- /dev/null
+++ b/dev-perl/Getopt-Lucid/Getopt-Lucid-1.10.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=1.01
+inherit perl-module
+
+DESCRIPTION='Clear, readable syntax for command line processing'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Carp
+	# echo dev-perl/Carp
+	# Exception::Class 1.23 ( 1.230.0 )
+	echo \>=dev-perl/Exception-Class-1.230.0
+	# Exporter
+	echo virtual/perl-Exporter
+	# Storable 2.16 ( 2.160.0 )
+	echo \>=virtual/perl-Storable-2.16
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# Data::Dumper
+	echo virtual/perl-Data-Dumper
+	# Exception::Class::TryCatch 1.10 ( 1.100.0 )
+	echo \>=dev-perl/Exception-Class-TryCatch-1.100.0
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::More 0.62 ( 0.620.0 )
+	echo \>=virtual/perl-Test-Simple-0.62
+	# vars
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

end of thread, other threads:[~2012-02-27  2:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27  1:59 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Lucid/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-27  1:59 Kent Fredric
2012-02-27  1:59 Kent Fredric
2011-02-11 18:39 Kent Fredric

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