Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-B-Lint/, dev-perl/B-Lint/, perl-core/B-Lint/
Date: Sat, 04 Oct 2014 20:19:28
Message-Id: 1412445913.36634f8a2141e01427ef777e72a501b79bf41a5a.kent@gentoo
1 commit: 36634f8a2141e01427ef777e72a501b79bf41a5a
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 4 18:03:54 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 4 18:05:13 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=36634f8a
7
8 [fixup] virtual/perl-B-Lint move B-Lint to dev-perl/
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 {perl-core => dev-perl}/B-Lint/B-Lint-1.170.0.ebuild | 2 +-
14 {perl-core => dev-perl}/B-Lint/ChangeLog | 6 +++++-
15 {perl-core => dev-perl}/B-Lint/metadata.xml | 0
16 virtual/perl-B-Lint/ChangeLog | 6 ++++++
17 ...{perl-B-Lint-1.170.0-r1.ebuild => perl-B-Lint-1.170.0-r2.ebuild} | 2 +-
18 5 files changed, 13 insertions(+), 3 deletions(-)
19
20 diff --git a/perl-core/B-Lint/B-Lint-1.170.0.ebuild b/dev-perl/B-Lint/B-Lint-1.170.0.ebuild
21 similarity index 94%
22 rename from perl-core/B-Lint/B-Lint-1.170.0.ebuild
23 rename to dev-perl/B-Lint/B-Lint-1.170.0.ebuild
24 index c4d3f1a..4ed923d 100644
25 --- a/perl-core/B-Lint/B-Lint-1.170.0.ebuild
26 +++ b/dev-perl/B-Lint/B-Lint-1.170.0.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2013 Gentoo Foundation
29 +# Copyright 1999-2014 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 # $Header: $
32 EAPI=5
33
34 diff --git a/perl-core/B-Lint/ChangeLog b/dev-perl/B-Lint/ChangeLog
35 similarity index 85%
36 rename from perl-core/B-Lint/ChangeLog
37 rename to dev-perl/B-Lint/ChangeLog
38 index af74679..30bd05c 100644
39 --- a/perl-core/B-Lint/ChangeLog
40 +++ b/dev-perl/B-Lint/ChangeLog
41 @@ -1,7 +1,11 @@
42 -# ChangeLog for perl-core/B-Lint
43 +# ChangeLog for dev-perl/B-Lint
44 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
45 # $Header: $
46
47 + 04 Oct 2014; Kent Fredric <kentfredric@×××××.com> +B-Lint-1.170.0.ebuild,
48 + +metadata.xml:
49 + move B-Lint to dev-perl/
50 +
51 06 Sep 2014; Kent Fredric <kentfredric@×××××.com> -B-Lint-1.120.0.ebuild,
52 -B-Lint-1.130.0.ebuild, -B-Lint-1.140.0.ebuild:
53 Remove redundant entries
54
55 diff --git a/perl-core/B-Lint/metadata.xml b/dev-perl/B-Lint/metadata.xml
56 similarity index 100%
57 rename from perl-core/B-Lint/metadata.xml
58 rename to dev-perl/B-Lint/metadata.xml
59
60 diff --git a/virtual/perl-B-Lint/ChangeLog b/virtual/perl-B-Lint/ChangeLog
61 index e884424..175827e 100644
62 --- a/virtual/perl-B-Lint/ChangeLog
63 +++ b/virtual/perl-B-Lint/ChangeLog
64 @@ -2,6 +2,12 @@
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 # $Header: $
67
68 +*perl-B-Lint-1.170.0-r2 (04 Oct 2014)
69 +
70 + 04 Oct 2014; Kent Fredric <kentfredric@×××××.com>
71 + -perl-B-Lint-1.170.0-r1.ebuild, +perl-B-Lint-1.170.0-r2.ebuild:
72 + move B-Lint to dev-perl/
73 +
74 *perl-B-Lint-1.170.0-r1 (06 Sep 2014)
75
76 06 Sep 2014; Kent Fredric <kentfredric@×××××.com>
77
78 diff --git a/virtual/perl-B-Lint/perl-B-Lint-1.170.0-r1.ebuild b/virtual/perl-B-Lint/perl-B-Lint-1.170.0-r2.ebuild
79 similarity index 87%
80 rename from virtual/perl-B-Lint/perl-B-Lint-1.170.0-r1.ebuild
81 rename to virtual/perl-B-Lint/perl-B-Lint-1.170.0-r2.ebuild
82 index cf9776d..c0daecd 100644
83 --- a/virtual/perl-B-Lint/perl-B-Lint-1.170.0-r1.ebuild
84 +++ b/virtual/perl-B-Lint/perl-B-Lint-1.170.0-r2.ebuild
85 @@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
86 IUSE=""
87
88 DEPEND=""
89 -RDEPEND="=perl-core/B-Lint-${PV}*"
90 +RDEPEND="=dev-perl/B-Lint-${PV}*"