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/SOAP-DateTime/
Date: Sat, 04 Jul 2015 05:21:14
Message-Id: 1435983243.e4b62688c456ddfd4df18666485a1799001ca099.kent@gentoo
1 commit: e4b62688c456ddfd4df18666485a1799001ca099
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 4 04:14:03 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 4 04:14:03 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e4b62688
7
8 dev-perl/SOAP-DateTime: EAPI5, Normalise version
9
10 Package-Manager: portage-2.2.17
11
12 dev-perl/SOAP-DateTime/ChangeLog | 8 --------
13 ...OAP-DateTime-0.02.ebuild => SOAP-DateTime-0.20.0.ebuild} | 13 ++++++++-----
14 2 files changed, 8 insertions(+), 13 deletions(-)
15
16 diff --git a/dev-perl/SOAP-DateTime/ChangeLog b/dev-perl/SOAP-DateTime/ChangeLog
17 deleted file mode 100644
18 index c05bc06..0000000
19 --- a/dev-perl/SOAP-DateTime/ChangeLog
20 +++ /dev/null
21 @@ -1,8 +0,0 @@
22 -# ChangeLog for dev-perl/SOAP-DateTime
23 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 - 09 Jul 2009; Daniel Westermann-Clark <dwc@×××××.com>
27 - SOAP-DateTime-0.02.ebuild, +metadata.xml:
28 - Convert to EAPI=2 and add metadata.xml
29 -
30
31 diff --git a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild
32 similarity index 64%
33 rename from dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild
34 rename to dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild
35 index a2449f7..bbbbb05 100644
36 --- a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild
37 +++ b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild
38 @@ -1,20 +1,23 @@
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=MCMAHON
48 +MODULE_VERSION=0.02
49 inherit perl-module
50
51 DESCRIPTION="Support for converting dates to xsd:dateTime format"
52
53 SLOT="0"
54 -LICENSE="|| ( Artistic GPL-2 )"
55 KEYWORDS="~amd64 ~x86"
56 -SRC_TEST="do"
57
58 IUSE="test"
59 RDEPEND="dev-perl/DateManip"
60 DEPEND="${RDEPEND}
61 - test? ( >=virtual/perl-Test-Simple-0.44 )"
62 + test? ( >=virtual/perl-Test-Simple-0.440.0 )"
63 +PERL_RM_FILES=(
64 + t/pod-coverage.t
65 + t/pod.t
66 +)