* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/List-AllUtils/
@ 2011-10-17 13:42 Torsten Veller
0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller @ 2011-10-17 13:42 UTC (permalink / raw
To: gentoo-commits
commit: 7bdd7938ecca3df15bcb755c0beef5ad888a1fbd
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 13:34:31 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 13:34:31 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7bdd7938
[add] dev-perl/List-AllUtils
(Portage version: 2.2.0_alpha67/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
dev-perl/List-AllUtils/ChangeLog | 10 ++++++++
dev-perl/List-AllUtils/List-AllUtils-0.20.0.ebuild | 25 ++++++++++++++++++++
dev-perl/List-AllUtils/metadata.xml | 5 ++++
3 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/dev-perl/List-AllUtils/ChangeLog b/dev-perl/List-AllUtils/ChangeLog
new file mode 100644
index 0000000..da1b5d8
--- /dev/null
+++ b/dev-perl/List-AllUtils/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/List-AllUtils
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*List-AllUtils-0.20.0 (17 Oct 2011)
+
+ 17 Oct 2011; Torsten Veller <tove@gentoo.org> +List-AllUtils-0.20.0.ebuild,
+ +metadata.xml:
+ Initial commit (#386809). Thanks to Christopher Schwan
+
diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.20.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.20.0.ebuild
new file mode 100644
index 0000000..0ef3962
--- /dev/null
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.20.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="Combines List::Util and List::MoreUtils in one bite-sized package"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/List-MoreUtils-0.220.0
+ >=virtual/perl-Scalar-List-Utils-1.190.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-Module-Build-0.350.0
+"
+
+SRC_TEST=do
diff --git a/dev-perl/List-AllUtils/metadata.xml b/dev-perl/List-AllUtils/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/dev-perl/List-AllUtils/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] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/List-AllUtils/
@ 2012-02-27 21:01 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-27 21:01 UTC (permalink / raw
To: gentoo-commits
commit: f97918a45ec2646de9046fd341adfaffeafc386b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 18:27:03 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 18:27:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f97918a4
[newversion] List-AllUtils-0.30.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/List-AllUtils/ChangeLog | 8 +++-
dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild | 44 ++++++++++++++++++++
2 files changed, 51 insertions(+), 1 deletions(-)
diff --git a/dev-perl/List-AllUtils/ChangeLog b/dev-perl/List-AllUtils/ChangeLog
index da1b5d8..9e8e5a7 100644
--- a/dev-perl/List-AllUtils/ChangeLog
+++ b/dev-perl/List-AllUtils/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/List-AllUtils
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*List-AllUtils-0.30.0 (27 Feb 2012)
+
+ 27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +List-AllUtils-0.30.0.ebuild:
+ Version Bump
+
*List-AllUtils-0.20.0 (17 Oct 2011)
17 Oct 2011; Torsten Veller <tove@gentoo.org> +List-AllUtils-0.20.0.ebuild,
diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild
new file mode 100644
index 0000000..9d932e5
--- /dev/null
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
+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() {
+ # Exporter
+ echo virtual/perl-Exporter
+ # List::MoreUtils 0.28 ( 0.280.0 )
+ echo \>=dev-perl/List-MoreUtils-0.280.0
+ # List::Util
+ echo virtual/perl-Scalar-List-Utils
+ # base
+ # echo virtual/perl-base
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/List-AllUtils/
@ 2012-05-07 5:19 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-05-07 5:19 UTC (permalink / raw
To: gentoo-commits
commit: f2e31e9868cc35801dc1ca61056c234af5f37c01
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 6 19:40:53 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 6 19:40:53 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f2e31e98
[move2gentoo] Remove List-AllUtils entirely, now in ::gentoo
---
dev-perl/List-AllUtils/ChangeLog | 16 -------
dev-perl/List-AllUtils/List-AllUtils-0.20.0.ebuild | 25 -----------
dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild | 44 --------------------
dev-perl/List-AllUtils/metadata.xml | 8 ----
4 files changed, 0 insertions(+), 93 deletions(-)
diff --git a/dev-perl/List-AllUtils/ChangeLog b/dev-perl/List-AllUtils/ChangeLog
deleted file mode 100644
index 9e8e5a7..0000000
--- a/dev-perl/List-AllUtils/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for dev-perl/List-AllUtils
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*List-AllUtils-0.30.0 (27 Feb 2012)
-
- 27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
- +List-AllUtils-0.30.0.ebuild:
- Version Bump
-
-*List-AllUtils-0.20.0 (17 Oct 2011)
-
- 17 Oct 2011; Torsten Veller <tove@gentoo.org> +List-AllUtils-0.20.0.ebuild,
- +metadata.xml:
- Initial commit (#386809). Thanks to Christopher Schwan
-
diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.20.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.20.0.ebuild
deleted file mode 100644
index 0ef3962..0000000
--- a/dev-perl/List-AllUtils/List-AllUtils-0.20.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.02
-inherit perl-module
-
-DESCRIPTION="Combines List::Util and List::MoreUtils in one bite-sized package"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-perl/List-MoreUtils-0.220.0
- >=virtual/perl-Scalar-List-Utils-1.190.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-Module-Build-0.350.0
-"
-
-SRC_TEST=do
diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild
deleted file mode 100644
index 9d932e5..0000000
--- a/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
-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() {
- # Exporter
- echo virtual/perl-Exporter
- # List::MoreUtils 0.28 ( 0.280.0 )
- echo \>=dev-perl/List-MoreUtils-0.280.0
- # List::Util
- echo virtual/perl-Scalar-List-Utils
- # base
- # echo virtual/perl-base
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/List-AllUtils/metadata.xml b/dev-perl/List-AllUtils/metadata.xml
deleted file mode 100644
index de87011..0000000
--- a/dev-perl/List-AllUtils/metadata.xml
+++ /dev/null
@@ -1,8 +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">List-AllUtils</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/List-AllUtils/
@ 2014-09-30 12:01 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-09-30 12:01 UTC (permalink / raw
To: gentoo-commits
commit: 0180975999f216a0eba0a467d41d9d4c4e050ac1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Sep 30 08:47:17 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Sep 30 08:47:17 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=01809759
[import] dev-perl/List-AllUtils from kentfredric/gx86-test-dev
Package-Manager: portage-2.2.10
---
dev-perl/List-AllUtils/ChangeLog | 11 ++++++++
.../List-AllUtils/List-AllUtils-0.30.0-r1.ebuild | 22 +++++++++++++++
dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild | 31 ++++++++++++++++++++++
dev-perl/List-AllUtils/metadata.xml | 9 +++++++
4 files changed, 73 insertions(+)
diff --git a/dev-perl/List-AllUtils/ChangeLog b/dev-perl/List-AllUtils/ChangeLog
new file mode 100644
index 0000000..687108e
--- /dev/null
+++ b/dev-perl/List-AllUtils/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/List-AllUtils
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*List-AllUtils-0.80.0 (30 Sep 2014)
+*List-AllUtils-0.30.0-r1 (30 Sep 2014)
+
+ 30 Sep 2014; Kent Fredric <kentfredric@gmail.com>
+ +List-AllUtils-0.30.0-r1.ebuild, +List-AllUtils-0.80.0.ebuild, +metadata.xml:
+ from kentfredric/gx86-test-dev
+
diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild
new file mode 100644
index 0000000..fde8ec3
--- /dev/null
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/List-MoreUtils-0.280.0
+ >=virtual/perl-Scalar-List-Utils-1.190.0
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild
new file mode 100644
index 0000000..85c1095
--- /dev/null
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Exporter
+ >=dev-perl/List-MoreUtils-0.280.0
+ >=virtual/perl-Scalar-List-Utils-1.310.0
+"
+DEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ ${RDEPEND}
+ test? (
+ virtual/perl-File-Temp
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Warnings
+ )
+"
+
+SRC_TEST="do parallel"
diff --git a/dev-perl/List-AllUtils/metadata.xml b/dev-perl/List-AllUtils/metadata.xml
new file mode 100644
index 0000000..b2adbd6
--- /dev/null
+++ b/dev-perl/List-AllUtils/metadata.xml
@@ -0,0 +1,9 @@
+<?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">List-AllUtils</remote-id>
+ <remote-id type="cpan-module">List::AllUtils</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/List-AllUtils/
@ 2014-10-11 17:04 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-10-11 17:04 UTC (permalink / raw
To: gentoo-commits
commit: bd62b99fffaced1cfe9a1ddfb5385bff2cb22cb3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 16:50:49 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 16:50:49 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bd62b99f
[treeclean] dev-perl/List-AllUtils -> Superceded by ::gentoo
---
.../List-AllUtils/List-AllUtils-0.30.0-r1.ebuild | 22 ---------------
dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild | 31 ----------------------
dev-perl/List-AllUtils/metadata.xml | 9 -------
3 files changed, 62 deletions(-)
diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild
deleted file mode 100644
index fde8ec3..0000000
--- a/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-perl/List-MoreUtils-0.280.0
- >=virtual/perl-Scalar-List-Utils-1.190.0
-"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild
deleted file mode 100644
index 85c1095..0000000
--- a/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Exporter
- >=dev-perl/List-MoreUtils-0.280.0
- >=virtual/perl-Scalar-List-Utils-1.310.0
-"
-DEPEND="
- >=virtual/perl-ExtUtils-MakeMaker-6.300.0
- ${RDEPEND}
- test? (
- virtual/perl-File-Temp
- >=virtual/perl-Test-Simple-0.880.0
- dev-perl/Test-Warnings
- )
-"
-
-SRC_TEST="do parallel"
diff --git a/dev-perl/List-AllUtils/metadata.xml b/dev-perl/List-AllUtils/metadata.xml
deleted file mode 100644
index b2adbd6..0000000
--- a/dev-perl/List-AllUtils/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">List-AllUtils</remote-id>
- <remote-id type="cpan-module">List::AllUtils</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-11 17:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 21:01 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/List-AllUtils/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-10-11 17:04 Kent Fredric
2014-09-30 12:01 Kent Fredric
2012-05-07 5:19 Kent Fredric
2011-10-17 13:42 Torsten Veller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox