summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-01-30 23:21:41 +0000
committerChristian Ruppert <idl0r@gentoo.org>2011-01-30 23:21:41 +0000
commitd4b22a53c2216339f08ebccba9c35e521657599c (patch)
tree0f6d30d89ba374f7ebf5c09baa60a8d826485639 /dev-perl/indirect
parentInitial commit for dev-perl/Perl-Critic-Dynamic (diff)
downloadgentoo-2-d4b22a53c2216339f08ebccba9c35e521657599c.tar.gz
gentoo-2-d4b22a53c2216339f08ebccba9c35e521657599c.tar.bz2
gentoo-2-d4b22a53c2216339f08ebccba9c35e521657599c.zip
Initial commit for dev-perl/indirect
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/indirect')
-rw-r--r--dev-perl/indirect/ChangeLog10
-rw-r--r--dev-perl/indirect/indirect-0.23.ebuild19
-rw-r--r--dev-perl/indirect/metadata.xml8
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/indirect/ChangeLog b/dev-perl/indirect/ChangeLog
new file mode 100644
index 000000000000..d5389bbff7fe
--- /dev/null
+++ b/dev-perl/indirect/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/indirect
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.1 2011/01/30 23:21:41 idl0r Exp $
+
+*indirect-0.23 (30 Jan 2011)
+
+ 30 Jan 2011; Christian Ruppert <idl0r@gentoo.org> +indirect-0.23.ebuild,
+ +metadata.xml:
+ Initial commit for dev-perl/indirect
+
diff --git a/dev-perl/indirect/indirect-0.23.ebuild b/dev-perl/indirect/indirect-0.23.ebuild
new file mode 100644
index 000000000000..d7f3232e4049
--- /dev/null
+++ b/dev-perl/indirect/indirect-0.23.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/indirect-0.23.ebuild,v 1.1 2011/01/30 23:21:41 idl0r Exp $
+
+EAPI="3"
+
+MODULE_AUTHOR="VPIT"
+
+inherit perl-module
+
+DESCRIPTION="Lexically warn about using the indirect object syntax"
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/indirect/metadata.xml b/dev-perl/indirect/metadata.xml
new file mode 100644
index 000000000000..05ca3cd40eb7
--- /dev/null
+++ b/dev-perl/indirect/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">indirect</remote-id>
+ </upstream>
+</pkgmetadata>