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/Module-Extract/
Date: Wed, 01 Oct 2014 09:45:01
Message-Id: 1412097591.70416e6fb16a9aedb885de30a172a2dffa3915c1.kent@gentoo
1 commit: 70416e6fb16a9aedb885de30a172a2dffa3915c1
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 30 17:19:51 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 30 17:19:51 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=70416e6f
7
8 [fixup] dev-perl/Module-Extract EAPI5, normalise, fix dep on Archive-Extract
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Module-Extract/ChangeLog | 8 +++++++-
14 .../{Module-Extract-0.01.ebuild => Module-Extract-0.10.0.ebuild} | 7 ++++---
15 2 files changed, 11 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-perl/Module-Extract/ChangeLog b/dev-perl/Module-Extract/ChangeLog
18 index 1b01e35..eb3506a 100644
19 --- a/dev-perl/Module-Extract/ChangeLog
20 +++ b/dev-perl/Module-Extract/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Module-Extract
23 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Module-Extract-0.10.0 (30 Sep 2014)
28 +
29 + 30 Sep 2014; Kent Fredric <kentfredric@×××××.com>
30 + -Module-Extract-0.01.ebuild, +Module-Extract-0.10.0.ebuild:
31 + EAPI5, normalise, fix dep on Archive-Extract
32 +
33 20 Dec 2009; Torsten Veller <tove@g.o> Module-Extract-0.01.ebuild:
34 Move dev-perl/Archive-Extract to perl-core
35
36
37 diff --git a/dev-perl/Module-Extract/Module-Extract-0.01.ebuild b/dev-perl/Module-Extract/Module-Extract-0.10.0.ebuild
38 similarity index 75%
39 rename from dev-perl/Module-Extract/Module-Extract-0.01.ebuild
40 rename to dev-perl/Module-Extract/Module-Extract-0.10.0.ebuild
41 index 54fa3c8..49ca7fd 100644
42 --- a/dev-perl/Module-Extract/Module-Extract-0.01.ebuild
43 +++ b/dev-perl/Module-Extract/Module-Extract-0.10.0.ebuild
44 @@ -1,10 +1,11 @@
45 -# Copyright 1999-2009 Gentoo Foundation
46 +# Copyright 1999-2014 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 -EAPI=2
51 +EAPI=5
52
53 MODULE_AUTHOR=ADAMK
54 +MODULE_VERSION=0.01
55 inherit perl-module
56
57 DESCRIPTION="Base class for working with Perl distributions"
58 @@ -14,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
59 IUSE=""
60
61 RDEPEND="virtual/perl-File-Temp
62 - virtual/perl-Archive-Extract"
63 + dev-perl/Archive-Extract"
64 DEPEND="${RDEPEND}"
65
66 SRC_TEST=do