commit:     3fc32003ef9a7f335306df07f5bef231bca4610c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct  4 23:17:50 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct  4 23:17:50 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3fc32003

[bump] perl-core/File-Fetch 0.480.0

Package-Manager: portage-2.2.10

---
 perl-core/File-Fetch/File-Fetch-0.480.0.ebuild | 29 ++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/perl-core/File-Fetch/File-Fetch-0.480.0.ebuild 
b/perl-core/File-Fetch/File-Fetch-0.480.0.ebuild
new file mode 100644
index 0000000..0eeaecc
--- /dev/null
+++ b/perl-core/File-Fetch/File-Fetch-0.480.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.48
+inherit perl-module
+
+DESCRIPTION='Generic file fetching code'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# File::Basename -> perl
+# File::Copy -> perl
+# Test::More -> perl-Test-Simple
+RDEPEND="
+       virtual/perl-File-Path
+       >=virtual/perl-File-Spec-0.820.0
+       >=virtual/perl-IPC-Cmd-0.420.0
+       virtual/perl-Locale-Maketext-Simple
+       >=virtual/perl-Module-Load-Conditional-0.40.0
+       >=virtual/perl-Params-Check-0.70.0
+       virtual/perl-Test-Simple
+"
+DEPEND="
+       virtual/perl-ExtUtils-MakeMaker
+       ${RDEPEND}
+"
+SRC_TEST="network parallel"

Reply via email to