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