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/Archive-Any/
Date: Wed, 31 Jul 2013 06:54:43
Message-Id: 1375250178.faa176083f2eac3803bbfb2058a797f28f026e78.kent@gentoo
1 commit: faa176083f2eac3803bbfb2058a797f28f026e78
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 31 05:56:18 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Jul 31 05:56:18 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=faa17608
7
8 [fixup] Archive-Any EAPI=5, SRC_TEST=parallel
9
10 Package-Manager: portage-2.2.0_alpha186
11 Manifest-Sign-Key: E854324B1366A820
12
13 ---
14 dev-perl/Archive-Any/Archive-Any-0.93.200.ebuild | 6 +++---
15 dev-perl/Archive-Any/ChangeLog | 6 +++++-
16 2 files changed, 8 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-perl/Archive-Any/Archive-Any-0.93.200.ebuild b/dev-perl/Archive-Any/Archive-Any-0.93.200.ebuild
19 index eca10d8..7e0409b 100644
20 --- a/dev-perl/Archive-Any/Archive-Any-0.93.200.ebuild
21 +++ b/dev-perl/Archive-Any/Archive-Any-0.93.200.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2011 Gentoo Foundation
24 +# Copyright 1999-2013 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Header: $
27
28 -EAPI=3
29 +EAPI=5
30
31 MODULE_AUTHOR=CMOORE
32 MODULE_VERSION=0.0932
33 @@ -26,4 +26,4 @@ DEPEND="${RDEPEND}
34 dev-perl/Test-Pod
35 dev-perl/Test-Pod-Coverage )"
36
37 -SRC_TEST=do
38 +SRC_TEST="do parallel"
39
40 diff --git a/dev-perl/Archive-Any/ChangeLog b/dev-perl/Archive-Any/ChangeLog
41 index 53babd2..6822f4e 100644
42 --- a/dev-perl/Archive-Any/ChangeLog
43 +++ b/dev-perl/Archive-Any/ChangeLog
44 @@ -1,7 +1,11 @@
45 # ChangeLog for dev-perl/Archive-Any
46 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
47 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
48 # $Header: $
49
50 + 31 Jul 2013; Kent Fredric <kentfredric@×××××.com>
51 + Archive-Any-0.93.200.ebuild:
52 + EAPI=5, SRC_TEST+=parallel
53 +
54 *Archive-Any-0.93.200 (15 Feb 2011)
55
56 15 Feb 2011; Torsten Veller <tove@g.o> +Archive-Any-0.93.200.ebuild,