From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Exporter/
Date: Mon, 14 Nov 2011 02:57:29 +0000 (UTC) [thread overview]
Message-ID: <b0fe1da220191ee88fb24cc2094434b1b9ce7865.kent@gentoo> (raw)
commit: b0fe1da220191ee88fb24cc2094434b1b9ce7865
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Nov 14 01:05:52 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov 14 01:05:52 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b0fe1da2
[new virtual] perl-Exporter
(Portage version: 2.2.0_alpha74/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key BD86D695)
---
virtual/perl-Exporter/ChangeLog | 16 +++++++++++
virtual/perl-Exporter/metadata.xml | 5 +++
virtual/perl-Exporter/perl-Exporter-5.580.0.ebuild | 29 ++++++++++++++++++++
virtual/perl-Exporter/perl-Exporter-5.630.0.ebuild | 23 +++++++++++++++
.../perl-Exporter-5.640.100_rc.ebuild | 29 ++++++++++++++++++++
.../perl-Exporter-5.640.300_rc.ebuild | 27 ++++++++++++++++++
6 files changed, 129 insertions(+), 0 deletions(-)
diff --git a/virtual/perl-Exporter/ChangeLog b/virtual/perl-Exporter/ChangeLog
new file mode 100644
index 0000000..91e6aef
--- /dev/null
+++ b/virtual/perl-Exporter/ChangeLog
@@ -0,0 +1,16 @@
+# ChangeLog for virtual/perl-Exporter
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*perl-Exporter-5.640.300_rc (14 Nov 2011)
+*perl-Exporter-5.640.100_rc (14 Nov 2011)
+*perl-Exporter-5.630.0 (14 Nov 2011)
+*perl-Exporter-5.580.0 (14 Nov 2011)
+
+ 14 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+ +perl-Exporter-5.580.0.ebuild, +perl-Exporter-5.630.0.ebuild,
+ +perl-Exporter-5.640.100_rc.ebuild, +perl-Exporter-5.640.300_rc.ebuild,
+ +metadata.xml:
+ Added as a bunch of things need specific versions and its easier to just have
+ this with automated things
+
diff --git a/virtual/perl-Exporter/metadata.xml b/virtual/perl-Exporter/metadata.xml
new file mode 100644
index 0000000..fcd994b
--- /dev/null
+++ b/virtual/perl-Exporter/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+</pkgmetadata>
diff --git a/virtual/perl-Exporter/perl-Exporter-5.580.0.ebuild b/virtual/perl-Exporter/perl-Exporter-5.580.0.ebuild
new file mode 100644
index 0000000..aad5527
--- /dev/null
+++ b/virtual/perl-Exporter/perl-Exporter-5.580.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+DESCRIPTION="Virtual for perl-core/Exporter"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || (
+ (
+ || (
+ ~dev-lang/perl-5.8.4
+ ~dev-lang/perl-5.8.5
+ ~dev-lang/perl-5.8.6
+ ~dev-lang/perl-5.8.7
+ ~dev-lang/perl-5.8.8
+ )
+ !perl-core/Exporter
+ )
+ ~perl-core/Exporter-${PV}
+ )
+"
diff --git a/virtual/perl-Exporter/perl-Exporter-5.630.0.ebuild b/virtual/perl-Exporter/perl-Exporter-5.630.0.ebuild
new file mode 100644
index 0000000..1121e97
--- /dev/null
+++ b/virtual/perl-Exporter/perl-Exporter-5.630.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+DESCRIPTION="Virtual for perl-core/Exporter"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || (
+ (
+ ~dev-lang/perl-5.10.1
+ !perl-core/Exporter
+ )
+ ~perl-core/Exporter-${PV}
+ )
+"
diff --git a/virtual/perl-Exporter/perl-Exporter-5.640.100_rc.ebuild b/virtual/perl-Exporter/perl-Exporter-5.640.100_rc.ebuild
new file mode 100644
index 0000000..3e8beac
--- /dev/null
+++ b/virtual/perl-Exporter/perl-Exporter-5.640.100_rc.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+DESCRIPTION="Virtual for perl-core/Exporter"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || (
+ (
+ || (
+ ~dev-lang/perl-5.12.4
+ ~dev-lang/perl-5.12.3
+ ~dev-lang/perl-5.12.2
+ ~dev-lang/perl-5.12.1
+ ~dev-lang/perl-5.12.0
+ )
+ !perl-core/Exporter
+ )
+ ~perl-core/Exporter-${PV}
+ )
+"
diff --git a/virtual/perl-Exporter/perl-Exporter-5.640.300_rc.ebuild b/virtual/perl-Exporter/perl-Exporter-5.640.300_rc.ebuild
new file mode 100644
index 0000000..779781a
--- /dev/null
+++ b/virtual/perl-Exporter/perl-Exporter-5.640.300_rc.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+DESCRIPTION="Virtual for perl-core/Exporter"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || (
+ (
+ || (
+ ~dev-lang/perl-5.14.2
+ ~dev-lang/perl-5.14.1
+ ~dev-lang/perl-5.13.0
+ )
+ !perl-core/Exporter
+ )
+ ~perl-core/Exporter-${PV}
+ )
+"
next reply other threads:[~2011-11-14 2:58 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-14 2:57 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-11-14 2:57 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Exporter/ Kent Fredric
2012-02-26 5:59 Kent Fredric
2012-07-31 17:10 Kent Fredric
2012-10-28 2:41 Kent Fredric
2012-10-28 2:41 Kent Fredric
2012-10-28 2:41 Kent Fredric
2013-05-01 22:23 Kent Fredric
2013-11-09 5:56 Kent Fredric
2014-07-03 2:49 Kent Fredric
2014-07-03 2:49 Kent Fredric
2014-09-06 9:52 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b0fe1da220191ee88fb24cc2094434b1b9ce7865.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox