summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:35:41 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:35:41 +0000
commit83ed3161d6b78a9838c2f7652f84a35f3a9a4fc1 (patch)
treefe62aec13e14eedfe557b4d4b61373f8a9fcb340 /dev-perl/Contextual-Return
parentInitial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff)
downloadgentoo-2-83ed3161d6b78a9838c2f7652f84a35f3a9a4fc1.tar.gz
gentoo-2-83ed3161d6b78a9838c2f7652f84a35f3a9a4fc1.tar.bz2
gentoo-2-83ed3161d6b78a9838c2f7652f84a35f3a9a4fc1.zip
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Contextual-Return')
-rw-r--r--dev-perl/Contextual-Return/ChangeLog10
-rw-r--r--dev-perl/Contextual-Return/Contextual-Return-0.2.1.ebuild23
-rw-r--r--dev-perl/Contextual-Return/metadata.xml8
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-perl/Contextual-Return/ChangeLog b/dev-perl/Contextual-Return/ChangeLog
new file mode 100644
index 000000000000..07cc9ea6e3c8
--- /dev/null
+++ b/dev-perl/Contextual-Return/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Contextual-Return
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Contextual-Return/ChangeLog,v 1.1 2009/06/23 07:35:41 robbat2 Exp $
+
+*Contextual-Return-0.2.1 (23 Jun 2009)
+
+ 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Contextual-Return-0.2.1.ebuild, +metadata.xml:
+ Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
+
diff --git a/dev-perl/Contextual-Return/Contextual-Return-0.2.1.ebuild b/dev-perl/Contextual-Return/Contextual-Return-0.2.1.ebuild
new file mode 100644
index 000000000000..bf36a6f7e11d
--- /dev/null
+++ b/dev-perl/Contextual-Return/Contextual-Return-0.2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Contextual-Return/Contextual-Return-0.2.1.ebuild,v 1.1 2009/06/23 07:35:41 robbat2 Exp $
+
+EAPI=2
+MODULE_AUTHOR="DCONWAY"
+MY_PV="v${PV}"
+MY_P="${PN}-${MY_PV}"
+
+inherit perl-module
+
+DESCRIPTION="Create context-senstive return values"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-perl/Want"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-perl/Contextual-Return/metadata.xml b/dev-perl/Contextual-Return/metadata.xml
new file mode 100644
index 000000000000..056ad389507d
--- /dev/null
+++ b/dev-perl/Contextual-Return/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>
+ <maintainer>
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>