Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: profiles/, virtual/perl-Scalar-Util/
Date: Thu, 25 Jun 2015 01:11:29
Message-Id: 1435194506.118ed0d1c96ebc0cde7a64dbc884ddd50dce7778.kent@gentoo
1 commit: 118ed0d1c96ebc0cde7a64dbc884ddd50dce7778
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 25 01:02:53 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Jun 25 01:08:26 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=118ed0d1
7
8 [added] virtual/perl-Scalar-Util as Scalar-List-Utils proxy for future planning
9
10 Package-Manager: portage-2.2.17
11
12 profiles/package.mask | 1 +
13 virtual/perl-Scalar-Util/metadata.xml | 5 +++++
14 virtual/perl-Scalar-Util/perl-Scalar-Util-1.380.0.ebuild | 15 +++++++++++++++
15 virtual/perl-Scalar-Util/perl-Scalar-Util-1.410.0.ebuild | 15 +++++++++++++++
16 4 files changed, 36 insertions(+)
17
18 diff --git a/profiles/package.mask b/profiles/package.mask
19 index ff1cc30..babf73b 100644
20 --- a/profiles/package.mask
21 +++ b/profiles/package.mask
22 @@ -72,6 +72,7 @@ dev-perl/Catalyst-Controller-BindLex
23 =virtual/perl-Unicode-Collate-1.120.0*
24 =virtual/perl-Unicode-Normalize-1.180.0*
25 =virtual/perl-List-Util-1.410.0*
26 +=virtual/perl-Scalar-Util-1.410.0*
27
28 # Kent Fredric <kentfredric@×××××.com> (03 Jul 2014)
29 # Depends on old version of Date-Manip which is no longer available in portage since
30
31 diff --git a/virtual/perl-Scalar-Util/metadata.xml b/virtual/perl-Scalar-Util/metadata.xml
32 new file mode 100644
33 index 0000000..801e938
34 --- /dev/null
35 +++ b/virtual/perl-Scalar-Util/metadata.xml
36 @@ -0,0 +1,5 @@
37 +<?xml version="1.0" encoding="UTF-8"?>
38 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
39 +<pkgmetadata>
40 + <herd>perl</herd>
41 +</pkgmetadata>
42
43 diff --git a/virtual/perl-Scalar-Util/perl-Scalar-Util-1.380.0.ebuild b/virtual/perl-Scalar-Util/perl-Scalar-Util-1.380.0.ebuild
44 new file mode 100644
45 index 0000000..4ecf90f
46 --- /dev/null
47 +++ b/virtual/perl-Scalar-Util/perl-Scalar-Util-1.380.0.ebuild
48 @@ -0,0 +1,15 @@
49 +# Copyright 1999-2015 Gentoo Foundation
50 +# Distributed under the terms of the GNU General Public License v2
51 +# $Header: $
52 +EAPI=5
53 +
54 +DESCRIPTION="Virtual for ${PN#perl-}"
55 +HOMEPAGE=""
56 +SRC_URI=""
57 +
58 +LICENSE=""
59 +SLOT="0"
60 +KEYWORDS="~amd64 ~x86"
61 +IUSE=""
62 +
63 +RDEPEND="~virtual/perl-Scalar-List-Utils-${PV}"
64
65 diff --git a/virtual/perl-Scalar-Util/perl-Scalar-Util-1.410.0.ebuild b/virtual/perl-Scalar-Util/perl-Scalar-Util-1.410.0.ebuild
66 new file mode 100644
67 index 0000000..4ecf90f
68 --- /dev/null
69 +++ b/virtual/perl-Scalar-Util/perl-Scalar-Util-1.410.0.ebuild
70 @@ -0,0 +1,15 @@
71 +# Copyright 1999-2015 Gentoo Foundation
72 +# Distributed under the terms of the GNU General Public License v2
73 +# $Header: $
74 +EAPI=5
75 +
76 +DESCRIPTION="Virtual for ${PN#perl-}"
77 +HOMEPAGE=""
78 +SRC_URI=""
79 +
80 +LICENSE=""
81 +SLOT="0"
82 +KEYWORDS="~amd64 ~x86"
83 +IUSE=""
84 +
85 +RDEPEND="~virtual/perl-Scalar-List-Utils-${PV}"