Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-FormValidator-Constraints-DateTime/
Date: Thu, 28 Aug 2014 13:56:52
Message-Id: 1409214753.44ca7e150d006b29e231ce5695fe5e8b3e25cfef.kent@gentoo
1 commit: 44ca7e150d006b29e231ce5695fe5e8b3e25cfef
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 08:32:33 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 08:32:33 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=44ca7e15
7
8 [cleanup] dev-perl/Data-FormValidator-Constraints-DateTime Remove old EAPIs
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../ChangeLog | 7 ++++++-
14 ...-FormValidator-Constraints-DateTime-1.09.ebuild | 20 -------------------
15 ...-FormValidator-Constraints-DateTime-1.10.ebuild | 23 ----------------------
16 3 files changed, 6 insertions(+), 44 deletions(-)
17
18 diff --git a/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog b/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog
19 index 5233223..603041e 100644
20 --- a/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog
21 +++ b/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog
22 @@ -1,7 +1,12 @@
23 # ChangeLog for dev-perl/Data-FormValidator-Constraints-DateTime
24 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
29 + -Data-FormValidator-Constraints-DateTime-1.09.ebuild,
30 + -Data-FormValidator-Constraints-DateTime-1.10.ebuild:
31 + Remove old EAPIs
32 +
33 *Data-FormValidator-Constraints-DateTime-1.11 (23 Jul 2010)
34
35 23 Jul 2010; Torsten Veller <tove@g.o>
36
37 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
38 deleted file mode 100644
39 index 527bc5b..0000000
40 --- a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.09.ebuild
41 +++ /dev/null
42 @@ -1,20 +0,0 @@
43 -# Copyright 1999-2009 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -# $Header: $
46 -
47 -MODULE_AUTHOR=WONKO
48 -inherit perl-module
49 -
50 -DESCRIPTION="D::FV constraints for dates and times"
51 -LICENSE="|| ( Artistic GPL-2 )"
52 -
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -
56 -IUSE=""
57 -DEPEND="
58 - >=dev-perl/DateTime-0.23
59 - >=dev-perl/DateTime-Format-Strptime-1.00
60 - dev-perl/DateTime-Format-Builder
61 - >=dev-perl/Data-FormValidator-3.61
62 -"
63
64 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
65 deleted file mode 100644
66 index 239f79e..0000000
67 --- a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.10.ebuild
68 +++ /dev/null
69 @@ -1,23 +0,0 @@
70 -# Copyright 1999-2010 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -# $Header: $
73 -
74 -EAPI=3
75 -
76 -MODULE_AUTHOR=WONKO
77 -inherit perl-module
78 -
79 -DESCRIPTION="D::FV constraints for dates and times"
80 -
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86"
83 -IUSE=""
84 -
85 -RDEPEND=">=dev-perl/DateTime-0.23
86 - >=dev-perl/DateTime-Format-Strptime-1.00
87 - dev-perl/DateTime-Format-Builder
88 - >=dev-perl/Data-FormValidator-3.61"
89 -DEPEND="${RDEPEND}
90 - virtual/perl-Module-Build"
91 -
92 -SRC_TEST=do