* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Types-DateTimeX/
@ 2016-03-28 20:01 Andreas Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Hüttel @ 2016-03-28 20:01 UTC (permalink / raw
To: gentoo-commits
commit: edec25bb5d7c737eb462e910962c4767ceb6915a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 19:58:10 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 20:01:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edec25bb
dev-perl/MooseX-Types-DateTimeX: Remove old
Package-Manager: portage-2.2.28
dev-perl/MooseX-Types-DateTimeX/Manifest | 1 -
.../MooseX-Types-DateTimeX-0.60.0.ebuild | 29 ----------------------
2 files changed, 30 deletions(-)
diff --git a/dev-perl/MooseX-Types-DateTimeX/Manifest b/dev-perl/MooseX-Types-DateTimeX/Manifest
index d0fba23..8dfdf36 100644
--- a/dev-perl/MooseX-Types-DateTimeX/Manifest
+++ b/dev-perl/MooseX-Types-DateTimeX/Manifest
@@ -1,2 +1 @@
-DIST MooseX-Types-DateTimeX-0.06.tar.gz 23880 SHA256 f086253081e31025923dd209ff6392d3c9e4db4d186562189114365d254bd088 SHA512 247c13f277c38e29630fe29c013bc72b6ca895ef8f97d08ff20fe20cb21c645db8d89fdbcc994fe8b962d26cfa315b6f0c76b37f8d2abb29a7abbcab4578ef60 WHIRLPOOL acfb23b8b26d44ed4ced8703acb0f77e2eaf7050dc4f39b83ee119058f54f9744ee3b53db87609563df71a642d1dd9d6ca4895dfd646f6b8abf2c1a0b32b32b0
DIST MooseX-Types-DateTimeX-0.10.tar.gz 27853 SHA256 3791c9c3ae5661f5669fc0e81b8481d22382a66d5a3b598d84073aba59b706c9 SHA512 e13a1396ba92688784ef4b1dbba43748183f7817de74156351f97cb78eb522738d397b41f20071b179fa0a6a6dd1dd56d936d58af78f3bce0dc45a2e73368f01 WHIRLPOOL abe8ab410e220356e79ddf3fbebf51b32fa8a34ffdc5807ea82e65db5029ef82a75d9b50d167e8b3f60f7c983eb53c0d35af388f8853d3562fa3c90c5424122a
diff --git a/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.60.0.ebuild b/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.60.0.ebuild
deleted file mode 100644
index 8fcc518..0000000
--- a/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.60.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ECARROLL
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="DateTime related constraints and coercions for Moose"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Moose
- >=dev-perl/MooseX-Types-0.04
- >=dev-perl/namespace-clean-0.08
- >=dev-perl/Time-Duration-Parse-0.06
- >=dev-perl/MooseX-Types-DateTime-ButMaintained-0.04
- >=dev-perl/DateTimeX-Easy-0.085"
-DEPEND="${RDEPEND}
- test? (
- || ( >=virtual/perl-Test-Simple-1.1.10 >=dev-perl/Test-use-ok-0.02 )
- >=dev-perl/Test-Exception-0.27
- )"
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Types-DateTimeX/
@ 2016-07-16 7:15 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2016-07-16 7:15 UTC (permalink / raw
To: gentoo-commits
commit: 935e6a166e8c60e55a9c36f864275999692d96fe
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 08:05:23 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 07:12:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935e6a16
dev-perl/MooseX-Types-DateTimeX: Remove legacy test fallback re bug #584238
Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use Test-Simple so we can eliminate Test-use-ok
Bug: https://bugs.gentoo.org/584238
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
.../MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild b/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild
index 79b40dd..a07b943 100644
--- a/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild
+++ b/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -25,9 +25,8 @@ RDEPEND="
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
test? (
- || ( >=virtual/perl-Test-Simple-1.1.10 >=dev-perl/Test-use-ok-0.20.0 )
+ >=virtual/perl-Test-Simple-1.1.10
>=dev-perl/Test-Exception-0.270.0
- virtual/perl-Test-Simple
)
"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-16 7:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-16 7:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Types-DateTimeX/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2016-03-28 20:01 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox