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-Debug/
Date: Sun, 03 Apr 2011 23:34:55
Message-Id: ef3013d70cda23a8291ba3d50451972e66f11522.kent@gentoo
1 commit: ef3013d70cda23a8291ba3d50451972e66f11522
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 3 21:01:53 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 3 21:02:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ef3013d7
7
8 [added] experimental virtual for B-Debug
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-Debug/ChangeLog | 13 +++++++++++++
14 virtual/perl-B-Debug/metadata.xml | 5 +++++
15 virtual/perl-B-Debug/perl-B-Debug-1.110.0.ebuild | 15 +++++++++++++++
16 virtual/perl-B-Debug/perl-B-Debug-1.120.0.ebuild | 21 +++++++++++++++++++++
17 virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild | 15 +++++++++++++++
18 5 files changed, 69 insertions(+), 0 deletions(-)
19
20 diff --git a/virtual/perl-B-Debug/ChangeLog b/virtual/perl-B-Debug/ChangeLog
21 new file mode 100644
22 index 0000000..cd7796e
23 --- /dev/null
24 +++ b/virtual/perl-B-Debug/ChangeLog
25 @@ -0,0 +1,13 @@
26 +# ChangeLog for virtual/perl-B-Debug
27 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: $
29 +
30 +*perl-B-Debug-1.160.0 (03 Apr 2011)
31 +*perl-B-Debug-1.120.0 (03 Apr 2011)
32 +*perl-B-Debug-1.110.0 (03 Apr 2011)
33 +
34 + 03 Apr 2011; Kent Fredric <kentfredric@×××××.com>
35 + +perl-B-Debug-1.110.0.ebuild, +perl-B-Debug-1.120.0.ebuild,
36 + +perl-B-Debug-1.160.0.ebuild, +metadata.xml:
37 + Added virtual
38 +
39
40 diff --git a/virtual/perl-B-Debug/metadata.xml b/virtual/perl-B-Debug/metadata.xml
41 new file mode 100644
42 index 0000000..801e938
43 --- /dev/null
44 +++ b/virtual/perl-B-Debug/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-Debug/perl-B-Debug-1.110.0.ebuild b/virtual/perl-B-Debug/perl-B-Debug-1.110.0.ebuild
53 new file mode 100644
54 index 0000000..9a924af
55 --- /dev/null
56 +++ b/virtual/perl-B-Debug/perl-B-Debug-1.110.0.ebuild
57 @@ -0,0 +1,15 @@
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::Debug"
63 +HOMEPAGE=""
64 +SRC_URI=""
65 +
66 +LICENSE=""
67 +SLOT="0"
68 +KEYWORDS="~amd64 ~x86"
69 +IUSE=""
70 +
71 +DEPEND=""
72 +RDEPEND="~dev-lang/perl-5.10.1 !perl-core/B-Debug"
73
74 diff --git a/virtual/perl-B-Debug/perl-B-Debug-1.120.0.ebuild b/virtual/perl-B-Debug/perl-B-Debug-1.120.0.ebuild
75 new file mode 100644
76 index 0000000..a17312a
77 --- /dev/null
78 +++ b/virtual/perl-B-Debug/perl-B-Debug-1.120.0.ebuild
79 @@ -0,0 +1,21 @@
80 +# Copyright 1999-2011 Gentoo Foundation
81 +# Distributed under the terms of the GNU General Public License v2
82 +# $Header: $
83 +
84 +DESCRIPTION="Virtual for B::Debug"
85 +HOMEPAGE=""
86 +SRC_URI=""
87 +
88 +LICENSE=""
89 +SLOT="0"
90 +KEYWORDS="~amd64 ~x86"
91 +IUSE=""
92 +
93 +DEPEND=""
94 +RDEPEND="
95 + || (
96 + ~dev-lang/perl-5.12.3
97 + ~dev-perl/perl-5.12.2
98 + )
99 + !perl-core/B-Debug
100 +"
101
102 diff --git a/virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild b/virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild
103 new file mode 100644
104 index 0000000..24e5f7a
105 --- /dev/null
106 +++ b/virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild
107 @@ -0,0 +1,15 @@
108 +# Copyright 1999-2011 Gentoo Foundation
109 +# Distributed under the terms of the GNU General Public License v2
110 +# $Header: $
111 +
112 +DESCRIPTION="Virtual for B::Debug"
113 +HOMEPAGE=""
114 +SRC_URI=""
115 +
116 +LICENSE=""
117 +SLOT="0"
118 +KEYWORDS="~amd64 ~x86"
119 +IUSE=""
120 +
121 +DEPEND=""
122 +RDEPEND="~perl-core/B-Debug-${PV}"