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

commit:     2ab5bf02a23f60ea72cbb26cbd5c65c67b5cd9f9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 02:56:56 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 02:56:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2ab5bf02

[newversion] App-Cmd-0.311.0

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

---
 dev-perl/App-Cmd/App-Cmd-0.311.0.ebuild |   35 +++++++++++++++++++++++++++++++
 dev-perl/App-Cmd/ChangeLog              |    5 ++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.311.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.311.0.ebuild
new file mode 100644
index 0000000..b3c9732
--- /dev/null
+++ b/dev-perl/App-Cmd/App-Cmd-0.311.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION="0.311"
+inherit perl-module
+
+DESCRIPTION="write command line apps with less suffering "
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	dev-perl/Data-OptList
+	>=dev-perl/Class-Load-0.06
+	>=dev-perl/Getopt-Long-Descriptive-0.84
+	dev-perl/IO-TieCombine
+	virtual/perl-Module-Pluggable
+	dev-perl/String-RewritePrefix
+	>=dev-perl/Sub-Exporter-0.975
+	dev-perl/Sub-Install
+"
+DEPEND="
+	dev-perl/Test-Fatal
+	>=virtual/perl-Test-Simple-0.96
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index 13fe6a1..d270969 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*App-Cmd-0.311.0 (18 Mar 2011)
+
+  18 Mar 2011; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.311.0.ebuild:
+  Bump
+
 *App-Cmd-0.310.0 (18 Mar 2011)
 *App-Cmd-0.309.0 (18 Mar 2011)
 *App-Cmd-0.308.0 (18 Mar 2011)



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/
@ 2011-03-18  2:57 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2011-03-18  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9a83a28b86294bd5fc8cd94505f4a240f1df30fe
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 02:51:10 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 02:51:10 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9a83a28b

[migrate] App-Cmd

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

---
 ...App-Cmd-0.308.ebuild => App-Cmd-0.308.0.ebuild} |    3 ++-
 ...App-Cmd-0.309.ebuild => App-Cmd-0.309.0.ebuild} |    3 ++-
 ...App-Cmd-0.310.ebuild => App-Cmd-0.310.0.ebuild} |    3 ++-
 dev-perl/App-Cmd/ChangeLog                         |   11 ++++++++++-
 4 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.308.ebuild b/dev-perl/App-Cmd/App-Cmd-0.308.0.ebuild
similarity index 90%
rename from dev-perl/App-Cmd/App-Cmd-0.308.ebuild
rename to dev-perl/App-Cmd/App-Cmd-0.308.0.ebuild
index d9844e0..3a2d2b3 100644
--- a/dev-perl/App-Cmd/App-Cmd-0.308.ebuild
+++ b/dev-perl/App-Cmd/App-Cmd-0.308.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
 
 MODULE_AUTHOR=RJBS
+MODULE_VERSION="0.308"
 inherit perl-module
 
 DESCRIPTION="write command line apps with less suffering "

diff --git a/dev-perl/App-Cmd/App-Cmd-0.309.ebuild b/dev-perl/App-Cmd/App-Cmd-0.309.0.ebuild
similarity index 90%
rename from dev-perl/App-Cmd/App-Cmd-0.309.ebuild
rename to dev-perl/App-Cmd/App-Cmd-0.309.0.ebuild
index d9844e0..6eb28dc 100644
--- a/dev-perl/App-Cmd/App-Cmd-0.309.ebuild
+++ b/dev-perl/App-Cmd/App-Cmd-0.309.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
 
 MODULE_AUTHOR=RJBS
+MODULE_VERSION="0.309"
 inherit perl-module
 
 DESCRIPTION="write command line apps with less suffering "

diff --git a/dev-perl/App-Cmd/App-Cmd-0.310.ebuild b/dev-perl/App-Cmd/App-Cmd-0.310.0.ebuild
similarity index 90%
rename from dev-perl/App-Cmd/App-Cmd-0.310.ebuild
rename to dev-perl/App-Cmd/App-Cmd-0.310.0.ebuild
index 7d049fb..73b5ea4 100644
--- a/dev-perl/App-Cmd/App-Cmd-0.310.ebuild
+++ b/dev-perl/App-Cmd/App-Cmd-0.310.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
 
 MODULE_AUTHOR=RJBS
+MODULE_VERSION="0.310"
 inherit perl-module
 
 DESCRIPTION="write command line apps with less suffering "

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index ff227b5..13fe6a1 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -1,7 +1,16 @@
 # ChangeLog for dev-perl/App-Cmd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*App-Cmd-0.310.0 (18 Mar 2011)
