public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-FormValidator-Constraints-DateTime/
@ 2014-08-28 13:56 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-08-28 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     44ca7e150d006b29e231ce5695fe5e8b3e25cfef
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 28 08:32:33 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 28 08:32:33 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=44ca7e15

[cleanup] dev-perl/Data-FormValidator-Constraints-DateTime Remove old EAPIs

Package-Manager: portage-2.2.10

---
 .../ChangeLog                                      |  7 ++++++-
 ...-FormValidator-Constraints-DateTime-1.09.ebuild | 20 -------------------
 ...-FormValidator-Constraints-DateTime-1.10.ebuild | 23 ----------------------
 3 files changed, 6 insertions(+), 44 deletions(-)

diff --git a/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog b/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog
index 5233223..603041e 100644
--- a/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog
+++ b/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Data-FormValidator-Constraints-DateTime
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Data-FormValidator-Constraints-DateTime-1.09.ebuild,
+  -Data-FormValidator-Constraints-DateTime-1.10.ebuild:
+  Remove old EAPIs
+
 *Data-FormValidator-Constraints-DateTime-1.11 (23 Jul 2010)
 
   23 Jul 2010; Torsten Veller <tove@gentoo.org>

diff --git a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.09.ebuild b/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.09.ebuild
deleted file mode 100644
index 527bc5b..0000000
--- a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.09.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=WONKO
-inherit perl-module
-
-DESCRIPTION="D::FV constraints for dates and times"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=dev-perl/DateTime-0.23
-	>=dev-perl/DateTime-Format-Strptime-1.00
-	dev-perl/DateTime-Format-Builder
-	>=dev-perl/Data-FormValidator-3.61
-"

diff --git a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.10.ebuild b/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.10.ebuild
deleted file mode 100644
index 239f79e..0000000
--- a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.10.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=WONKO
-inherit perl-module
-
-DESCRIPTION="D::FV constraints for dates and times"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/DateTime-0.23
-	>=dev-perl/DateTime-Format-Strptime-1.00
-	dev-perl/DateTime-Format-Builder
-	>=dev-perl/Data-FormValidator-3.61"
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build"
-
-SRC_TEST=do


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-FormValidator-Constraints-DateTime/
@ 2014-08-28 13:56 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-08-28 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     25699b66b02b70e42dd25c5612d69e3377aed9cf
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 28 10:57:07 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 28 10:57:07 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=25699b66

[fixup] dev-perl/Data-FormValidator-Constraints-DateTime EAPI5, normalise, fix deps

Package-Manager: portage-2.2.10

---
 .../Data-FormValidator-Constraints-DateTime/ChangeLog     |  7 +++++++
 ...ata-FormValidator-Constraints-DateTime-1.110.0.ebuild} | 15 +++++++++------
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog b/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog
index 603041e..ce9000a 100644
--- a/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog
+++ b/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Data-FormValidator-Constraints-DateTime-1.110.0 (28 Aug 2014)
+
+  28 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Data-FormValidator-Constraints-DateTime-1.11.ebuild,
+  +Data-FormValidator-Constraints-DateTime-1.110.0.ebuild:
+  EAPI5, normalise, fix deps
+
   28 Aug 2014; Kent Fredric <kentfredric@gmail.com>
   -Data-FormValidator-Constraints-DateTime-1.09.ebuild,
   -Data-FormValidator-Constraints-DateTime-1.10.ebuild:

diff --git a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.11.ebuild b/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.110.0.ebuild
similarity index 59%
rename from dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.11.ebuild
rename to dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.110.0.ebuild
index 239f79e..0807bf3 100644
--- a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.11.ebuild
+++ b/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.110.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 MODULE_AUTHOR=WONKO
+MODULE_VERSION=1.11
 inherit perl-module
 
 DESCRIPTION="D::FV constraints for dates and times"
@@ -13,11 +14,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-perl/DateTime-0.23
-	>=dev-perl/DateTime-Format-Strptime-1.00
-	dev-perl/DateTime-Format-Builder
-	>=dev-perl/Data-FormValidator-3.61"
+RDEPEND="
+	>=dev-perl/Data-FormValidator-3.61
+	>=dev-perl/DateTime-0.230.0
+	>=dev-perl/DateTime-Format-Strptime-1.0.0
+	virtual/perl-Exporter"
 DEPEND="${RDEPEND}
+	dev-perl/DateTime-Format-Builder
 	virtual/perl-Module-Build"
 
 SRC_TEST=do


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

end of thread, other threads:[~2014-08-28 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 13:56 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-FormValidator-Constraints-DateTime/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-08-28 13:56 Kent Fredric

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