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/Tree-Simple-VisitorFactory/
Date: Sat, 05 Jul 2014 11:48:45
Message-Id: 1404538939.fe3823b1bacaf7e1c604614fdf3509f2b07fb6f7.kent@gentoo
1 commit: fe3823b1bacaf7e1c604614fdf3509f2b07fb6f7
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 5 05:42:19 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 5 05:42:19 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fe3823b1
7
8 [fix] Tree-Simple-VisitorFactory: Do not depend on perl-core/* directly
9
10 Package-Manager: portage-2.2.10
11 Manifest-Sign-Key: E854324B1366A820
12
13 ---
14 dev-perl/Tree-Simple-VisitorFactory/ChangeLog | 8 ++++++++
15 .../Tree-Simple-VisitorFactory-0.10.ebuild | 5 +++--
16 2 files changed, 11 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-perl/Tree-Simple-VisitorFactory/ChangeLog b/dev-perl/Tree-Simple-VisitorFactory/ChangeLog
19 new file mode 100644
20 index 0000000..d864140
21 --- /dev/null
22 +++ b/dev-perl/Tree-Simple-VisitorFactory/ChangeLog
23 @@ -0,0 +1,8 @@
24 +# ChangeLog for dev-perl/Tree-Simple-VisitorFactory
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 + 05 Jul 2014; Kent Fredric <kentfredric@×××××.com>
29 + Tree-Simple-VisitorFactory-0.10.ebuild:
30 + Do not depend on perl-core/ directly
31 +
32
33 diff --git a/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.10.ebuild b/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.10.ebuild
34 index 138305d..2c84961 100644
35 --- a/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.10.ebuild
36 +++ b/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.10.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2009 Gentoo Foundation
39 +# Copyright 1999-2014 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: $
42
43 @@ -12,6 +12,7 @@ SLOT="0"
44 KEYWORDS="~amd64 ~x86"
45
46 IUSE=""
47 -DEPEND=">=perl-core/Test-Simple-0.47
48 +DEPEND="
49 + >=virtual/perl-Test-Simple-0.47
50 >=dev-perl/Test-Exception-0.15
51 >=dev-perl/Tree-Simple-1.12"