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-Math-Complex/
Date: Wed, 03 Aug 2011 06:19:39
Message-Id: 5743f59219be4b3449645a33dbff294c4c104b2d.kent@gentoo
1 commit: 5743f59219be4b3449645a33dbff294c4c104b2d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 3 06:16:20 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 3 06:17:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5743f592
7
8 [added] virtuals for perl-Math-Complex
9
10 (Portage version: 2.2.0_alpha47/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key BD86D695)
11
12 ---
13 virtual/perl-Math-Complex/ChangeLog | 13 +++++++++++
14 virtual/perl-Math-Complex/metadata.xml | 5 ++++
15 .../perl-Math-Complex-1.350.0.ebuild | 18 ++++++++++++++++
16 .../perl-Math-Complex-1.560.0.ebuild | 22 ++++++++++++++++++++
17 .../perl-Math-Complex-1.580.0.ebuild | 15 +++++++++++++
18 5 files changed, 73 insertions(+), 0 deletions(-)
19
20 diff --git a/virtual/perl-Math-Complex/ChangeLog b/virtual/perl-Math-Complex/ChangeLog
21 new file mode 100644
22 index 0000000..13e9eb8
23 --- /dev/null
24 +++ b/virtual/perl-Math-Complex/ChangeLog
25 @@ -0,0 +1,13 @@
26 +# ChangeLog for virtual/perl-Math-Complex
27 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: $
29 +
30 +*perl-Math-Complex-1.580.0 (03 Aug 2011)
31 +*perl-Math-Complex-1.560.0 (03 Aug 2011)
32 +*perl-Math-Complex-1.350.0 (03 Aug 2011)
33 +
34 + 03 Aug 2011; Kent Fredric <kentfredric@×××××.com>
35 + +perl-Math-Complex-1.350.0.ebuild, +perl-Math-Complex-1.560.0.ebuild,
36 + +perl-Math-Complex-1.580.0.ebuild, +metadata.xml:
37 + Adding virtuals for all available perls
38 +
39
40 diff --git a/virtual/perl-Math-Complex/metadata.xml b/virtual/perl-Math-Complex/metadata.xml
41 new file mode 100644
42 index 0000000..fcd994b
43 --- /dev/null
44 +++ b/virtual/perl-Math-Complex/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-Math-Complex/perl-Math-Complex-1.350.0.ebuild b/virtual/perl-Math-Complex/perl-Math-Complex-1.350.0.ebuild
53 new file mode 100644
54 index 0000000..5e22138
55 --- /dev/null
56 +++ b/virtual/perl-Math-Complex/perl-Math-Complex-1.350.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 perl-core/Math-Complex"
63 +HOMEPAGE=""
64 +SRC_URI=""
65 +
66 +LICENSE=""
67 +SLOT="0"
68 +KEYWORDS="~x86 ~amd64"
69 +IUSE=""
70 +
71 +DEPEND=""
72 +RDEPEND="
73 + =dev-lang/perl-5.8.8*
74 + !perl-core/Math-Complex
75 +"
76
77 diff --git a/virtual/perl-Math-Complex/perl-Math-Complex-1.560.0.ebuild b/virtual/perl-Math-Complex/perl-Math-Complex-1.560.0.ebuild
78 new file mode 100644
79 index 0000000..ea12871
80 --- /dev/null
81 +++ b/virtual/perl-Math-Complex/perl-Math-Complex-1.560.0.ebuild
82 @@ -0,0 +1,22 @@
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 perl-core/Math-Complex"
88 +HOMEPAGE=""
89 +SRC_URI=""
90 +
91 +LICENSE=""
92 +SLOT="0"
93 +KEYWORDS="~x86 ~amd64"
94 +IUSE=""
95 +
96 +DEPEND=""
97 +RDEPEND="
98 + || (
99 + =dev-lang/perl-5.10.1*
100 + =dev-lang/perl-5.12.2*
101 + =dev-lang/perl-5.14*
102 + )
103 + !perl-core/Math-Complex
104 +"
105
106 diff --git a/virtual/perl-Math-Complex/perl-Math-Complex-1.580.0.ebuild b/virtual/perl-Math-Complex/perl-Math-Complex-1.580.0.ebuild
107 new file mode 100644
108 index 0000000..1d374af
109 --- /dev/null
110 +++ b/virtual/perl-Math-Complex/perl-Math-Complex-1.580.0.ebuild
111 @@ -0,0 +1,15 @@
112 +# Copyright 1999-2011 Gentoo Foundation
113 +# Distributed under the terms of the GNU General Public License v2
114 +# $Header: $
115 +
116 +DESCRIPTION="Virtual for perl-core/Math-Complex"
117 +HOMEPAGE=""
118 +SRC_URI=""
119 +
120 +LICENSE=""
121 +SLOT="0"
122 +KEYWORDS="~x86 ~amd64"
123 +IUSE=""
124 +
125 +DEPEND=""
126 +RDEPEND="~perl-core/Math-Complex-${PV}"