public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-B-Lint/
Date: Sun,  3 Apr 2011 23:33:30 +0000 (UTC)	[thread overview]
Message-ID: <0880630f10c8f63b60b183300b1d3f5f4fcf72c9.kent@gentoo> (raw)

commit:     0880630f10c8f63b60b183300b1d3f5f4fcf72c9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr  3 21:10:01 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr  3 21:10:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0880630f

[added] experimental virtual for B::Lint

(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0A0CB301)

---
 virtual/perl-B-Lint/ChangeLog                      |   13 +++++++++++++
 virtual/perl-B-Lint/metadata.xml                   |    5 +++++
 virtual/perl-B-Lint/perl-B-Lint-1.110.0.ebuild     |   18 ++++++++++++++++++
 .../perl-B-Lint/perl-B-Lint-1.110.100_rc.ebuild    |   20 ++++++++++++++++++++
 virtual/perl-B-Lint/perl-B-Lint-1.120.0.ebuild     |   15 +++++++++++++++
 5 files changed, 71 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-B-Lint/ChangeLog b/virtual/perl-B-Lint/ChangeLog
new file mode 100644
index 0000000..bc888ae
--- /dev/null
+++ b/virtual/perl-B-Lint/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for virtual/perl-B-Lint
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*perl-B-Lint-1.120.0 (03 Apr 2011)
+*perl-B-Lint-1.110.100_rc (03 Apr 2011)
+*perl-B-Lint-1.110.0 (03 Apr 2011)
+
+  03 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +perl-B-Lint-1.110.0.ebuild, +perl-B-Lint-1.110.100_rc.ebuild,
+  +perl-B-Lint-1.120.0.ebuild, +metadata.xml:
+  Added for B::Lint
+

diff --git a/virtual/perl-B-Lint/metadata.xml b/virtual/perl-B-Lint/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/virtual/perl-B-Lint/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-B-Lint/perl-B-Lint-1.110.0.ebuild b/virtual/perl-B-Lint/perl-B-Lint-1.110.0.ebuild
new file mode 100644
index 0000000..04a43f1
--- /dev/null
+++ b/virtual/perl-B-Lint/perl-B-Lint-1.110.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for B::Lint"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	~dev-lang/perl-5.10.1
+	!perl-core/B-Lint
+"

diff --git a/virtual/perl-B-Lint/perl-B-Lint-1.110.100_rc.ebuild b/virtual/perl-B-Lint/perl-B-Lint-1.110.100_rc.ebuild
new file mode 100644
index 0000000..09656aa
--- /dev/null
+++ b/virtual/perl-B-Lint/perl-B-Lint-1.110.100_rc.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for B::Lint"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="|| (
+	~dev-lang/perl-5.12.2
+	~dev-lang/perl-5.12.3
+)
+	!perl-core/B-Lint
+"

diff --git a/virtual/perl-B-Lint/perl-B-Lint-1.120.0.ebuild b/virtual/perl-B-Lint/perl-B-Lint-1.120.0.ebuild
new file mode 100644
index 0000000..a2b78b2
--- /dev/null
+++ b/virtual/perl-B-Lint/perl-B-Lint-1.120.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for B::Lint"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/B-Lint-${PV}"



             reply	other threads:[~2011-04-03 23:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-03 23:33 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-20 22:02 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-B-Lint/ Kent Fredric
2011-06-17  0:30 Kent Fredric
2011-07-16 22:59 Kent Fredric
2012-06-08 15:13 Kent Fredric
2013-02-05 12:24 Kent Fredric
2014-07-03  2:49 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=0880630f10c8f63b60b183300b1d3f5f4fcf72c9.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