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-ProfileManager-YAML/
Date: Thu, 02 Jul 2015 05:34:09
Message-Id: 1435814621.476803d179d8cd7e53c7d3c4bc56de1fed6a055b.kent@gentoo
1 commit: 476803d179d8cd7e53c7d3c4bc56de1fed6a055b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 2 05:23:41 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 2 05:23:41 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=476803d1
7
8 [fixup] FormValidator-Simple-ProfileManager-YAML: EAPI5, normalise version
9
10 Package-Manager: portage-2.2.17
11
12 .../FormValidator-Simple-ProfileManager-YAML/ChangeLog | 8 --------
13 ...FormValidator-Simple-ProfileManager-YAML-0.60.0.ebuild} | 14 +++++++-------
14 2 files changed, 7 insertions(+), 15 deletions(-)
15
16 diff --git a/dev-perl/FormValidator-Simple-ProfileManager-YAML/ChangeLog b/dev-perl/FormValidator-Simple-ProfileManager-YAML/ChangeLog
17 deleted file mode 100644
18 index e6a5119..0000000
19 --- a/dev-perl/FormValidator-Simple-ProfileManager-YAML/ChangeLog
20 +++ /dev/null
21 @@ -1,8 +0,0 @@
22 -# ChangeLog for dev-perl/FormValidator-Simple-ProfileManager-YAML
23 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 - 11 Jul 2009; Daniel Westermann-Clark <dwc@×××××.com>
27 - FormValidator-Simple-ProfileManager-YAML-0.06.ebuild, +metadata.xml:
28 - Convert to EAPI=2 and add metadata.xml
29 -
30
31 diff --git a/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild b/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.60.0.ebuild
32 similarity index 55%
33 rename from dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild
34 rename to dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.60.0.ebuild
35 index cbaed90..dc87ecc 100644
36 --- a/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild
37 +++ b/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.60.0.ebuild
38 @@ -1,20 +1,20 @@
39 -# Copyright 1999-2009 Gentoo Foundation
40 +# Copyright 1999-2015 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43
44 -EAPI=2
45 +EAPI=5
46
47 MODULE_AUTHOR=HORIUCHI
48 +MODULE_VERSION=0.06
49 inherit perl-module
50
51 DESCRIPTION="YAML profile manager for FormValidator::Simple"
52
53 SLOT="0"
54 -LICENSE="|| ( Artistic GPL-2 )"
55 KEYWORDS="~amd64 ~x86"
56 -SRC_TEST="do"
57
58 -IUSE=""
59 -RDEPEND=">=dev-perl/yaml-0.58"
60 +IUSE="test"
61 +RDEPEND=">=dev-perl/yaml-0.580.0"
62 DEPEND="${RDEPEND}
63 - test? ( >=virtual/perl-Test-Simple-0.32 )"
64 + virtual/perl-ExtUtils-MakeMaker
65 + test? ( >=virtual/perl-Test-Simple-0.320.0 )"