+*App-Cmd-0.309.0 (18 Mar 2011)
+*App-Cmd-0.308.0 (18 Mar 2011)
+
+  18 Mar 2011; Kent Fredric <kentfredric@gmail.com> -App-Cmd-0.308.ebuild,
+  +App-Cmd-0.308.0.ebuild, -App-Cmd-0.309.ebuild, +App-Cmd-0.309.0.ebuild,
+  -App-Cmd-0.310.ebuild, +App-Cmd-0.310.0.ebuild:
+  Migrate to x.y.z version scheme
+
   18 Dec 2010; Kent Fredric <kentfredric@gmail.com> -App-Cmd-0.307.ebuild:
   gone from cpan
 



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/
  2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-04-23 14:45 ` Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2011-04-23 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b58b3905b20d58f065760b79c273778f0752d8a9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 14:22:53 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 23 14:22:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b58b3905

[cpanclean] App-Cmd-0.308.0

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

---
 dev-perl/App-Cmd/App-Cmd-0.308.0.ebuild |   34 -------------------------------
 dev-perl/App-Cmd/ChangeLog              |    3 ++
 2 files changed, 3 insertions(+), 34 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.308.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.308.0.ebuild
deleted file mode 100644
index 3a2d2b3..0000000
--- a/dev-perl/App-Cmd/App-Cmd-0.308.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION="0.308"
-inherit perl-module
-
-DESCRIPTION="write command line apps with less suffering "
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-perl/Data-OptList
-	dev-perl/Getopt-Long-Descriptive
-	dev-perl/IO-TieCombine
-	virtual/perl-Module-Pluggable
-	dev-perl/String-RewritePrefix
-	>=dev-perl/Sub-Exporter-0.975
-	dev-perl/Sub-Install
-"
-DEPEND="
-	dev-perl/Test-Fatal
-	>=virtual/perl-Test-Simple-0.96
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index d270969..998fb3f 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Apr 2011; Kent Fredric <kentfredric@gmail.com> -App-Cmd-0.308.0.ebuild:
+  Gone on CPAN
+
 *App-Cmd-0.311.0 (18 Mar 2011)
 
   18 Mar 2011; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.311.0.ebuild:



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/
@ 2011-08-26  9:33 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2011-08-26  9:33 UTC (permalink / raw
  To: gentoo-commits

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

[newversion] App-Cmd-0.312.0

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

---
 dev-perl/App-Cmd/App-Cmd-0.312.0.ebuild |   44 +++++++++++++++++++++++++++++++
 dev-perl/App-Cmd/ChangeLog              |    5 +++
 2 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.312.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.312.0.ebuild
new file mode 100644
index 0000000..3f33a86
--- /dev/null
+++ b/dev-perl/App-Cmd/App-Cmd-0.312.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.312
+inherit perl-module
+
+DESCRIPTION="write command line apps with less suffering "
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+	$(comment virtual/perl-Carp)
+	>=dev-perl/Class-Load-0.06
+	dev-perl/Data-OptList
+	$(comment virtual/perl-File-Basename)
+	>=dev-perl/Getopt-Long-Descriptive-0.84.0
+	dev-perl/IO-TieCombine
+	virtual/perl-Module-Pluggable $(comment Module::Pluggable::Object)
+	dev-perl/String-RewritePrefix
+	dev-perl/Sub-Exporter
+	>=dev-perl/Sub-Exporter-0.975 $(comment Sub::Exporter::Util 0.975.0)
+	dev-perl/Sub-Install
+	$(comment virtual/perl-Test-Abbrev)
+	$(comment virtual/perl-constant)
+"
+DEPEND="
+	$(comment build)
+	$(comment virtual/perl-Data-Dumper)
+	dev-perl/Test-Fatal
+	>=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
+	$(comment configure)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index 998fb3f..e92f842 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*App-Cmd-0.312.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.312.0.ebuild:
+  Version Bump
+
   23 Apr 2011; Kent Fredric <kentfredric@gmail.com> -App-Cmd-0.308.0.ebuild:
   Gone on CPAN
 



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/
@ 2012-01-07  5:29 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2012-01-07  5:29 UTC (permalink / raw
  To: gentoo-commits

commit:     98c04b728b3bf877b27b00335c29c445adf4c4d8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jan  7 04:42:19 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jan  7 04:42:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=98c04b72

[newversion] App-Cmd 0.314.0

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

---
 dev-perl/App-Cmd/App-Cmd-0.313.0.ebuild |   70 ++++++++++++++++++++++++++++
 dev-perl/App-Cmd/App-Cmd-0.314.0.ebuild |   76 +++++++++++++++++++++++++++++++
 dev-perl/App-Cmd/ChangeLog              |    7 +++
 3 files changed, 153 insertions(+), 0 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.313.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.313.0.ebuild
new file mode 100644
index 0000000..06068da
--- /dev/null
+++ b/dev-perl/App-Cmd/App-Cmd-0.313.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.313
+inherit perl-module
+
+DESCRIPTION='write command line apps with less suffering'
+LICENSE=" || ( Artistic GPL-2 )"
+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-lang/perl
+	# Class::Load 0.06 ( 0.60.0 )
+	echo \>=dev-perl/Class-Load-0.06
+	# Data::OptList
+	echo dev-perl/Data-OptList
+	# File::Basename
+	echo dev-lang/perl
+	# Getopt::Long::Descriptive 0.084 ( 0.84.0 )
+	echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0
+	# IO::TieCombine
+	echo dev-perl/IO-TieCombine
+	# Module::Pluggable::Object
+	echo virtual/perl-Module-Pluggable
+	# String::RewritePrefix
+	echo dev-perl/String-RewritePrefix
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Sub::Exporter::Util
+	echo dev-perl/Sub-Exporter
+	# Sub::Install
+	echo dev-perl/Sub-Install
+	# Text::Abbrev
+	echo dev-lang/perl
+	# constant
+	# echo virtual/perl-constant
+	# 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
+	# Test::Fatal
+	echo dev-perl/Test-Fatal
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# base
+	#echo virtual/perl-base
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/App-Cmd-0.314.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.314.0.ebuild
new file mode 100644
index 0000000..37b2521
--- /dev/null
+++ b/dev-perl/App-Cmd/App-Cmd-0.314.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.314
+inherit perl-module
+
+DESCRIPTION='write command line apps with less suffering'
+LICENSE=" || ( Artistic GPL-2 )"
+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() {
+	# Capture::Tiny 0.13 ( 0.130.0 )
+	echo \>=dev-perl/Capture-Tiny-0.130.0
+	# Carp
+	echo dev-lang/perl
+	# Class::Load 0.06 ( 0.60.0 )
+	echo \>=dev-perl/Class-Load-0.06
+	# Data::OptList
+	echo dev-perl/Data-OptList
+	# File::Basename
+	echo dev-lang/perl
+	# Getopt::Long::Descriptive 0.084 ( 0.84.0 )
+	echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0
+	# IO::TieCombine
+	echo dev-perl/IO-TieCombine
+	# Module::Pluggable::Object
+	echo virtual/perl-Module-Pluggable
+	# String::RewritePrefix
+	echo dev-perl/String-RewritePrefix
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Sub::Exporter::Util
+	echo dev-perl/Sub-Exporter
+	# Sub::Install
+	echo dev-perl/Sub-Install
+	# Text::Abbrev
+	echo dev-lang/perl
+	# constant
+	# echo virtual/perl-constant
+	# parent
+	echo virtual/perl-parent
+	# 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
+	# IPC::Cmd
+	echo virtual/perl-IPC-Cmd
+	# Test::Fatal
+	echo dev-perl/Test-Fatal
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# base
+	#echo virtual/perl-base
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index 4b7321d..b372aee 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*App-Cmd-0.314.0 (07 Jan 2012)
+*App-Cmd-0.313.0 (07 Jan 2012)
+
+  07 Jan 2012; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.313.0.ebuild,
+  +App-Cmd-0.314.0.ebuild:
+  Version Bump
+
   07 Jan 2012; Kent Fredric <kentfredric@gmail.com> -App-Cmd-0.309.0.ebuild,
   -App-Cmd-0.310.0.ebuild:
   CPAN Clean



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/
@ 2012-01-07  5:29 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2012-01-07  5:29 UTC (permalink / raw
  To: gentoo-commits

commit:     97ecc0d7998a4138e1f6788f0272cecd859a757c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jan  7 04:19:33 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jan  7 04:19:33 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=97ecc0d7

[cpanclean] App-Cmd 0.3{09,10}.0

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

---
 dev-perl/App-Cmd/App-Cmd-0.309.0.ebuild |   34 ------------------------------
 dev-perl/App-Cmd/App-Cmd-0.310.0.ebuild |   35 -------------------------------
 dev-perl/App-Cmd/ChangeLog              |    6 ++++-
 3 files changed, 5 insertions(+), 70 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.309.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.309.0.ebuild
deleted file mode 100644
index 6eb28dc..0000000
--- a/dev-perl/App-Cmd/App-Cmd-0.309.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION="0.309"
-inherit perl-module
-
-DESCRIPTION="write command line apps with less suffering "
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-perl/Data-OptList
-	dev-perl/Getopt-Long-Descriptive
-	dev-perl/IO-TieCombine
-	virtual/perl-Module-Pluggable
-	dev-perl/String-RewritePrefix
-	>=dev-perl/Sub-Exporter-0.975
-	dev-perl/Sub-Install
-"
-DEPEND="
-	dev-perl/Test-Fatal
-	>=virtual/perl-Test-Simple-0.96
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/App-Cmd-0.310.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.310.0.ebuild
deleted file mode 100644
index 73b5ea4..0000000
--- a/dev-perl/App-Cmd/App-Cmd-0.310.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION="0.310"
-inherit perl-module
-
-DESCRIPTION="write command line apps with less suffering "
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-perl/Data-OptList
-	>=dev-perl/Class-Load-0.06
-	dev-perl/Getopt-Long-Descriptive
-	dev-perl/IO-TieCombine
-	virtual/perl-Module-Pluggable
-	dev-perl/String-RewritePrefix
-	>=dev-perl/Sub-Exporter-0.975
-	dev-perl/Sub-Install
-"
-DEPEND="
-	dev-perl/Test-Fatal
-	>=virtual/perl-Test-Simple-0.96
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index e92f842..4b7321d 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/App-Cmd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Jan 2012; Kent Fredric <kentfredric@gmail.com> -App-Cmd-0.309.0.ebuild,
+  -App-Cmd-0.310.0.ebuild:
+  CPAN Clean
+
 *App-Cmd-0.312.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.312.0.ebuild:



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/
@ 2012-02-08 13:55 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2012-02-08 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     186d3aa8743ade9b064fa330be4472e82622643e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb  8 13:40:45 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb  8 13:40:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=186d3aa8

[cpanclean] App-Cmd-0.311.0

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

---
 dev-perl/App-Cmd/App-Cmd-0.311.0.ebuild |   35 -------------------------------
 dev-perl/App-Cmd/ChangeLog              |    3 ++
 2 files changed, 3 insertions(+), 35 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.311.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.311.0.ebuild
deleted file mode 100644
index b3c9732..0000000
--- a/dev-perl/App-Cmd/App-Cmd-0.311.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION="0.311"
-inherit perl-module
-
-DESCRIPTION="write command line apps with less suffering "
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-perl/Data-OptList
-	>=dev-perl/Class-Load-0.06
-	>=dev-perl/Getopt-Long-Descriptive-0.84
-	dev-perl/IO-TieCombine
-	virtual/perl-Module-Pluggable
-	dev-perl/String-RewritePrefix
-	>=dev-perl/Sub-Exporter-0.975
-	dev-perl/Sub-Install
-"
-DEPEND="
-	dev-perl/Test-Fatal
-	>=virtual/perl-Test-Simple-0.96
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index b372aee..1eea6c5 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Feb 2012; Kent Fredric <kentfredric@gmail.com> -App-Cmd-0.311.0.ebuild:
+  Gone on CPAN
+
 *App-Cmd-0.314.0 (07 Jan 2012)
 *App-Cmd-0.313.0 (07 Jan 2012)
 



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/
@ 2012-02-11 13:45 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2012-02-11 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2f7f01481939b530e15286cd98d0570828818ab3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 11 11:51:04 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 11 11:51:04 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2f7f0148

[newversion] App-Cmd-0.315.0

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

---
 dev-perl/App-Cmd/App-Cmd-0.315.0.ebuild |   76 +++++++++++++++++++++++++++++++
 dev-perl/App-Cmd/ChangeLog              |    5 ++
 2 files changed, 81 insertions(+), 0 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.315.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.315.0.ebuild
new file mode 100644
index 0000000..21d4873
--- /dev/null
+++ b/dev-perl/App-Cmd/App-Cmd-0.315.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.315
+inherit perl-module
+
+DESCRIPTION='write command line apps with less suffering'
+LICENSE=" || ( Artistic GPL-2 )"
+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() {
+	# Capture::Tiny 0.13 ( 0.130.0 )
+	echo \>=dev-perl/Capture-Tiny-0.130.0
+	# Carp
+	echo dev-lang/perl
+	# Class::Load 0.06 ( 0.60.0 )
+	echo \>=dev-perl/Class-Load-0.06
+	# Data::OptList
+	echo dev-perl/Data-OptList
+	# File::Basename
+	echo dev-lang/perl
+	# Getopt::Long::Descriptive 0.084 ( 0.84.0 )
+	echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0
+	# IO::TieCombine
+	echo dev-perl/IO-TieCombine
+	# Module::Pluggable::Object
+	echo virtual/perl-Module-Pluggable
+	# String::RewritePrefix
+	echo dev-perl/String-RewritePrefix
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Sub::Exporter::Util
+	echo dev-perl/Sub-Exporter
+	# Sub::Install
+	echo dev-perl/Sub-Install
+	# Text::Abbrev
+	echo dev-lang/perl
+	# constant
+	# echo virtual/perl-constant
+	# parent
+	echo virtual/perl-parent
+	# 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
+	# IPC::Cmd
+	echo virtual/perl-IPC-Cmd
+	# Test::Fatal
+	echo dev-perl/Test-Fatal
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# base
+	#echo virtual/perl-base
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index 1eea6c5..e211853 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*App-Cmd-0.315.0 (11 Feb 2012)
+
+  11 Feb 2012; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.315.0.ebuild:
+  Version Bump
+
   08 Feb 2012; Kent Fredric <kentfredric@gmail.com> -App-Cmd-0.311.0.ebuild:
   Gone on CPAN
 



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/
@ 2012-02-13 18:04 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2012-02-13 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ded9333f6084002f389c61a46fed98e68120d74c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 14:59:48 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 12 14:59:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ded9333f

[newversion] App-Cmd-0.316.0

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

---
 dev-perl/App-Cmd/App-Cmd-0.316.0.ebuild |   76 +++++++++++++++++++++++++++++++
 dev-perl/App-Cmd/ChangeLog              |    5 ++
 2 files changed, 81 insertions(+), 0 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.316.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.316.0.ebuild
new file mode 100644
index 0000000..c5657a7
--- /dev/null
+++ b/dev-perl/App-Cmd/App-Cmd-0.316.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.316
+inherit perl-module
+
+DESCRIPTION='write command line apps with less suffering'
+LICENSE=" || ( Artistic GPL-2 )"
+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() {
+	# Capture::Tiny 0.13 ( 0.130.0 )
+	echo \>=dev-perl/Capture-Tiny-0.130.0
+	# Carp
+	echo dev-lang/perl
+	# Class::Load 0.06 ( 0.60.0 )
+	echo \>=dev-perl/Class-Load-0.06
+	# Data::OptList
+	echo dev-perl/Data-OptList
+	# File::Basename
+	echo dev-lang/perl
+	# Getopt::Long::Descriptive 0.084 ( 0.84.0 )
+	echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0
+	# IO::TieCombine
+	echo dev-perl/IO-TieCombine
+	# Module::Pluggable::Object
+	echo virtual/perl-Module-Pluggable
+	# String::RewritePrefix
+	echo dev-perl/String-RewritePrefix
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Sub::Exporter::Util
+	echo dev-perl/Sub-Exporter
+	# Sub::Install
+	echo dev-perl/Sub-Install
+	# Text::Abbrev
+	echo dev-lang/perl
+	# constant
+	# echo virtual/perl-constant
+	# parent
+	echo virtual/perl-parent
+	# 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
+	# IPC::Cmd
+	echo virtual/perl-IPC-Cmd
+	# Test::Fatal
+	echo dev-perl/Test-Fatal
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# base
+	#echo virtual/perl-base
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index e211853..d215d93 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*App-Cmd-0.316.0 (12 Feb 2012)
+
+  12 Feb 2012; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.316.0.ebuild:
+  Version Bump
+
 *App-Cmd-0.315.0 (11 Feb 2012)
 
   11 Feb 2012; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.315.0.ebuild:



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/
@ 2012-03-27  9:30 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2012-03-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     afef11cb4d89f1833f45d565db84bd692d24b30e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 02:22:55 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 02:22:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=afef11cb

[newverison] App-Cmd-0.317.0

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

---
 dev-perl/App-Cmd/App-Cmd-0.317.0.ebuild |   76 +++++++++++++++++++++++++++++++
 dev-perl/App-Cmd/ChangeLog              |    5 ++
 2 files changed, 81 insertions(+), 0 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.317.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.317.0.ebuild
new file mode 100644
index 0000000..ff216d9
--- /dev/null
+++ b/dev-perl/App-Cmd/App-Cmd-0.317.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.317
+inherit perl-module
+
+DESCRIPTION='write command line apps with less suffering'
+LICENSE=" || ( Artistic GPL-2 )"
+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() {
+	# Capture::Tiny 0.13 ( 0.130.0 )
+	echo \>=dev-perl/Capture-Tiny-0.130.0
+	# Carp
+	# echo virtual/perl-Carp
+	# Class::Load 0.06 ( 0.60.0 )
+	echo \>=dev-perl/Class-Load-0.06
+	# Data::OptList
+	echo dev-perl/Data-OptList
+	# File::Basename
+	echo dev-lang/perl
+	# Getopt::Long::Descriptive 0.084 ( 0.84.0 )
+	echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0
+	# IO::TieCombine
+	echo dev-perl/IO-TieCombine
+	# Module::Pluggable::Object
+	echo virtual/perl-Module-Pluggable
+	# String::RewritePrefix
+	echo dev-perl/String-RewritePrefix
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Sub::Exporter::Util
+	echo dev-perl/Sub-Exporter
+	# Sub::Install
+	echo dev-perl/Sub-Install
+	# Text::Abbrev
+	echo dev-lang/perl
+	# constant
+	# echo virtual/perl-constant
+	# parent
+	echo virtual/perl-parent
+	# 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
+	# IPC::Cmd
+	echo virtual/perl-IPC-Cmd
+	# Test::Fatal
+	echo dev-perl/Test-Fatal
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# base
+	#echo virtual/perl-base
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index d215d93..fbaa1f1 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*App-Cmd-0.317.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.317.0.ebuild:
+  Version Bump
+
 *App-Cmd-0.316.0 (12 Feb 2012)
 
   12 Feb 2012; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.316.0.ebuild:



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/
@ 2012-05-07  5:19 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2012-05-07  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     391ca82f16b2b07f55fa05d4a9d5d3ff706a441e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May  6 20:08:54 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  6 20:08:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=391ca82f

[newversion] App-Cmd 0.318.0

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

---
 dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild |   76 +++++++++++++++++++++++++++++++
 dev-perl/App-Cmd/ChangeLog              |    5 ++
 2 files changed, 81 insertions(+), 0 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild
new file mode 100644
index 0000000..0c1afd7
--- /dev/null
+++ b/dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.318
+inherit perl-module
+
+DESCRIPTION='write command line apps with less suffering'
+LICENSE=" || ( Artistic GPL-2 )"
+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() {
+	# Capture::Tiny 0.13 ( 0.130.0 )
+	echo \>=dev-perl/Capture-Tiny-0.130.0
+	# Carp
+	# echo virtual/perl-Carp
+	# Class::Load 0.06 ( 0.60.0 )
+	echo \>=dev-perl/Class-Load-0.06
+	# Data::OptList
+	echo dev-perl/Data-OptList
+	# File::Basename
+	echo dev-lang/perl
+	# Getopt::Long::Descriptive 0.084 ( 0.84.0 )
+	echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0
+	# IO::TieCombine
+	echo dev-perl/IO-TieCombine
+	# Module::Pluggable::Object
+	echo virtual/perl-Module-Pluggable
+	# String::RewritePrefix
+	echo dev-perl/String-RewritePrefix
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Sub::Exporter::Util
+	echo dev-perl/Sub-Exporter
+	# Sub::Install
+	echo dev-perl/Sub-Install
+	# Text::Abbrev
+	echo dev-lang/perl
+	# constant
+	# echo virtual/perl-constant
+	# parent
+	echo virtual/perl-parent
+	# 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
+	# IPC::Cmd
+	echo virtual/perl-IPC-Cmd
+	# Test::Fatal
+	echo dev-perl/Test-Fatal
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# base
+	# echo virtual/perl-base
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index fbaa1f1..6bc30c2 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*App-Cmd-0.318.0 (06 May 2012)
+
+  06 May 2012; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.318.0.ebuild:
+  Version Bump
+
 *App-Cmd-0.317.0 (27 Mar 2012)
 
   27 Mar 2012; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.317.0.ebuild:



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/
@ 2013-02-05 12:24 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2013-02-05 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2a11a73165f7bb61553581fef0ed9bad52818e31
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb  5 08:30:48 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb  5 09:03:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2a11a731

[newversion] App-Cmd-0.320.0

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

---
 dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild |   80 +++++++++++++++++++++++++++++++
 dev-perl/App-Cmd/ChangeLog              |    7 ++-
 2 files changed, 86 insertions(+), 1 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild
new file mode 100644
index 0000000..20ce7ec
--- /dev/null
+++ b/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.320
+inherit perl-module
+
+DESCRIPTION='write command line apps with less suffering'
+LICENSE=" || ( Artistic GPL-2 )"
+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() {
+	# Capture::Tiny 0.13 ( 0.130.0 )
+	echo \>=dev-perl/Capture-Tiny-0.130.0
+	# Carp
+	echo dev-lang/perl
+	# Class::Load 0.06 ( 0.60.0 )
+	echo \>=dev-perl/Class-Load-0.06
+	# Data::OptList
+	echo dev-perl/Data-OptList
+	# File::Basename
+	echo dev-lang/perl
+	# Getopt::Long::Descriptive 0.084 ( 0.84.0 )
+	echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0
+	# IO::TieCombine
+	echo dev-perl/IO-TieCombine
+	# Module::Pluggable::Object
+	echo virtual/perl-Module-Pluggable
+	# String::RewritePrefix
+	echo dev-perl/String-RewritePrefix
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Sub::Exporter::Util
+	echo dev-perl/Sub-Exporter
+	# Sub::Install
+	echo dev-perl/Sub-Install
+	# Text::Abbrev
+	echo dev-lang/perl
+	# constant
+	# echo virtual/perl-constant
+	# parent
+	echo virtual/perl-parent
+	# 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
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# IPC::Cmd
+	echo virtual/perl-IPC-Cmd
+	# Test::Fatal
+	echo dev-perl/Test-Fatal
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# base
+	# echo virtual/perl-base
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog
index 81a3afa..fc74a77 100644
--- a/dev-perl/App-Cmd/ChangeLog
+++ b/dev-perl/App-Cmd/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/App-Cmd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*App-Cmd-0.320.0 (05 Feb 2013)
+
+  05 Feb 2013; Kent Fredric <kentfredric@gmail.com> +App-Cmd-0.320.0.ebuild:
+  Version Bump
+
   23 Aug 2012; Kent Fredric <kentfredric@gmail.com> -App-Cmd-0.312.0.ebuild,
   -App-Cmd-0.313.0.ebuild, -App-Cmd-0.314.0.ebuild, -App-Cmd-0.315.0.ebuild:
   Gone on CPAN


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

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

commit:     7dd9fc450a05766f5beecf56f57216bb8826c95b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 21:44:09 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 21:44:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7dd9fc45

[cleanup] App-Cmd: remove old

Package-Manager: portage-2.2.17

 dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild | 76 -------------------------------
 dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild | 80 ---------------------------------
 2 files changed, 156 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild
deleted file mode 100644
index 0c1afd7..0000000
--- a/dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.318
-inherit perl-module
-
-DESCRIPTION='write command line apps with less suffering'
-LICENSE=" || ( Artistic GPL-2 )"
-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() {
-	# Capture::Tiny 0.13 ( 0.130.0 )
-	echo \>=dev-perl/Capture-Tiny-0.130.0
-	# Carp
-	# echo virtual/perl-Carp
-	# Class::Load 0.06 ( 0.60.0 )
-	echo \>=dev-perl/Class-Load-0.06
-	# Data::OptList
-	echo dev-perl/Data-OptList
-	# File::Basename
-	echo dev-lang/perl
-	# Getopt::Long::Descriptive 0.084 ( 0.84.0 )
-	echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0
-	# IO::TieCombine
-	echo dev-perl/IO-TieCombine
-	# Module::Pluggable::Object
-	echo virtual/perl-Module-Pluggable
-	# String::RewritePrefix
-	echo dev-perl/String-RewritePrefix
-	# Sub::Exporter
-	echo dev-perl/Sub-Exporter
-	# Sub::Exporter::Util
-	echo dev-perl/Sub-Exporter
-	# Sub::Install
-	echo dev-perl/Sub-Install
-	# Text::Abbrev
-	echo dev-lang/perl
-	# constant
-	# echo virtual/perl-constant
-	# parent
-	echo virtual/perl-parent
-	# 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
-	# IPC::Cmd
-	echo virtual/perl-IPC-Cmd
-	# Test::Fatal
-	echo dev-perl/Test-Fatal
-	# Test::More 0.96 ( 0.960.0 )
-	echo \>=virtual/perl-Test-Simple-0.96
-	# base
-	# echo virtual/perl-base
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild
deleted file mode 100644
index 20ce7ec..0000000
--- a/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.320
-inherit perl-module
-
-DESCRIPTION='write command line apps with less suffering'
-LICENSE=" || ( Artistic GPL-2 )"
-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() {
-	# Capture::Tiny 0.13 ( 0.130.0 )
-	echo \>=dev-perl/Capture-Tiny-0.130.0
-	# Carp
-	echo dev-lang/perl
-	# Class::Load 0.06 ( 0.60.0 )
-	echo \>=dev-perl/Class-Load-0.06
-	# Data::OptList
-	echo dev-perl/Data-OptList
-	# File::Basename
-	echo dev-lang/perl
-	# Getopt::Long::Descriptive 0.084 ( 0.84.0 )
-	echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0
-	# IO::TieCombine
-	echo dev-perl/IO-TieCombine
-	# Module::Pluggable::Object
-	echo virtual/perl-Module-Pluggable
-	# String::RewritePrefix
-	echo dev-perl/String-RewritePrefix
-	# Sub::Exporter
-	echo dev-perl/Sub-Exporter
-	# Sub::Exporter::Util
-	echo dev-perl/Sub-Exporter
-	# Sub::Install
-	echo dev-perl/Sub-Install
-	# Text::Abbrev
-	echo dev-lang/perl
-	# constant
-	# echo virtual/perl-constant
-	# parent
-	echo virtual/perl-parent
-	# 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
-	# File::Find
-	echo dev-lang/perl
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# IPC::Cmd
-	echo virtual/perl-IPC-Cmd
-	# Test::Fatal
-	echo dev-perl/Test-Fatal
-	# Test::More 0.96 ( 0.960.0 )
-	echo \>=virtual/perl-Test-Simple-0.96
-	# base
-	# echo virtual/perl-base
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-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/App-Cmd/
@ 2015-06-13 15:21 Kent Fredric
  0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2015-06-13 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     23210637e3c841d4963fe91e1a24b8d576f1d9b4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 29 11:51:43 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 14:47:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=23210637

[bump] App-Cmd to 0.327.0

Package-Manager: portage-2.2.17

 dev-perl/App-Cmd/App-Cmd-0.323.0.ebuild | 80 ---------------------------------
 dev-perl/App-Cmd/App-Cmd-0.327.0.ebuild | 40 +++++++++++++++++
 2 files changed, 40 insertions(+), 80 deletions(-)

diff --git a/dev-perl/App-Cmd/App-Cmd-0.323.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.323.0.ebuild
deleted file mode 100644
index e1d88da..0000000
--- a/dev-perl/App-Cmd/App-Cmd-0.323.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.323
-inherit perl-module
-
-DESCRIPTION='write command line apps with less suffering'
-LICENSE=" || ( Artistic GPL-2 )"
-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() {
-	# Capture::Tiny 0.13 ( 0.130.0 )
-	echo \>=dev-perl/Capture-Tiny-0.130.0
-	# Carp
-	# echo virtual/perl-Carp
-	# Class::Load 0.06 ( 0.60.0 )
-	echo \>=dev-perl/Class-Load-0.06
-	# Data::OptList
-	echo dev-perl/Data-OptList
-	# File::Basename
-	echo dev-lang/perl
-	# Getopt::Long 2.39 ( 2.390.0 )
-	echo \>=virtual/perl-Getopt-Long-2.390.0
-	# Getopt::Long::Descriptive 0.084 ( 0.84.0 )
-	echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0
-	# IO::TieCombine
-	echo dev-perl/IO-TieCombine
-	# Module::Pluggable::Object
-	echo virtual/perl-Module-Pluggable
-	# String::RewritePrefix
-	echo dev-perl/String-RewritePrefix
-	# Sub::Exporter
-	echo dev-perl/Sub-Exporter
-	# Sub::Exporter::Util
-	echo dev-perl/Sub-Exporter
-	# Sub::Install
-	echo dev-perl/Sub-Install
-	# Text::Abbrev
-	echo dev-lang/perl
-	# constant
-	# echo virtual/perl-constant
-	# parent
-	echo virtual/perl-parent
-	# 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
-	# IPC::Cmd
-	echo virtual/perl-IPC-Cmd
-	# Test::Fatal
-	echo dev-perl/Test-Fatal
-	# Test::More 0.96 ( 0.960.0 )
-	echo \>=virtual/perl-Test-Simple-0.96
-	# base
-	# echo virtual/perl-base
-	# lib
-	# echo virtual/perl-lib
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do parallel"

diff --git a/dev-perl/App-Cmd/App-Cmd-0.327.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.327.0.ebuild
new file mode 100644
index 0000000..6b932d5
--- /dev/null
+++ b/dev-perl/App-Cmd/App-Cmd-0.327.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.327
+inherit perl-module
+
+DESCRIPTION='write command line apps with less suffering'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# File::Basename -> perl
+# Text::Abbrev   -> perl
+RDEPEND="
+	>=dev-perl/Capture-Tiny-0.130.0
+	virtual/perl-Carp
+	>=dev-perl/Class-Load-0.60.0
+	dev-perl/Data-OptList
+	>=virtual/perl-Getopt-Long-2.390.0
+	>=dev-perl/Getopt-Long-Descriptive-0.84.0
+	dev-perl/IO-TieCombine
+	dev-perl/Module-Pluggable
+	dev-perl/String-RewritePrefix
+	dev-perl/Sub-Exporter
+	dev-perl/Sub-Install
+	virtual/perl-constant
+	virtual/perl-parent
+"
+DEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Data-Dumper
+		virtual/perl-File-Spec
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"


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

end of thread, other threads:[~2015-06-13 15:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-13 15:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-03-26 22:05 Kent Fredric
2013-02-05 12:24 Kent Fredric
2012-05-07  5:19 Kent Fredric
2012-03-27  9:30 Kent Fredric
2012-02-13 18:04 Kent Fredric
2012-02-11 13:45 Kent Fredric
2012-02-08 13:55 Kent Fredric
2012-01-07  5:29 Kent Fredric
2012-01-07  5:29 Kent Fredric
2011-08-26  9:33 Kent Fredric
2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-23 14:45 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-03-18  2:57 Kent Fredric
2011-03-18  2:57 Kent Fredric

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