summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Taint-Runtime/ChangeLog9
-rw-r--r--dev-perl/Taint-Runtime/Taint-Runtime-0.30.0.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Taint-Runtime/ChangeLog b/dev-perl/Taint-Runtime/ChangeLog
index 17b932f6a639..53b8f5491d51 100644
--- a/dev-perl/Taint-Runtime/ChangeLog
+++ b/dev-perl/Taint-Runtime/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Taint-Runtime/ChangeLog,v 1.2 2011/08/28 18:29:24 tove Exp $
+
+*Taint-Runtime-0.30.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Taint-Runtime-0.30.0.ebuild:
+ Change version scheme
*Taint-Runtime-0.03 (23 Jun 2009)
diff --git a/dev-perl/Taint-Runtime/Taint-Runtime-0.30.0.ebuild b/dev-perl/Taint-Runtime/Taint-Runtime-0.30.0.ebuild
new file mode 100644
index 000000000000..11989f13265f
--- /dev/null
+++ b/dev-perl/Taint-Runtime/Taint-Runtime-0.30.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2011 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.30.0.ebuild,v 1.1 2011/08/28 18:29:23 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=RHANDOM
+MODULE_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="Runtime enable taint checking"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SRC_TEST=do