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/Email-Valid-Loose/
Date: Sat, 30 Aug 2014 18:00:18
Message-Id: 1409418773.fea6c5247c60ade95a3036aff712634718fe05bf.kent@gentoo
1 commit: fea6c5247c60ade95a3036aff712634718fe05bf
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 30 17:12:53 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Aug 30 17:12:53 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fea6c524
7
8 [fixup] dev-perl/Email-Valid-Loose EAPI5, fix deps
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Email-Valid-Loose/ChangeLog | 6 ++++++
14 ...Loose-0.50.0.ebuild => Email-Valid-Loose-0.50.0-r1.ebuild} | 11 ++++++-----
15 2 files changed, 12 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-perl/Email-Valid-Loose/ChangeLog b/dev-perl/Email-Valid-Loose/ChangeLog
18 index d2a0b16..62f0e5c 100644
19 --- a/dev-perl/Email-Valid-Loose/ChangeLog
20 +++ b/dev-perl/Email-Valid-Loose/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Email-Valid-Loose-0.50.0-r1 (30 Aug 2014)
26 +
27 + 30 Aug 2014; Kent Fredric <kentfredric@×××××.com>
28 + -Email-Valid-Loose-0.50.0.ebuild, +Email-Valid-Loose-0.50.0-r1.ebuild:
29 + EAPI5, fix deps
30 +
31 30 Aug 2014; Kent Fredric <kentfredric@×××××.com>
32 -Email-Valid-Loose-0.40.0.ebuild:
33 remove old EAPIs
34
35 diff --git a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0.ebuild b/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0-r1.ebuild
36 similarity index 66%
37 rename from dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0.ebuild
38 rename to dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0-r1.ebuild
39 index 02c05b6..01cbbe4 100644
40 --- a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0.ebuild
41 +++ b/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0-r1.ebuild
42 @@ -1,7 +1,7 @@
43 -# Copyright 1999-2012 Gentoo Foundation
44 +# Copyright 1999-2014 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: $
47 -
48 +EAPI=5
49 MODULE_AUTHOR=MIYAGAWA
50 MODULE_VERSION="0.05"
51 inherit perl-module
52 @@ -13,8 +13,9 @@ SLOT="0"
53 KEYWORDS="~amd64 ~x86"
54
55 IUSE=""
56 -DEPEND="
57 - >=dev-perl/Email-Valid-0.13
58 +RDEPEND="
59 + >=virtual/perl-Test-Simple-0.320.0
60 + >=dev-perl/Email-Valid-0.170.0
61 "
62 -RDEPEND="${DEPEND}"
63 +DEPEND="${RDEPEND}"
64 SRC_TEST=do