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/Git-PurePerl/
Date: Wed, 01 Oct 2014 09:45:00
Message-Id: 1412097440.72a962254cd79306b74c071ac79a7dbfe1e6549a.kent@gentoo
1 commit: 72a962254cd79306b74c071ac79a7dbfe1e6549a
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 30 17:17:20 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 30 17:17:20 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=72a96225
7
8 [fixup] dev-perl/Git-PurePerl EAPI5, fix dep on Archive-Extract
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Git-PurePerl/ChangeLog | 6 ++++++
14 ...Git-PurePerl-0.480.0.ebuild => Git-PurePerl-0.480.0-r1.ebuild} | 8 ++++----
15 2 files changed, 10 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-perl/Git-PurePerl/ChangeLog b/dev-perl/Git-PurePerl/ChangeLog
18 index 0787bd3..861d625 100644
19 --- a/dev-perl/Git-PurePerl/ChangeLog
20 +++ b/dev-perl/Git-PurePerl/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Git-PurePerl-0.480.0-r1 (30 Sep 2014)
26 +
27 + 30 Sep 2014; Kent Fredric <kentfredric@×××××.com>
28 + -Git-PurePerl-0.480.0.ebuild, +Git-PurePerl-0.480.0-r1.ebuild:
29 + EAPI5, fix dep on Archive-Extract
30 +
31 30 Sep 2014; Kent Fredric <kentfredric@×××××.com>
32 -Git-PurePerl-0.410.0.ebuild, -Git-PurePerl-0.430.0.ebuild,
33 -Git-PurePerl-0.450.0.ebuild, -Git-PurePerl-0.460.0.ebuild,
34
35 diff --git a/dev-perl/Git-PurePerl/Git-PurePerl-0.480.0.ebuild b/dev-perl/Git-PurePerl/Git-PurePerl-0.480.0-r1.ebuild
36 similarity index 90%
37 rename from dev-perl/Git-PurePerl/Git-PurePerl-0.480.0.ebuild
38 rename to dev-perl/Git-PurePerl/Git-PurePerl-0.480.0-r1.ebuild
39 index 715b1ee..66510d5 100644
40 --- a/dev-perl/Git-PurePerl/Git-PurePerl-0.480.0.ebuild
41 +++ b/dev-perl/Git-PurePerl/Git-PurePerl-0.480.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 -EAPI=4
48 +EAPI=5
49 MODULE_AUTHOR=BROQ
50 MODULE_VERSION=0.48
51 inherit perl-module
52 @@ -10,10 +10,10 @@ DESCRIPTION="A Pure Perl interface to Git repositories"
53 LICENSE="|| ( Artistic GPL-2 )"
54 SLOT="0"
55 KEYWORDS="~amd64 ~x86"
56 -IUSE=""
57 +IUSE="test"
58 comment() { echo ''; }
59 COMMON_DEPEND="
60 - virtual/perl-Archive-Extract
61 + dev-perl/Archive-Extract
62 virtual/perl-Compress-Raw-Zlib
63 virtual/perl-IO-Compress $(comment Compress::Zlib)
64 dev-perl/Config-GitLike