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/URI-Find-Rule/
Date: Sat, 04 Jul 2015 05:21:26
Message-Id: 1435986348.3d2a7cbba812d59da3f8b1ce513844576c783a50.kent@gentoo
1 commit: 3d2a7cbba812d59da3f8b1ce513844576c783a50
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 4 05:05:48 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 4 05:05:48 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3d2a7cbb
7
8 URI-Find-Rule: EAPI5, Normalise version
9
10 Package-Manager: portage-2.2.17
11
12 dev-perl/URI-Find-Rule/ChangeLog | 8 --------
13 ...RI-Find-Rule-0.8.ebuild => URI-Find-Rule-0.800.0.ebuild} | 13 +++++++------
14 2 files changed, 7 insertions(+), 14 deletions(-)
15
16 diff --git a/dev-perl/URI-Find-Rule/ChangeLog b/dev-perl/URI-Find-Rule/ChangeLog
17 deleted file mode 100644
18 index 5f88c7e..0000000
19 --- a/dev-perl/URI-Find-Rule/ChangeLog
20 +++ /dev/null
21 @@ -1,8 +0,0 @@
22 -# ChangeLog for dev-perl/URI-Find-Rule
23 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 - 09 Jul 2009; Daniel Westermann-Clark <dwc@×××××.com>
27 - URI-Find-Rule-0.8.ebuild, +metadata.xml:
28 - Convert to EAPI=2 and add metadata.xml
29 -
30
31 diff --git a/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild b/dev-perl/URI-Find-Rule/URI-Find-Rule-0.800.0.ebuild
32 similarity index 65%
33 rename from dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild
34 rename to dev-perl/URI-Find-Rule/URI-Find-Rule-0.800.0.ebuild
35 index e3fa414..0a02005 100644
36 --- a/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild
37 +++ b/dev-perl/URI-Find-Rule/URI-Find-Rule-0.800.0.ebuild
38 @@ -1,23 +1,24 @@
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=RJP
48 +MODULE_VERSION=0.8
49 inherit perl-module
50
51 DESCRIPTION="Simpler interface to URI::Find"
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/URI-Find
60 +RDEPEND="
61 + dev-perl/URI-Find
62 dev-perl/URI
63 dev-perl/Text-Glob"
64 -DEPEND="virtual/perl-Module-Build
65 +DEPEND="
66 + dev-perl/Module-Build
67 ${RDEPEND}
68 test? ( virtual/perl-Test-Simple )"