public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Time-y2038/
@ 2013-02-09 19:31 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2013-02-09 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     dffb239a1b97cdfc6191d1d3a3d78d4704459831
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb  9 19:28:27 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb  9 19:28:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dffb239a

[fixdep] Time-y2038 -> Test-Warn ( normalize )

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Time-y2038/ChangeLog                  |    6 +++++-
 dev-perl/Time-y2038/Time-y2038-20100225.ebuild |    4 ++--
 dev-perl/Time-y2038/Time-y2038-20100403.ebuild |    4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Time-y2038/ChangeLog b/dev-perl/Time-y2038/ChangeLog
index 570e684..c586d2f 100644
--- a/dev-perl/Time-y2038/ChangeLog
+++ b/dev-perl/Time-y2038/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Time-y2038
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Feb 2013; Kent Fredric <kentfredric@gmail.com> Time-y2038-20100225.ebuild,
+  Time-y2038-20100403.ebuild:
+  Fix dependency on Test-Warn ( normalize )
+
 *Time-y2038-20100403 (29 Apr 2010)
 
   29 Apr 2010; Torsten Veller <tove@gentoo.org> -Time-y2038-20081111.ebuild,

diff --git a/dev-perl/Time-y2038/Time-y2038-20100225.ebuild b/dev-perl/Time-y2038/Time-y2038-20100225.ebuild
index d9e909a..324d976 100644
--- a/dev-perl/Time-y2038/Time-y2038-20100225.ebuild
+++ b/dev-perl/Time-y2038/Time-y2038-20100225.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -20,7 +20,7 @@ DEPEND="
 	>=virtual/perl-ExtUtils-CBuilder-0.24
 	dev-perl/JSON
 	test? (
-		>=dev-perl/Test-Warn-0.11
+		>=dev-perl/Test-Warn-0.110.0
 		>=dev-perl/Test-Exception-0.27
 		>=virtual/perl-Test-Simple-0.82
 	)

diff --git a/dev-perl/Time-y2038/Time-y2038-20100403.ebuild b/dev-perl/Time-y2038/Time-y2038-20100403.ebuild
index d9e909a..324d976 100644
--- a/dev-perl/Time-y2038/Time-y2038-20100403.ebuild
+++ b/dev-perl/Time-y2038/Time-y2038-20100403.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -20,7 +20,7 @@ DEPEND="
 	>=virtual/perl-ExtUtils-CBuilder-0.24
 	dev-perl/JSON
 	test? (
-		>=dev-perl/Test-Warn-0.11
+		>=dev-perl/Test-Warn-0.110.0
 		>=dev-perl/Test-Exception-0.27
 		>=virtual/perl-Test-Simple-0.82
 	)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Time-y2038/
@ 2015-06-15 14:04 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-06-15 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     148d20a60f1175689fb42f4096c7d8124b5b7fde
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 23:56:42 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 23:56:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=148d20a6

[fixup] Time-y2038: EAPI5, normalise version, fixup deps

Package-Manager: portage-2.2.17

 ...0100403.ebuild => Time-y2038-20100403.0.0.ebuild} | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/dev-perl/Time-y2038/Time-y2038-20100403.ebuild b/dev-perl/Time-y2038/Time-y2038-20100403.0.0.ebuild
similarity index 61%
rename from dev-perl/Time-y2038/Time-y2038-20100403.ebuild
rename to dev-perl/Time-y2038/Time-y2038-20100403.0.0.ebuild
index 4367ba7..41bd2fd 100644
--- a/dev-perl/Time-y2038/Time-y2038-20100403.ebuild
+++ b/dev-perl/Time-y2038/Time-y2038-20100403.0.0.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
-
+EAPI=5
 MODULE_AUTHOR=MSCHWERN
+MODULE_VERSION=20100403
 inherit perl-module
 
 DESCRIPTION="Versions of Perl's time functions which work beyond 2038"
@@ -13,19 +13,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-COMMON_DEPEND=""
+RDEPEND=""
 DEPEND="
-	${COMMON_DEPEND}
-	>=dev-perl/Module-Build-0.36
-	>=virtual/perl-ExtUtils-CBuilder-0.24
+	${RDEPEND}
+	>=dev-perl/Module-Build-0.360.0
+	>=virtual/perl-ExtUtils-CBuilder-0.240.0
 	dev-perl/JSON
 	test? (
 		>=dev-perl/Test-Warn-0.110.0
-		>=dev-perl/Test-Exception-0.27
-		>=virtual/perl-Test-Simple-0.82
+		>=dev-perl/Test-Exception-0.270.0
+		>=virtual/perl-Test-Simple-0.820.0
 	)
 "
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-15 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 19:31 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Time-y2038/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-15 14:04 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox