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/
Date: Sun, 03 Apr 2011 23:34:54
Message-Id: 0880630f10c8f63b60b183300b1d3f5f4fcf72c9.kent@gentoo
1 commit: 0880630f10c8f63b60b183300b1d3f5f4fcf72c9
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 3 21:10:01 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 3 21:10:01 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0880630f
7
8 [added] experimental virtual for B::Lint
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0A0CB301)
11
12 ---
13 virtual/perl-B-Lint/ChangeLog | 13 +++++++++++++
14 virtual/perl-B-Lint/metadata.xml | 5 +++++
15 virtual/perl-B-Lint/perl-B-Lint-1.110.0.ebuild | 18 ++++++++++++++++++
16 .../perl-B-Lint/perl-B-Lint-1.110.100_rc.ebuild | 20 ++++++++++++++++++++
17 virtual/perl-B-Lint/perl-B-Lint-1.120.0.ebuild | 15 +++++++++++++++
18 5 files changed, 71 insertions(+), 0 deletions(-)
19
20 diff --git a/virtual/perl-B-Lint/ChangeLog b/virtual/perl-B-Lint/ChangeLog
21 new file mode 100644
22 index 0000000..bc888ae
23 --- /dev/null
24 +++ b/virtual/perl-B-Lint/ChangeLog
25 @@ -0,0 +1,13 @@
26 +# ChangeLog for virtual/perl-B-Lint
27 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: $
29 +
30 +*perl-B-Lint-1.120.0 (03 Apr 2011)
31 +*perl-B-Lint-1.110.100_rc (03 Apr 2011)
32 +*perl-B-Lint-1.110.0 (03 Apr 2011)
33 +
34 + 03 Apr 2011; Kent Fredric <kentfredric@×××××.com>
35 + +perl-B-Lint-1.110.0.ebuild, +perl-B-Lint-1.110.100_rc.ebuild,
36 + +perl-B-Lint-1.120.0.ebuild, +metadata.xml:
37 + Added for B::Lint
38 +
39
40 diff --git a/virtual/perl-B-Lint/metadata.xml b/virtual/perl-B-Lint/metadata.xml
41 new file mode 100644
42 index 0000000..801e938
43 --- /dev/null
44 +++ b/virtual/perl-B-Lint/metadata.xml
45 @@ -0,0 +1,5 @@
46 +<?xml version="1.0" encoding="UTF-8"?>
47 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
48 +<pkgmetadata>
49 + <herd>perl</herd>
50 +</pkgmetadata>
51
52 diff --git a/virtual/perl-B-Lint/perl-B-Lint-1.110.0.ebuild b/virtual/perl-B-Lint/perl-B-Lint-1.110.0.ebuild
53 new file mode 100644
54 index 0000000..04a43f1
55 --- /dev/null
56 +++ b/virtual/perl-B-Lint/perl-B-Lint-1.110.0.ebuild
57 @@ -0,0 +1,18 @@
58 +# Copyright 1999-2011 Gentoo Foundation
59 +# Distributed under the terms of the GNU General Public License v2
60 +# $Header: $
61 +
62 +DESCRIPTION="Virtual for B::Lint"
63 +HOMEPAGE=""
64 +SRC_URI=""
65 +
66 +LICENSE=""
67 +SLOT="0"
68 +KEYWORDS="~amd64 ~x86"
69 +IUSE=""
70 +
71 +DEPEND=""
72 +RDEPEND="
73 + ~dev-lang/perl-5.10.1
74 + !perl-core/B-Lint
75 +"
76
77 diff --git a/virtual/perl-B-Lint/perl-B-Lint-1.110.100_rc.ebuild b/virtual/perl-B-Lint/perl-B-Lint-1.110.100_rc.ebuild
78 new file mode 100644
79 index 0000000..09656aa
80 --- /dev/null
81 +++ b/virtual/perl-B-Lint/perl-B-Lint-1.110.100_rc.ebuild
82 @@ -0,0 +1,20 @@
83 +# Copyright 1999-2011 Gentoo Foundation
84 +# Distributed under the terms of the GNU General Public License v2
85 +# $Header: $
86 +
87 +DESCRIPTION="Virtual for B::Lint"
88 +HOMEPAGE=""
89 +SRC_URI=""
90 +
91 +LICENSE=""
92 +SLOT="0"
93 +KEYWORDS="~amd64 ~x86"
94 +IUSE=""
95 +
96 +DEPEND=""
97 +RDEPEND="|| (
98 + ~dev-lang/perl-5.12.2
99 + ~dev-lang/perl-5.12.3
100 +)
101 + !perl-core/B-Lint
102 +"
103
104 diff --git a/virtual/perl-B-Lint/perl-B-Lint-1.120.0.ebuild b/virtual/perl-B-Lint/perl-B-Lint-1.120.0.ebuild
105 new file mode 100644
106 index 0000000..a2b78b2
107 --- /dev/null
108 +++ b/virtual/perl-B-Lint/perl-B-Lint-1.120.0.ebuild
109 @@ -0,0 +1,15 @@
110 +# Copyright 1999-2011 Gentoo Foundation
111 +# Distributed under the terms of the GNU General Public License v2
112 +# $Header: $
113 +
114 +DESCRIPTION="Virtual for B::Lint"
115 +HOMEPAGE=""
116 +SRC_URI=""
117 +
118 +LICENSE=""
119 +SLOT="0"
120 +KEYWORDS="~amd64 ~x86"
121 +IUSE=""
122 +
123 +DEPEND=""
124 +RDEPEND="~perl-core/B-Lint-${PV}"