public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Command/
@ 2011-06-09 19:04 Torsten Veller
  0 siblings, 0 replies; 10+ messages in thread
From: Torsten Veller @ 2011-06-09 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     110322ef688165fd8e2be78611e9187c228c7bee
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 18:33:43 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 18:33:43 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=110322ef

[bump] dev-perl/System-Command-1.40.0

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

---
 dev-perl/System-Command/ChangeLog                  |    5 ++++
 .../System-Command/System-Command-1.40.0.ebuild    |   21 ++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/dev-perl/System-Command/ChangeLog b/dev-perl/System-Command/ChangeLog
index 07dca4a..1f9d6d1 100644
--- a/dev-perl/System-Command/ChangeLog
+++ b/dev-perl/System-Command/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*System-Command-1.40.0 (09 Jun 2011)
+
+  09 Jun 2011; Torsten Veller <tove@gentoo.org> +System-Command-1.40.0.ebuild:
+  Version bump
+
 *System-Command-1.30.0 (22 Mar 2011)
 
   22 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/System-Command/System-Command-1.40.0.ebuild b/dev-perl/System-Command/System-Command-1.40.0.ebuild
new file mode 100644
index 0000000..7165a9b
--- /dev/null
+++ b/dev-perl/System-Command/System-Command-1.40.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=BOOK
+MODULE_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="Object for running system commands"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"
+
+SRC_TEST=do



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Command/
@ 2014-04-05 23:06 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2014-04-05 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a396adf9c63159607c773fc102d4df67e38c7430
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr  5 22:48:42 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr  5 22:48:42 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a396adf9

[cpanclean] dev-perl/System-Command-1.100.0

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

---
 dev-perl/System-Command/ChangeLog                  |  4 ++
 .../System-Command/System-Command-1.100.0.ebuild   | 48 ----------------------
 2 files changed, 4 insertions(+), 48 deletions(-)

diff --git a/dev-perl/System-Command/ChangeLog b/dev-perl/System-Command/ChangeLog
index d2d8245..c47292f 100644
--- a/dev-perl/System-Command/ChangeLog
+++ b/dev-perl/System-Command/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2014; Kent Fredric <kentfredric@gmail.com>
+  -System-Command-1.100.0.ebuild:
+  Gone on CPAN
+
 *System-Command-1.108.0 (05 Apr 2014)
 
   05 Apr 2014; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/System-Command/System-Command-1.100.0.ebuild b/dev-perl/System-Command/System-Command-1.100.0.ebuild
