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/Devel-Autoflush/
Date: Fri, 11 Feb 2011 18:40:35
Message-Id: 761592fe8d530f23e2342942138e13279a15cf3e.kent@gentoo
1 commit: 761592fe8d530f23e2342942138e13279a15cf3e
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 11 18:30:03 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Feb 11 18:30:03 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=761592fe
7
8 [fix] Devel-Autoflush, EAPI, MB
9
10 (Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Devel-Autoflush/ChangeLog | 4 ++++
14 .../Devel-Autoflush/Devel-Autoflush-0.50.ebuild | 9 ++++++---
15 2 files changed, 10 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Devel-Autoflush/ChangeLog b/dev-perl/Devel-Autoflush/ChangeLog
18 index 242bcfd..645c7fc 100644
19 --- a/dev-perl/Devel-Autoflush/ChangeLog
20 +++ b/dev-perl/Devel-Autoflush/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 11 Feb 2011; Kent Fredric <kentfredric@×××××.com>
26 + Devel-Autoflush-0.50.ebuild:
27 + Fix dep on MB
28 +
29 *Devel-Autoflush-0.50 (11 Feb 2011)
30
31 11 Feb 2011; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/Devel-Autoflush/Devel-Autoflush-0.50.ebuild b/dev-perl/Devel-Autoflush/Devel-Autoflush-0.50.ebuild
34 index 786d6fd..f660be8 100644
35 --- a/dev-perl/Devel-Autoflush/Devel-Autoflush-0.50.ebuild
36 +++ b/dev-perl/Devel-Autoflush/Devel-Autoflush-0.50.ebuild
37 @@ -2,7 +2,7 @@
38 # Distributed under the terms of the GNU General Public License v2
39 # $Header: $
40
41 -EAPI=2
42 +EAPI=3
43 MODULE_AUTHOR=DAGOLDEN
44 MODULE_VERSION="0.05"
45 inherit perl-module
46 @@ -14,9 +14,12 @@ SLOT="0"
47 KEYWORDS="~amd64 ~x86"
48
49 IUSE=""
50 -DEPEND="
51 +RDEPEND="
52 >=dev-perl/IO-CaptureOutput-1.08
53 >=virtual/perl-Test-Simple-0.62
54 "
55 -RDEPEND="${DEPEND}"
56 +DEPEND="
57 + ${DEPEND}
58 + virtual/perl-Module-Build
59 +"
60 SRC_TEST="do"