Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:perl514 commit in: virtual/perl-Pod-Escapes/
Date: Sun, 01 May 2011 07:00:17
Message-Id: 97f89a2c4cfed11aca04af294c6c63fd72efbae0.kent@gentoo
1 commit: 97f89a2c4cfed11aca04af294c6c63fd72efbae0
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 20 23:20:52 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun May 1 06:56:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=97f89a2c
7
8 [import] perl-Pod-Escapes from ::gentoo for 5.14
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 virtual/perl-Pod-Escapes/ChangeLog | 43 ++++++++++++++++++++
14 virtual/perl-Pod-Escapes/metadata.xml | 5 ++
15 .../perl-Pod-Escapes-1.04-r1.ebuild | 16 +++++++
16 3 files changed, 64 insertions(+), 0 deletions(-)
17
18 diff --git a/virtual/perl-Pod-Escapes/ChangeLog b/virtual/perl-Pod-Escapes/ChangeLog
19 new file mode 100644
20 index 0000000..5acc009
21 --- /dev/null
22 +++ b/virtual/perl-Pod-Escapes/ChangeLog
23 @@ -0,0 +1,43 @@
24 +# ChangeLog for virtual/perl-Pod-Escapes
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Escapes/ChangeLog,v 1.9 2011/01/22 10:12:31 tove Exp $
27 +
28 +*perl-Pod-Escapes-1.04-r1 (20 Apr 2011)
29 +
30 + 20 Apr 2011; Kent Fredric <kentfredric@×××××.com>
31 + +perl-Pod-Escapes-1.04-r1.ebuild, +metadata.xml:
32 + Import from ::Gentoo and hacked for 5.14
33 +
34 + 22 Jan 2011; Torsten Veller <tove@g.o> perl-Pod-Escapes-1.04.ebuild:
35 + Add perl-5.12.3 as provider
36 +
37 + 15 Nov 2010; Fabian Groffen <grobian@g.o>
38 + perl-Pod-Escapes-1.04.ebuild:
39 + Marked ~x86-solaris, bug #345435
40 +
41 + 07 Sep 2010; Torsten Veller <tove@g.o>
42 + perl-Pod-Escapes-1.04.ebuild:
43 + Add perl-5.12.2 as provider
44 +
45 + 14 Jul 2010; Torsten Veller <tove@g.o>
46 + perl-Pod-Escapes-1.04.ebuild:
47 + Add perl-5.12 as provider
48 +
49 + 07 Jan 2010; Torsten Veller <tove@g.o>
50 + perl-Pod-Escapes-1.04.ebuild:
51 + Set empty HOMEPAGE and LICENSE
52 +
53 + 15 Dec 2009; Jonathan Callen <abcd@g.o>
54 + perl-Pod-Escapes-1.04.ebuild:
55 + QA: Add prefix keywords
56 +
57 + 25 Aug 2009; Torsten Veller <tove@g.o>
58 + perl-Pod-Escapes-1.04.ebuild:
59 + Add support for perl-5.10.1
60 +
61 +*perl-Pod-Escapes-1.04 (01 Nov 2008)
62 +
63 + 01 Nov 2008; Yuval Yaari <yuval@g.o> +metadata.xml,
64 + +perl-Pod-Escapes-1.04.ebuild:
65 + Adding virtuals for dual-lifed modules that come with perl-5.10
66 +
67
68 diff --git a/virtual/perl-Pod-Escapes/metadata.xml b/virtual/perl-Pod-Escapes/metadata.xml
69 new file mode 100644
70 index 0000000..36ee0f0
71 --- /dev/null
72 +++ b/virtual/perl-Pod-Escapes/metadata.xml
73 @@ -0,0 +1,5 @@
74 +<?xml version="1.0" encoding="UTF-8"?>
75 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 +<pkgmetadata>
77 + <herd>perl</herd>
78 +</pkgmetadata>
79
80 diff --git a/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.04-r1.ebuild b/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.04-r1.ebuild
81 new file mode 100644
82 index 0000000..bfbd894
83 --- /dev/null
84 +++ b/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.04-r1.ebuild
85 @@ -0,0 +1,16 @@
86 +# Copyright 1999-2011 Gentoo Foundation
87 +# Distributed under the terms of the GNU General Public License v2
88 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.04.ebuild,v 1.9 2011/01/22 10:12:31 tove Exp $
89 +
90 +DESCRIPTION="for resolving Pod E<...> sequences"
91 +HOMEPAGE=""
92 +SRC_URI=""
93 +
94 +LICENSE=""
95 +SLOT="0"
96 +KEYWORDS="~amd64 ~x86"
97 +
98 +IUSE=""
99 +DEPEND=""
100 +
101 +RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~dev-lang/perl-5.14.0_rc1 ~dev-lang/perl-5.12.3 ~dev-lang/perl-5.12.2 ~dev-lang/perl-5.10.1 ~perl-core/Pod-Escapes-${PV} )"