* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/File-Fetch/
@ 2011-07-22 19:15 Torsten Veller
0 siblings, 0 replies; 8+ messages in thread
From: Torsten Veller @ 2011-07-22 19:15 UTC (permalink / raw
To: gentoo-commits
commit: 5612cd8a6f4ab20c09a94d7d13ed9345c27ec151
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 19:14:37 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 19:14:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5612cd8a
[fix] perl-core/File-Fetch version scheme
(Portage version: 2.2.0_alpha46/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
perl-core/File-Fetch/ChangeLog | 6 ++++++
...etch-0.320.ebuild => File-Fetch-0.320.0.ebuild} | 0
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/perl-core/File-Fetch/ChangeLog b/perl-core/File-Fetch/ChangeLog
index 1941d0a..b9820e5 100644
--- a/perl-core/File-Fetch/ChangeLog
+++ b/perl-core/File-Fetch/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*File-Fetch-0.320.0 (22 Jul 2011)
+
+ 22 Jul 2011; Torsten Veller <tove@gentoo.org> -File-Fetch-0.320.ebuild,
+ +File-Fetch-0.320.0.ebuild:
+ Fix version scheme
+
*File-Fetch-0.320 (20 Jan 2011)
20 Jan 2011; Torsten Veller <tove@gentoo.org> +File-Fetch-0.320.ebuild:
diff --git a/perl-core/File-Fetch/File-Fetch-0.320.ebuild b/perl-core/File-Fetch/File-Fetch-0.320.0.ebuild
similarity index 100%
rename from perl-core/File-Fetch/File-Fetch-0.320.ebuild
rename to perl-core/File-Fetch/File-Fetch-0.320.0.ebuild
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/File-Fetch/
@ 2012-05-27 7:47 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-05-27 7:47 UTC (permalink / raw
To: gentoo-commits
commit: 25d8b70b093ce532f92615930190e44927f68459
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 27 04:07:58 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 27 04:07:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=25d8b70b
[migrate] perl-core/File-Fetch to x.y.z
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
perl-core/File-Fetch/ChangeLog | 13 ++++++++++++-
...Fetch-0.22.ebuild => File-Fetch-0.220.0.ebuild} | 3 ++-
...Fetch-0.24.ebuild => File-Fetch-0.240.0.ebuild} | 3 ++-
...Fetch-0.28.ebuild => File-Fetch-0.280.0.ebuild} | 3 ++-
...etch-0.300.ebuild => File-Fetch-0.300.0.ebuild} | 2 +-
5 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/perl-core/File-Fetch/ChangeLog b/perl-core/File-Fetch/ChangeLog
index b9820e5..dd84a22 100644
--- a/perl-core/File-Fetch/ChangeLog
+++ b/perl-core/File-Fetch/ChangeLog
@@ -1,7 +1,18 @@
# ChangeLog for perl-core/File-Fetch
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*File-Fetch-0.300.0 (27 May 2012)
+*File-Fetch-0.280.0 (27 May 2012)
+*File-Fetch-0.240.0 (27 May 2012)
+*File-Fetch-0.220.0 (27 May 2012)
+
+ 27 May 2012; Kent Fredric <kentfredric@gmail.com> -File-Fetch-0.22.ebuild,
+ -File-Fetch-0.24.ebuild, -File-Fetch-0.28.ebuild, +File-Fetch-0.220.0.ebuild,
+ +File-Fetch-0.240.0.ebuild, +File-Fetch-0.280.0.ebuild,
+ -File-Fetch-0.300.ebuild, +File-Fetch-0.300.0.ebuild:
+ Migrate to x.y.z
+
*File-Fetch-0.320.0 (22 Jul 2011)
22 Jul 2011; Torsten Veller <tove@gentoo.org> -File-Fetch-0.320.ebuild,
diff --git a/perl-core/File-Fetch/File-Fetch-0.22.ebuild b/perl-core/File-Fetch/File-Fetch-0.220.0.ebuild
similarity index 87%
rename from perl-core/File-Fetch/File-Fetch-0.22.ebuild
rename to perl-core/File-Fetch/File-Fetch-0.220.0.ebuild
index 993ce24..552c27c 100644
--- a/perl-core/File-Fetch/File-Fetch-0.22.ebuild
+++ b/perl-core/File-Fetch/File-Fetch-0.220.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=BINGOS
+MODULE_VERSION="0.22"
inherit perl-module
DESCRIPTION="A generic file fetching mechanism"
diff --git a/perl-core/File-Fetch/File-Fetch-0.24.ebuild b/perl-core/File-Fetch/File-Fetch-0.240.0.ebuild
similarity index 87%
rename from perl-core/File-Fetch/File-Fetch-0.24.ebuild
rename to perl-core/File-Fetch/File-Fetch-0.240.0.ebuild
index bd98186..9100e07 100644
--- a/perl-core/File-Fetch/File-Fetch-0.24.ebuild
+++ b/perl-core/File-Fetch/File-Fetch-0.240.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=BINGOS
+MODULE_VERSION="0.24"
inherit perl-module
DESCRIPTION="A generic file fetching mechanism"
diff --git a/perl-core/File-Fetch/File-Fetch-0.28.ebuild b/perl-core/File-Fetch/File-Fetch-0.280.0.ebuild
similarity index 87%
rename from perl-core/File-Fetch/File-Fetch-0.28.ebuild
rename to perl-core/File-Fetch/File-Fetch-0.280.0.ebuild
index 5e0a002..e287822 100644
--- a/perl-core/File-Fetch/File-Fetch-0.28.ebuild
+++ b/perl-core/File-Fetch/File-Fetch-0.280.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=BINGOS
+MODULE_VERSION="0.28"
inherit perl-module
DESCRIPTION="A generic file fetching mechanism"
diff --git a/perl-core/File-Fetch/File-Fetch-0.300.ebuild b/perl-core/File-Fetch/File-Fetch-0.300.0.ebuild
similarity index 91%
rename from perl-core/File-Fetch/File-Fetch-0.300.ebuild
rename to perl-core/File-Fetch/File-Fetch-0.300.0.ebuild
index 0666ef5..7b92293 100644
--- a/perl-core/File-Fetch/File-Fetch-0.300.ebuild
+++ b/perl-core/File-Fetch/File-Fetch-0.300.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: $
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/File-Fetch/
@ 2012-05-27 7:47 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-05-27 7:47 UTC (permalink / raw
To: gentoo-commits
commit: da8b7332ec0c44ec17d4f52d22386f65950240a7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 27 04:22:25 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 27 04:22:25 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=da8b7332
[newversion] File-Fetch-0.340.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
perl-core/File-Fetch/ChangeLog | 5 ++
perl-core/File-Fetch/File-Fetch-0.340.0.ebuild | 50 ++++++++++++++++++++++++
2 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/perl-core/File-Fetch/ChangeLog b/perl-core/File-Fetch/ChangeLog
index dd84a22..ac1450c 100644
--- a/perl-core/File-Fetch/ChangeLog
+++ b/perl-core/File-Fetch/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*File-Fetch-0.340.0 (27 May 2012)
+
+ 27 May 2012; Kent Fredric <kentfredric@gmail.com> +File-Fetch-0.340.0.ebuild:
+ Version Bump
+
*File-Fetch-0.300.0 (27 May 2012)
*File-Fetch-0.280.0 (27 May 2012)
*File-Fetch-0.240.0 (27 May 2012)
diff --git a/perl-core/File-Fetch/File-Fetch-0.340.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.340.0.ebuild
new file mode 100644
index 0000000..faaac90
--- /dev/null
+++ b/perl-core/File-Fetch/File-Fetch-0.340.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.34
+inherit perl-module
+
+DESCRIPTION='Generic file fetching code'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # File::Basename
+ echo dev-lang/perl
+ # File::Copy
+ echo dev-lang/perl
+ # File::Path
+ echo virtual/perl-File-Path
+ # File::Spec 0.82 ( 0.820.0 )
+ echo \>=virtual/perl-File-Spec-0.82
+ # IPC::Cmd 0.42 ( 0.420.0 )
+ echo \>=virtual/perl-IPC-Cmd-0.420
+ # Locale::Maketext::Simple
+ echo virtual/perl-Locale-Maketext-Simple
+ # Module::Load::Conditional 0.04 ( 0.40.0 )
+ echo \>=virtual/perl-Module-Load-Conditional-0.40
+ # Params::Check 0.07 ( 0.70.0 )
+ echo \>=virtual/perl-Params-Check-0.07
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="network"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/File-Fetch/
@ 2012-07-25 18:30 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-07-25 18:30 UTC (permalink / raw
To: gentoo-commits
commit: 70e1aaf3b5af766cb90374bb01bf8b689e2f8a93
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 25 14:00:38 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 25 14:00:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=70e1aaf3
[newversion] File-Fetch-0.360.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
perl-core/File-Fetch/ChangeLog | 5 ++
perl-core/File-Fetch/File-Fetch-0.360.0.ebuild | 50 ++++++++++++++++++++++++
2 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/perl-core/File-Fetch/ChangeLog b/perl-core/File-Fetch/ChangeLog
index ac1450c..b693b5d 100644
--- a/perl-core/File-Fetch/ChangeLog
+++ b/perl-core/File-Fetch/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*File-Fetch-0.360.0 (25 Jul 2012)
+
+ 25 Jul 2012; Kent Fredric <kentfredric@gmail.com> +File-Fetch-0.360.0.ebuild:
+ Version Bump
+
*File-Fetch-0.340.0 (27 May 2012)
27 May 2012; Kent Fredric <kentfredric@gmail.com> +File-Fetch-0.340.0.ebuild:
diff --git a/perl-core/File-Fetch/File-Fetch-0.360.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.360.0.ebuild
new file mode 100644
index 0000000..4c4f189
--- /dev/null
+++ b/perl-core/File-Fetch/File-Fetch-0.360.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.36
+inherit perl-module
+
+DESCRIPTION='Generic file fetching code'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # File::Basename
+ echo dev-lang/perl
+ # File::Copy
+ echo dev-lang/perl
+ # File::Path
+ echo virtual/perl-File-Path
+ # File::Spec 0.82 ( 0.820.0 )
+ echo \>=virtual/perl-File-Spec-0.82
+ # IPC::Cmd 0.42 ( 0.420.0 )
+ echo \>=virtual/perl-IPC-Cmd-0.420
+ # Locale::Maketext::Simple
+ echo virtual/perl-Locale-Maketext-Simple
+ # Module::Load::Conditional 0.04 ( 0.40.0 )
+ echo \>=virtual/perl-Module-Load-Conditional-0.040
+ # Params::Check 0.07 ( 0.70.0 )
+ echo \>=virtual/perl-Params-Check-0.07
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="network"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/File-Fetch/
@ 2013-05-15 22:23 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2013-05-15 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 97437c74eef9beaf70e36c34f6007ec76049fbc7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 15 18:57:07 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 15 18:57:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=97437c74
[cpanclean] perl-core/File-Fetch-0.220.0
Package-Manager: portage-2.2.0_alpha174
Manifest-Sign-Key: ECD2C675C102CDA4
---
perl-core/File-Fetch/ChangeLog | 6 +++
perl-core/File-Fetch/File-Fetch-0.220.0.ebuild | 25 ------------
perl-core/File-Fetch/File-Fetch-0.240.0.ebuild | 25 ------------
perl-core/File-Fetch/File-Fetch-0.280.0.ebuild | 25 ------------
perl-core/File-Fetch/File-Fetch-0.300.0.ebuild | 25 ------------
perl-core/File-Fetch/File-Fetch-0.340.0.ebuild | 50 ------------------------
perl-core/File-Fetch/File-Fetch-0.360.0.ebuild | 50 ------------------------
7 files changed, 6 insertions(+), 200 deletions(-)
diff --git a/perl-core/File-Fetch/ChangeLog b/perl-core/File-Fetch/ChangeLog
index c456ce1..8cf0d39 100644
--- a/perl-core/File-Fetch/ChangeLog
+++ b/perl-core/File-Fetch/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 15 May 2013; Kent Fredric <kentfredric@gmail.com> -File-Fetch-0.220.0.ebuild,
+ -File-Fetch-0.240.0.ebuild, -File-Fetch-0.280.0.ebuild,
+ -File-Fetch-0.300.0.ebuild, -File-Fetch-0.340.0.ebuild,
+ -File-Fetch-0.360.0.ebuild:
+ Gone on CPAN
+
*File-Fetch-0.420.0 (02 May 2013)
02 May 2013; Kent Fredric <kentfredric@gmail.com> +File-Fetch-0.420.0.ebuild:
diff --git a/perl-core/File-Fetch/File-Fetch-0.220.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.220.0.ebuild
deleted file mode 100644
index 552c27c..0000000
--- a/perl-core/File-Fetch/File-Fetch-0.220.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION="0.22"
-inherit perl-module
-
-DESCRIPTION="A generic file fetching mechanism"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-File-Path
- virtual/perl-File-Spec
- virtual/perl-IPC-Cmd
- virtual/perl-Locale-Maketext-Simple
- virtual/perl-Module-Load-Conditional
- virtual/perl-Params-Check"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=online
diff --git a/perl-core/File-Fetch/File-Fetch-0.240.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.240.0.ebuild
deleted file mode 100644
index 9100e07..0000000
--- a/perl-core/File-Fetch/File-Fetch-0.240.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION="0.24"
-inherit perl-module
-
-DESCRIPTION="A generic file fetching mechanism"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-File-Path
- virtual/perl-File-Spec
- virtual/perl-IPC-Cmd
- virtual/perl-Locale-Maketext-Simple
- virtual/perl-Module-Load-Conditional
- virtual/perl-Params-Check"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=online
diff --git a/perl-core/File-Fetch/File-Fetch-0.280.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.280.0.ebuild
deleted file mode 100644
index e287822..0000000
--- a/perl-core/File-Fetch/File-Fetch-0.280.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION="0.28"
-inherit perl-module
-
-DESCRIPTION="A generic file fetching mechanism"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-File-Path
- virtual/perl-File-Spec
- virtual/perl-IPC-Cmd
- virtual/perl-Locale-Maketext-Simple
- virtual/perl-Module-Load-Conditional
- virtual/perl-Params-Check"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=online
diff --git a/perl-core/File-Fetch/File-Fetch-0.300.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.300.0.ebuild
deleted file mode 100644
index 7b92293..0000000
--- a/perl-core/File-Fetch/File-Fetch-0.300.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.30
-inherit perl-module
-
-DESCRIPTION="A generic file fetching mechanism"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-File-Path
- virtual/perl-File-Spec
- virtual/perl-IPC-Cmd
- virtual/perl-Locale-Maketext-Simple
- virtual/perl-Module-Load-Conditional
- virtual/perl-Params-Check"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=online
diff --git a/perl-core/File-Fetch/File-Fetch-0.340.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.340.0.ebuild
deleted file mode 100644
index faaac90..0000000
--- a/perl-core/File-Fetch/File-Fetch-0.340.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.34
-inherit perl-module
-
-DESCRIPTION='Generic file fetching code'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # File::Basename
- echo dev-lang/perl
- # File::Copy
- echo dev-lang/perl
- # File::Path
- echo virtual/perl-File-Path
- # File::Spec 0.82 ( 0.820.0 )
- echo \>=virtual/perl-File-Spec-0.82
- # IPC::Cmd 0.42 ( 0.420.0 )
- echo \>=virtual/perl-IPC-Cmd-0.420
- # Locale::Maketext::Simple
- echo virtual/perl-Locale-Maketext-Simple
- # Module::Load::Conditional 0.04 ( 0.40.0 )
- echo \>=virtual/perl-Module-Load-Conditional-0.40
- # Params::Check 0.07 ( 0.70.0 )
- echo \>=virtual/perl-Params-Check-0.07
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="network"
diff --git a/perl-core/File-Fetch/File-Fetch-0.360.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.360.0.ebuild
deleted file mode 100644
index 4c4f189..0000000
--- a/perl-core/File-Fetch/File-Fetch-0.360.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.36
-inherit perl-module
-
-DESCRIPTION='Generic file fetching code'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # File::Basename
- echo dev-lang/perl
- # File::Copy
- echo dev-lang/perl
- # File::Path
- echo virtual/perl-File-Path
- # File::Spec 0.82 ( 0.820.0 )
- echo \>=virtual/perl-File-Spec-0.82
- # IPC::Cmd 0.42 ( 0.420.0 )
- echo \>=virtual/perl-IPC-Cmd-0.420
- # Locale::Maketext::Simple
- echo virtual/perl-Locale-Maketext-Simple
- # Module::Load::Conditional 0.04 ( 0.40.0 )
- echo \>=virtual/perl-Module-Load-Conditional-0.040
- # Params::Check 0.07 ( 0.70.0 )
- echo \>=virtual/perl-Params-Check-0.07
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="network"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/File-Fetch/
@ 2014-10-04 23:43 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2014-10-04 23:43 UTC (permalink / raw
To: gentoo-commits
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"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/File-Fetch/
@ 2014-10-11 18:46 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2014-10-11 18:46 UTC (permalink / raw
To: gentoo-commits
commit: d59e5e114c307e364eeb544667413903fca4a9cd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 18:44:13 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 18:44:13 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d59e5e11
[fixup] perl-core/File-Fetch PERL_RESTRICT=network-test
Package-Manager: portage-2.2.10
---
.../{File-Fetch-0.380.0.ebuild => File-Fetch-0.380.0-r1.ebuild} | 5 ++---
.../{File-Fetch-0.420.0.ebuild => File-Fetch-0.420.0-r1.ebuild} | 5 ++---
.../{File-Fetch-0.480.0.ebuild => File-Fetch-0.480.0-r1.ebuild} | 2 +-
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/perl-core/File-Fetch/File-Fetch-0.380.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.380.0-r1.ebuild
similarity index 92%
rename from perl-core/File-Fetch/File-Fetch-0.380.0.ebuild
rename to perl-core/File-Fetch/File-Fetch-0.380.0-r1.ebuild
index d7f92e2..e77044e 100644
--- a/perl-core/File-Fetch/File-Fetch-0.380.0.ebuild
+++ b/perl-core/File-Fetch/File-Fetch-0.380.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
@@ -7,9 +7,9 @@ MODULE_VERSION=0.38
inherit perl-module
DESCRIPTION='Generic file fetching code'
-LICENSE=" || ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+PERL_RESTRICT=network-test
IUSE=""
perl_meta_configure() {
# ExtUtils::MakeMaker
@@ -47,4 +47,3 @@ DEPEND="
RDEPEND="
$(perl_meta_runtime)
"
-SRC_TEST="network"
diff --git a/perl-core/File-Fetch/File-Fetch-0.420.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.420.0-r1.ebuild
similarity index 92%
rename from perl-core/File-Fetch/File-Fetch-0.420.0.ebuild
rename to perl-core/File-Fetch/File-Fetch-0.420.0-r1.ebuild
index 64dadcf..1148778 100644
--- a/perl-core/File-Fetch/File-Fetch-0.420.0.ebuild
+++ b/perl-core/File-Fetch/File-Fetch-0.420.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
@@ -7,7 +7,7 @@ MODULE_VERSION=0.42
inherit perl-module
DESCRIPTION='Generic file fetching code'
-LICENSE=" || ( Artistic GPL-2 )"
+PERL_RESTRICT=network-test
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -47,4 +47,3 @@ DEPEND="
RDEPEND="
$(perl_meta_runtime)
"
-SRC_TEST="network"
diff --git a/perl-core/File-Fetch/File-Fetch-0.480.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.480.0-r1.ebuild
similarity index 95%
rename from perl-core/File-Fetch/File-Fetch-0.480.0.ebuild
rename to perl-core/File-Fetch/File-Fetch-0.480.0-r1.ebuild
index 0eeaecc..221a85f 100644
--- a/perl-core/File-Fetch/File-Fetch-0.480.0.ebuild
+++ b/perl-core/File-Fetch/File-Fetch-0.480.0-r1.ebuild
@@ -7,6 +7,7 @@ MODULE_VERSION=0.48
inherit perl-module
DESCRIPTION='Generic file fetching code'
+PERL_RESTRICT=network-test
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -26,4 +27,3 @@ DEPEND="
virtual/perl-ExtUtils-MakeMaker
${RDEPEND}
"
-SRC_TEST="network parallel"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/File-Fetch/
@ 2015-06-14 17:05 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2015-06-14 17:05 UTC (permalink / raw
To: gentoo-commits
commit: 2c5b4ef3780ba865d1898bfc1fc90cc5288487de
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:54:33 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:54:37 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2c5b4ef3
[trim] perl-core/File-Fetch: presently redundant
perl-core/File-Fetch/File-Fetch-0.380.0-r1.ebuild | 49 -----------------------
perl-core/File-Fetch/File-Fetch-0.420.0-r1.ebuild | 49 -----------------------
perl-core/File-Fetch/File-Fetch-0.480.0-r1.ebuild | 29 --------------
perl-core/File-Fetch/metadata.xml | 9 -----
4 files changed, 136 deletions(-)
diff --git a/perl-core/File-Fetch/File-Fetch-0.380.0-r1.ebuild b/perl-core/File-Fetch/File-Fetch-0.380.0-r1.ebuild
deleted file mode 100644
index e77044e..0000000
--- a/perl-core/File-Fetch/File-Fetch-0.380.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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.38
-inherit perl-module
-
-DESCRIPTION='Generic file fetching code'
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-PERL_RESTRICT=network-test
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # File::Basename
- echo dev-lang/perl
- # File::Copy
- echo dev-lang/perl
- # File::Path
- echo virtual/perl-File-Path
- # File::Spec 0.82 ( 0.820.0 )
- echo \>=virtual/perl-File-Spec-0.82
- # IPC::Cmd 0.42 ( 0.420.0 )
- echo \>=virtual/perl-IPC-Cmd-0.420
- # Locale::Maketext::Simple
- echo virtual/perl-Locale-Maketext-Simple
- # Module::Load::Conditional 0.04 ( 0.40.0 )
- echo \>=virtual/perl-Module-Load-Conditional-0.040
- # Params::Check 0.07 ( 0.70.0 )
- echo \>=virtual/perl-Params-Check-0.07
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
diff --git a/perl-core/File-Fetch/File-Fetch-0.420.0-r1.ebuild b/perl-core/File-Fetch/File-Fetch-0.420.0-r1.ebuild
deleted file mode 100644
index 1148778..0000000
--- a/perl-core/File-Fetch/File-Fetch-0.420.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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.42
-inherit perl-module
-
-DESCRIPTION='Generic file fetching code'
-PERL_RESTRICT=network-test
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # File::Basename
- echo dev-lang/perl
- # File::Copy
- echo dev-lang/perl
- # File::Path
- echo virtual/perl-File-Path
- # File::Spec 0.82 ( 0.820.0 )
- echo \>=virtual/perl-File-Spec-0.82
- # IPC::Cmd 0.42 ( 0.420.0 )
- echo \>=virtual/perl-IPC-Cmd-0.420
- # Locale::Maketext::Simple
- echo virtual/perl-Locale-Maketext-Simple
- # Module::Load::Conditional 0.04 ( 0.40.0 )
- echo \>=virtual/perl-Module-Load-Conditional-0.040
- # Params::Check 0.07 ( 0.70.0 )
- echo \>=virtual/perl-Params-Check-0.07
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
diff --git a/perl-core/File-Fetch/File-Fetch-0.480.0-r1.ebuild b/perl-core/File-Fetch/File-Fetch-0.480.0-r1.ebuild
deleted file mode 100644
index 221a85f..0000000
--- a/perl-core/File-Fetch/File-Fetch-0.480.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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'
-PERL_RESTRICT=network-test
-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}
-"
diff --git a/perl-core/File-Fetch/metadata.xml b/perl-core/File-Fetch/metadata.xml
deleted file mode 100644
index a64cf32..0000000
--- a/perl-core/File-Fetch/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>perl</herd>
- <upstream>
- <remote-id type="cpan">File-Fetch</remote-id>
- <remote-id type="cpan-module">File::Fetch</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-06-14 17:05 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-04 23:43 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/File-Fetch/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-14 17:05 Kent Fredric
2014-10-11 18:46 Kent Fredric
2013-05-15 22:23 Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-05-27 7:47 Kent Fredric
2012-05-27 7:47 Kent Fredric
2011-07-22 19:15 Torsten Veller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox