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 <[email protected]>
+  +System-Command-1.108.0.ebuild, metadata.xml:
+  Version Bump
+
   15 May 2013; Kent Fredric <[email protected]>
   -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>

Reply via email to