summaryrefslogtreecommitdiff
path: root/dev-perl/Taint-Util
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Taint-Util
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Taint-Util')
-rw-r--r--dev-perl/Taint-Util/Manifest3
-rw-r--r--dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild19
-rw-r--r--dev-perl/Taint-Util/metadata.xml12
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Taint-Util/Manifest b/dev-perl/Taint-Util/Manifest
new file mode 100644
index 000000000000..2f1b28865d40
--- /dev/null
+++ b/dev-perl/Taint-Util/Manifest
@@ -0,0 +1,3 @@
+DIST Taint-Util-0.08.tar.gz 14862 BLAKE2B be409ce5b6c636ce12abca024ad2098954e7504c80ef9fee64198c5b491143c132b41d8e9a3ceec2e058e4973998a1a658c249f9e2c357cc5d66c844a5c1e90e SHA512 78a1ec5af26a21de4d63455caa401d26b7cfc58e32c33ab5ca1fa75063856c3866b8deba19dba518e0138c65d2cad184b1c682cd48b68d1ed4c0570017d0f7a8
+EBUILD Taint-Util-0.80.0-r1.ebuild 416 BLAKE2B 6cb22f729ce619132798aac220acdc7632dd765ebf03d286c243663b5d414b4d734348940b4ab52870c53043fdcd9e26ab15b2962ea839b312db0d6502a63c93 SHA512 242bd4ecdd596815555c0f8d04c1057728e4d5ea31ba45b28215ab863590f709a2d3b93278a73bf44154798796aa6d933cf4b2294df99e623eca09af0e8c1076
+MISC metadata.xml 392 BLAKE2B 221c85f6f8c5c0065136eb5679d628665e0cb46f9184ec1cabd212929860e69e3ee3d97ad79dcc54359ecc3f76f50857eb4fd273a2ad0c66fd0a442185ada47b SHA512 8bf5e3f71951fa85a55e4a25bc706825cc6609f8622ca7b05aed5036153928528a25650890bb1d264ec9bb8066c5f9da94164cc5df58d176366846f71df12e64
diff --git a/dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild b/dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild
new file mode 100644
index 000000000000..d994a6983a51
--- /dev/null
+++ b/dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=AVAR
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="Test for and flip the taint flag without regex matches or eval"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-XSLoader"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
diff --git a/dev-perl/Taint-Util/metadata.xml b/dev-perl/Taint-Util/metadata.xml
new file mode 100644
index 000000000000..2b25990b0f4e
--- /dev/null
+++ b/dev-perl/Taint-Util/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Taint-Util</remote-id>
+ <remote-id type="cpan-module">Taint::Util</remote-id>
+ </upstream>
+</pkgmetadata>