summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:46:23 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:46:23 +0000
commitff51b0bdf84514ce38212bb1acf614b7582c0163 (patch)
tree37384f2d89b40c4bd72809a789380d6d2666254f /dev-perl/Taint-Runtime
parentInitial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff)
downloadgentoo-2-ff51b0bdf84514ce38212bb1acf614b7582c0163.tar.gz
gentoo-2-ff51b0bdf84514ce38212bb1acf614b7582c0163.tar.bz2
gentoo-2-ff51b0bdf84514ce38212bb1acf614b7582c0163.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/Taint-Runtime')
-rw-r--r--dev-perl/Taint-Runtime/ChangeLog10
-rw-r--r--dev-perl/Taint-Runtime/Taint-Runtime-0.03.ebuild17
-rw-r--r--dev-perl/Taint-Runtime/metadata.xml8
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Taint-Runtime/ChangeLog b/dev-perl/Taint-Runtime/ChangeLog
new file mode 100644
index 000000000000..17b932f6a639
--- /dev/null
+++ b/dev-perl/Taint-Runtime/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Taint-Runtime
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Taint-Runtime/ChangeLog,v 1.1 2009/06/23 07:46:23 robbat2 Exp $
+
+*Taint-Runtime-0.03 (23 Jun 2009)
+
+ 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Taint-Runtime-0.03.ebuild, +metadata.xml:
+ Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
+
diff --git a/dev-perl/Taint-Runtime/Taint-Runtime-0.03.ebuild b/dev-perl/Taint-Runtime/Taint-Runtime-0.03.ebuild
new file mode 100644
index 000000000000..7a12b7512169
--- /dev/null
+++ b/dev-perl/Taint-Runtime/Taint-Runtime-0.03.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Taint-Runtime/Taint-Runtime-0.03.ebuild,v 1.1 2009/06/23 07:46:23 robbat2 Exp $
+
+EAPI=2
+MODULE_AUTHOR="RHANDOM"
+
+inherit perl-module
+
+DESCRIPTION="Runtime enable taint checking"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
diff --git a/dev-perl/Taint-Runtime/metadata.xml b/dev-perl/Taint-Runtime/metadata.xml
new file mode 100644
index 000000000000..056ad389507d
--- /dev/null
+++ b/dev-perl/Taint-Runtime/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>