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-if/
Date: Sun, 03 Apr 2011 23:34:51
Message-Id: eca7a5e8d2fe1d5184ad5e27cbd67cff7d51de10.kent@gentoo
1 commit: eca7a5e8d2fe1d5184ad5e27cbd67cff7d51de10
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 3 21:58:14 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 3 21:58:14 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eca7a5e8
7
8 [added] experimental virtual for perl-core/if
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-if/ChangeLog | 11 +++++++++++
14 virtual/perl-if/metadata.xml | 5 +++++
15 virtual/perl-if/perl-if-0.50.0.ebuild | 23 +++++++++++++++++++++++
16 virtual/perl-if/perl-if-0.60.100.ebuild | 15 +++++++++++++++
17 4 files changed, 54 insertions(+), 0 deletions(-)
18
19 diff --git a/virtual/perl-if/ChangeLog b/virtual/perl-if/ChangeLog
20 new file mode 100644
21 index 0000000..4bae0a5
22 --- /dev/null
23 +++ b/virtual/perl-if/ChangeLog
24 @@ -0,0 +1,11 @@
25 +# ChangeLog for virtual/perl-if
26 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*perl-if-0.60.100 (03 Apr 2011)
30 +*perl-if-0.50.0 (03 Apr 2011)
31 +
32 + 03 Apr 2011; Kent Fredric <kentfredric@×××××.com> +perl-if-0.50.0.ebuild,
33 + +perl-if-0.60.100.ebuild, +metadata.xml:
34 + Added
35 +
36
37 diff --git a/virtual/perl-if/metadata.xml b/virtual/perl-if/metadata.xml
38 new file mode 100644
39 index 0000000..fcd994b
40 --- /dev/null
41 +++ b/virtual/perl-if/metadata.xml
42 @@ -0,0 +1,5 @@
43 +<?xml version="1.0" encoding="UTF-8"?>
44 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
45 +<pkgmetadata>
46 + <herd>perl</herd>
47 +</pkgmetadata>
48
49 diff --git a/virtual/perl-if/perl-if-0.50.0.ebuild b/virtual/perl-if/perl-if-0.50.0.ebuild
50 new file mode 100644
51 index 0000000..745cebe
52 --- /dev/null
53 +++ b/virtual/perl-if/perl-if-0.50.0.ebuild
54 @@ -0,0 +1,23 @@
55 +# Copyright 1999-2011 Gentoo Foundation
56 +# Distributed under the terms of the GNU General Public License v2
57 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
58 +
59 +DESCRIPTION="Virtual for perl-core/if"
60 +HOMEPAGE=""
61 +SRC_URI=""
62 +
63 +LICENSE=""
64 +SLOT="0"
65 +KEYWORDS="~x86 ~amd64"
66 +IUSE=""
67 +
68 +DEPEND=""
69 +RDEPEND="
70 + || (
71 + ~dev-lang/perl-5.12.3
72 + ~dev-lang/perl-5.12.2
73 + ~dev-lang/perl-5.10.1
74 +
75 + )
76 + !perl-core/if
77 +"
78
79 diff --git a/virtual/perl-if/perl-if-0.60.100.ebuild b/virtual/perl-if/perl-if-0.60.100.ebuild
80 new file mode 100644
81 index 0000000..8193f98
82 --- /dev/null
83 +++ b/virtual/perl-if/perl-if-0.60.100.ebuild
84 @@ -0,0 +1,15 @@
85 +# Copyright 1999-2011 Gentoo Foundation
86 +# Distributed under the terms of the GNU General Public License v2
87 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
88 +
89 +DESCRIPTION="Virtual for perl-core/if"
90 +HOMEPAGE=""
91 +SRC_URI=""
92 +
93 +LICENSE=""
94 +SLOT="0"
95 +KEYWORDS="~x86 ~amd64"
96 +IUSE=""
97 +
98 +DEPEND=""
99 +RDEPEND="~perl-core/if-${PV}"