deleted file mode 100644
index 63a00e0..0000000
--- a/dev-perl/System-Command/System-Command-1.100.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BOOK
-MODULE_VERSION=1.100
-inherit perl-module
-
-DESCRIPTION='Object for running system commands'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# Module::Build 0.38 ( 0.380.0 )
-	echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_build() {
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# Carp
-	echo dev-lang/perl
-	# Config
-	#echo unresolved
-	# Cwd
-	echo virtual/perl-File-Spec
-	# IO::Handle
-	echo virtual/perl-IO
-	# IPC::Open3
-	echo dev-lang/perl
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# POSIX
-	echo dev-lang/perl
-	# Symbol
-	echo dev-lang/perl
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Command/
@ 2014-04-05 23:06 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2014-04-05 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e90f878a8c5aa8f063de763551f18bf8888b4269
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr  5 22:47:59 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr  5 22:47:59 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e90f878a

[newversion] dev-perl/System-Command-1.108

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

---
 dev-perl/System-Command/ChangeLog                  |  8 ++-
 .../System-Command/System-Command-1.108.0.ebuild   | 66 ++++++++++++++++++++++
 dev-perl/System-Command/metadata.xml               |  1 +
 3 files changed, 74 insertions(+), 1 deletion(-)

diff --git a/dev-perl/System-Command/ChangeLog b/dev-perl/System-Command/ChangeLog
index 31f5917..d2d8245 100644
--- a/dev-perl/System-Command/ChangeLog
+++ b/dev-perl/System-Command/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/System-Command
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*System-Command-1.108.0 (05 Apr 2014)
+
+  05 Apr 2014; Kent Fredric <kentfredric@gmail.com>
+  +System-Command-1.108.0.ebuild, metadata.xml:
+  Version Bump
+
   15 May 2013; Kent Fredric <kentfredric@gmail.com>
   -System-Command-1.90.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/System-Command/System-Command-1.108.0.ebuild b/dev-perl/System-Command/System-Command-1.108.0.ebuild
new file mode 100644
index 0000000..4ae4851
--- /dev/null
+++ b/dev-perl/System-Command/System-Command-1.108.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BOOK
+MODULE_VERSION=1.108
+inherit perl-module
+
+DESCRIPTION='Object for running system commands'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_build() {
+	# File::Find
+	# echo dev-lang/perl
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+	# Carp
+	# echo virtual/perl-Carp
+	# Cwd
+	echo virtual/perl-File-Spec
+	# Data::Dumper
+	echo virtual/perl-Data-Dumper
+	# Fcntl
+	# echo dev-lang/perl
+	# IO::Handle
+	echo virtual/perl-IO
+	# IPC::Run
+	echo dev-perl/IPC-Run
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# POSIX
+	# echo dev-lang/perl
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Symbol
+	# 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
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do parallel"

diff --git a/dev-perl/System-Command/metadata.xml b/dev-perl/System-Command/metadata.xml
index d2374ee..3c955cd 100644
--- a/dev-perl/System-Command/metadata.xml
+++ b/dev-perl/System-Command/metadata.xml
@@ -5,5 +5,6 @@
         <upstream>
                 <remote-id type="cpan">System-Command</remote-id>
                 <remote-id type="cpan-module">System::Command</remote-id>
+                <remote-id type="cpan-module">System::Command::Reaper</remote-id>
         </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Command/
@ 2013-05-15 22:23 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-05-15 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5db1a4b8d3ff2ef473e756f62b22ed4b8671c500
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 15 20:13:29 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 15 20:13:29 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5db1a4b8

[cpanclean] dev-perl/System-Command-1.90.0

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

---
 dev-perl/System-Command/ChangeLog                  |    4 ++
 .../System-Command/System-Command-1.90.0.ebuild    |   48 --------------------
 2 files changed, 4 insertions(+), 48 deletions(-)

diff --git a/dev-perl/System-Command/ChangeLog b/dev-perl/System-Command/ChangeLog
index f781561..31f5917 100644
--- a/dev-perl/System-Command/ChangeLog
+++ b/dev-perl/System-Command/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  15 May 2013; Kent Fredric <kentfredric@gmail.com>
+  -System-Command-1.90.0.ebuild:
+  Gone on CPAN
+
 *System-Command-1.100.0 (28 Apr 2013)
 
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/System-Command/System-Command-1.90.0.ebuild b/dev-perl/System-Command/System-Command-1.90.0.ebuild
deleted file mode 100644
index 3e83517..0000000
--- a/dev-perl/System-Command/System-Command-1.90.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BOOK
-MODULE_VERSION=1.09
-inherit perl-module
-
-DESCRIPTION='Object for running system commands'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# Module::Build 0.38 ( 0.380.0 )
-	echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_build() {
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# Carp
-	echo dev-lang/perl
-	# Config
-	#echo unresolved
-	# Cwd
-	echo virtual/perl-File-Spec
-	# IO::Handle
-	echo virtual/perl-IO
-	# IPC::Open3
-	echo dev-lang/perl
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# POSIX
-	echo dev-lang/perl
-	# Symbol
-	echo dev-lang/perl
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Command/
@ 2012-04-18  4:43 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-04-18  4:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d82c5579b70a1f7f63d6dd044f9e2c5687239a90
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 18 04:11:42 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 18 04:11:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d82c5579

[newversion] System-Command-1.70.0

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

---
 dev-perl/System-Command/ChangeLog                  |    6 ++++
 .../System-Command/System-Command-1.70.0.ebuild    |   29 ++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/dev-perl/System-Command/ChangeLog b/dev-perl/System-Command/ChangeLog
index 6b1b8c6..7dcaf5a 100644
--- a/dev-perl/System-Command/ChangeLog
+++ b/dev-perl/System-Command/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*System-Command-1.70.0 (18 Apr 2012)
+
+  18 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +System-Command-1.70.0.ebuild:
+  Version Bump
+
 *System-Command-1.60.0 (28 Feb 2012)
 
   28 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/System-Command/System-Command-1.70.0.ebuild b/dev-perl/System-Command/System-Command-1.70.0.ebuild
new file mode 100644
index 0000000..9d2fa47
--- /dev/null
+++ b/dev-perl/System-Command/System-Command-1.70.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOOK
+MODULE_VERSION=1.07
+inherit perl-module
+
+DESCRIPTION='Object for running system commands'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.38 ( 0.380.0 )
+	echo \>=virtual/perl-Module-Build-0.380.0
+}
+perl_meta_build() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Command/
@ 2012-02-28 12:02 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-02-28 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3c34995701f65d527d69b8417663dc963e8d85fc
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 28 12:01:03 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 28 12:01:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3c349957

[newversion] System-Command-1.60.0

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

---
 dev-perl/System-Command/ChangeLog                  |    8 +++++-
 .../System-Command/System-Command-1.60.0.ebuild    |   29 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 1 deletions(-)

diff --git a/dev-perl/System-Command/ChangeLog b/dev-perl/System-Command/ChangeLog
index d7588e8..6b1b8c6 100644
--- a/dev-perl/System-Command/ChangeLog
+++ b/dev-perl/System-Command/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/System-Command
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*System-Command-1.60.0 (28 Feb 2012)
+
+  28 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +System-Command-1.60.0.ebuild:
+  Version Bump
+
 *System-Command-1.50.0 (16 Jul 2011)
 
   16 Jul 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/System-Command/System-Command-1.60.0.ebuild b/dev-perl/System-Command/System-Command-1.60.0.ebuild
new file mode 100644
index 0000000..65a8282
--- /dev/null
+++ b/dev-perl/System-Command/System-Command-1.60.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOOK
+MODULE_VERSION=1.06
+inherit perl-module
+
+DESCRIPTION='Object for running system commands'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.38 ( 0.380.0 )
+	echo \>=virtual/perl-Module-Build-0.380.0
+}
+perl_meta_build() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Command/
@ 2011-07-16 22:59 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-07-16 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ee40381424790ab89f056d878897b3007ca77c88
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 18:09:27 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 18:09:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ee403814

[newversion] System-Command-1.50.0

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

---
 dev-perl/System-Command/ChangeLog                  |    6 +++++
 .../System-Command/System-Command-1.50.0.ebuild    |   22 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/dev-perl/System-Command/ChangeLog b/dev-perl/System-Command/ChangeLog
index 1f9d6d1..d7588e8 100644
--- a/dev-perl/System-Command/ChangeLog
+++ b/dev-perl/System-Command/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*System-Command-1.50.0 (16 Jul 2011)
+
+  16 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  +System-Command-1.50.0.ebuild:
+  Version bump
+
 *System-Command-1.40.0 (09 Jun 2011)
 
   09 Jun 2011; Torsten Veller <tove@gentoo.org> +System-Command-1.40.0.ebuild:

diff --git a/dev-perl/System-Command/System-Command-1.50.0.ebuild b/dev-perl/System-Command/System-Command-1.50.0.ebuild
new file mode 100644
index 0000000..2c64d3a
--- /dev/null
+++ b/dev-perl/System-Command/System-Command-1.50.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=BOOK
+MODULE_VERSION=1.05
+inherit perl-module
+
+DESCRIPTION="Object for running system commands"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build
+	virtual/perl-Test-Simple
+"
+SRC_TEST=do



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Command/
@ 2011-03-22  1:34 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-03-22  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6ad95e992294a21611649b4dcadbbb4263342462
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 00:32:48 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 22 00:32:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6ad95e99

[newversion] System-Command-1.30.0

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

---
 dev-perl/System-Command/ChangeLog                  |    6 +++++
 .../System-Command/System-Command-1.30.0.ebuild    |   21 ++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/dev-perl/System-Command/ChangeLog b/dev-perl/System-Command/ChangeLog
index 64a0f64..07dca4a 100644
--- a/dev-perl/System-Command/ChangeLog
+++ b/dev-perl/System-Command/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*System-Command-1.30.0 (22 Mar 2011)
+
+  22 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +System-Command-1.30.0.ebuild:
+  Bump
+
 *System-Command-1.20.0 (16 Mar 2011)
 
   16 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/System-Command/System-Command-1.30.0.ebuild b/dev-perl/System-Command/System-Command-1.30.0.ebuild
new file mode 100644
index 0000000..2e1d57b
--- /dev/null
+++ b/dev-perl/System-Command/System-Command-1.30.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=BOOK
+MODULE_VERSION=1.03
+inherit perl-module
+
+DESCRIPTION="Object for running system commands"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"
+
+SRC_TEST=do



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Command/
@ 2011-03-16  3:36 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-03-16  3:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1642cf9c9a4a19b8948f09955a06896a06c30885
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 16 02:37:36 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 16 02:37:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1642cf9c

[newversion] System-Command-1.20.0 ( 1.02 )

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

---
 dev-perl/System-Command/ChangeLog                  |    6 +++++
 .../System-Command/System-Command-1.20.0.ebuild    |   21 ++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/dev-perl/System-Command/ChangeLog b/dev-perl/System-Command/ChangeLog
index 084e0c7..64a0f64 100644
--- a/dev-perl/System-Command/ChangeLog
+++ b/dev-perl/System-Command/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*System-Command-1.20.0 (16 Mar 2011)
+
+  16 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +System-Command-1.20.0.ebuild:
+  Bump
+
 *System-Command-1.10.0 (06 Mar 2011)
 
   06 Mar 2011; Torsten Veller <tove@gentoo.org> +System-Command-1.10.0.ebuild,

diff --git a/dev-perl/System-Command/System-Command-1.20.0.ebuild b/dev-perl/System-Command/System-Command-1.20.0.ebuild
new file mode 100644
index 0000000..9921a3a
--- /dev/null
+++ b/dev-perl/System-Command/System-Command-1.20.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=BOOK
+MODULE_VERSION=1.02
+inherit perl-module
+
+DESCRIPTION="Object for running system commands"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"
+
+SRC_TEST=do



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Command/
@ 2011-03-06 11:34 Torsten Veller
  0 siblings, 0 replies; 10+ messages in thread
From: Torsten Veller @ 2011-03-06 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     78a1ffaa0a11581cad1d1bfb6d1eaf45a6ca92f3
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 11:32:28 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 11:32:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=78a1ffaa

[add] dev-perl/System-Command

(Portage version: 2.2.0_alpha26/git/Linux x86_64, unsigned Manifest commit)

---
 dev-perl/System-Command/ChangeLog                  |   10 +++++++++
 .../System-Command/System-Command-1.10.0.ebuild    |   21 ++++++++++++++++++++
 dev-perl/System-Command/metadata.xml               |    5 ++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/dev-perl/System-Command/ChangeLog b/dev-perl/System-Command/ChangeLog
new file mode 100644
index 0000000..084e0c7
--- /dev/null
+++ b/dev-perl/System-Command/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/System-Command
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*System-Command-1.10.0 (06 Mar 2011)
+
+  06 Mar 2011; Torsten Veller <tove@gentoo.org> +System-Command-1.10.0.ebuild,
+  +metadata.xml:
+  Initial commit for Git-Repository
+

diff --git a/dev-perl/System-Command/System-Command-1.10.0.ebuild b/dev-perl/System-Command/System-Command-1.10.0.ebuild
new file mode 100644
index 0000000..ec54b73
--- /dev/null
+++ b/dev-perl/System-Command/System-Command-1.10.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=BOOK
+MODULE_VERSION=1.01
+inherit perl-module
+
+DESCRIPTION="Object for running system commands"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"
+
+SRC_TEST=do

diff --git a/dev-perl/System-Command/metadata.xml b/dev-perl/System-Command/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/dev-perl/System-Command/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>perl</herd>
+</pkgmetadata>



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

end of thread, other threads:[~2014-04-05 23:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-09 19:04 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/System-Command/ Torsten Veller
  -- strict thread matches above, loose matches on Subject: below --
2014-04-05 23:06 Kent Fredric
2014-04-05 23:06 Kent Fredric
2013-05-15 22:23 Kent Fredric
2012-04-18  4:43 Kent Fredric
2012-02-28 12:02 Kent Fredric
2011-07-16 22:59 Kent Fredric
2011-03-22  1:34 Kent Fredric
2011-03-16  3:36 Kent Fredric
2011-03-06 11:34 Torsten Veller

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