* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Utilities/
@ 2015-10-05 20:43 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2015-10-05 20:43 UTC (permalink / raw
To: gentoo-commits
commit: d0f833ea88ad9b3d876b9823fe058dfccedff802
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 5 19:18:02 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 5 20:41:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f833ea
dev-perl/Data-Utilities: Stable for amd64. Stable for x86 using the ALLARCHES policy.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild
index 7de4402..2fb8209 100644
--- a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild
+++ b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Merge nested Perl data structures"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-perl/Clone"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Utilities/
@ 2020-07-24 2:37 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-07-24 2:37 UTC (permalink / raw
To: gentoo-commits
commit: 982e6062a8b507f841fc56fdc3cbfe3c5729f7e7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 02:37:00 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 02:37:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982e6062
dev-perl/Data-Utilities: -r bump for EAPI7
- EAPI7
- Parallel tests
- Improve dependencies
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Data-Utilities/Data-Utilities-0.40.0-r2.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild
new file mode 100644
index 00000000000..ea54a3c9dcf
--- /dev/null
+++ b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=CORNELIS
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Merge nested Perl data structures"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/Clone-0.220.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.440.0
+ )
+"
+# Its a silly EUMM Shim
+# and it doesn't work anyway without '.' in @INC
+PREFER_BUILDPL=no
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Utilities/
@ 2021-05-15 21:16 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-05-15 21:16 UTC (permalink / raw
To: gentoo-commits
commit: f1d1c80df73791e5c79de03630ea04a79117109f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 21:07:14 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 21:15:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d1c80d
dev-perl/Data-Utilities: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild
index ea54a3c9dcf..f7df20fd3d6 100644
--- a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild
+++ b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Merge nested Perl data structures"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -23,6 +23,7 @@ BDEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.440.0
)
"
+
# Its a silly EUMM Shim
# and it doesn't work anyway without '.' in @INC
PREFER_BUILDPL=no
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Utilities/
@ 2021-05-15 21:16 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-05-15 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 722869cd3610d558f750a7f21853861e2fd6c432
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 21:07:29 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 21:15:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722869cd
dev-perl/Data-Utilities: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Data-Utilities/Data-Utilities-0.40.0-r1.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild
deleted file mode 100644
index cdbd9fcfffb..00000000000
--- a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=CORNELIS
-MODULE_VERSION=0.04
-inherit perl-module
-
-DESCRIPTION="Merge nested Perl data structures"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-perl/Clone"
-RDEPEND="${DEPEND}"
-
-SRC_TEST=do
-PREFER_BUILDPL=no
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-05-15 21:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-15 21:16 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Utilities/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-05-15 21:16 Andreas K. Hüttel
2020-07-24 2:37 Kent Fredric
2015-10-05 20:43 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox