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/FormValidator-Simple/
Date: Sun, 26 Feb 2012 00:40:37
Message-Id: 1330216741.3091213ee135bf3eb6687dfcead0cf1984ea4fdc.kent@gentoo
1 commit: 3091213ee135bf3eb6687dfcead0cf1984ea4fdc
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 26 00:39:01 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 26 00:39:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3091213e
7
8 [newversion] FormValidator-Simple-0.290.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/FormValidator-Simple/ChangeLog | 6 ++
14 .../FormValidator-Simple-0.290.0.ebuild | 60 ++++++++++++++++++++
15 2 files changed, 66 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/FormValidator-Simple/ChangeLog b/dev-perl/FormValidator-Simple/ChangeLog
18 index f82b020..fe35ab7 100644
19 --- a/dev-perl/FormValidator-Simple/ChangeLog
20 +++ b/dev-perl/FormValidator-Simple/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*FormValidator-Simple-0.290.0 (26 Feb 2012)
26 +
27 + 26 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + +FormValidator-Simple-0.290.0.ebuild:
29 + Version Bump
30 +
31 26 Feb 2012; Kent Fredric <kentfredric@×××××.com>
32 FormValidator-Simple-0.210.0.ebuild, FormValidator-Simple-0.220.0.ebuild,
33 FormValidator-Simple-0.230.0.ebuild, FormValidator-Simple-0.280.0.ebuild:
34
35 diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.290.0.ebuild b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.290.0.ebuild
36 new file mode 100644
37 index 0000000..babd724
38 --- /dev/null
39 +++ b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.290.0.ebuild
40 @@ -0,0 +1,60 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=LYOKATO
46 +MODULE_VERSION=0.29
47 +inherit perl-module
48 +
49 +DESCRIPTION='validation with simple chains of constraints '
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
57 +}
58 +perl_meta_build() {
59 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
60 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
61 +}
62 +perl_meta_runtime() {
63 + # Class::Accessor 0.22 ( 0.220.0 )
64 + echo \>=dev-perl/Class-Accessor-0.22
65 + # Class::Data::Accessor 0.03 ( 0.30.0 )
66 + echo \>=dev-perl/Class-Data-Accessor-0.30.0
67 + # Class::Data::Inheritable 0.04 ( 0.40.0 )
68 + echo \>=dev-perl/Class-Data-Inheritable-0.40.0
69 + # Class::Inspector 1.13 ( 1.130.0 )
70 + echo \>=dev-perl/Class-Inspector-1.13
71 + # Date::Calc 5.4 ( 5.400.0 )
72 + echo \>=dev-perl/Date-Calc-5.400.0
73 + # DateTime::Format::Strptime 1.07 ( 1.70.0 )
74 + echo \>=dev-perl/DateTime-Format-Strptime-1.70.0
75 + # Email::Valid 0.15 ( 0.150.0 )
76 + echo \>=dev-perl/Email-Valid-0.150
77 + # Email::Valid::Loose 0.04 ( 0.40.0 )
78 + echo \>=dev-perl/Email-Valid-Loose-0.40.0
79 + # List::MoreUtils 0.16 ( 0.160.0 )
80 + echo \>=dev-perl/List-MoreUtils-0.16
81 + # Mail::Address
82 + echo dev-perl/MailTools
83 + # Scalar::Util
84 + echo virtual/perl-Scalar-List-Utils
85 + # Tie::IxHash 1.21 ( 1.210.0 )
86 + echo \>=dev-perl/Tie-IxHash-1.21
87 + # UNIVERSAL::require 0.1 ( 0.100.0 )
88 + echo \>=dev-perl/UNIVERSAL-require-0.100.0
89 + # YAML 0.39 ( 0.390.0 )
90 + echo \>=dev-perl/yaml-0.39
91 +}
92 +DEPEND="
93 + $(perl_meta_configure)
94 + $(perl_meta_build)
95 + $(perl_meta_runtime)
96 +"
97 +RDEPEND="
98 + $(perl_meta_runtime)
99 +"
100 +SRC_TEST="do"