From: Kent Fredric Date: Mon, 5 Sep 2016 05:36:42 +0000 (+1200) Subject: dev-perl/Taint-Util: Added at 0.80.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b9c79843be061068f09f538721bf477b52634696;p=gentoo.git dev-perl/Taint-Util: Added at 0.80.0 Needed by Crypt-SMIME for tests. Previously maintained in ::perl-experimental since March 2011 by Torsten Veller and Kent Fredric Package-Manager: portage-2.3.0 --- diff --git a/dev-perl/Taint-Util/Manifest b/dev-perl/Taint-Util/Manifest new file mode 100644 index 000000000000..5b9011906743 --- /dev/null +++ b/dev-perl/Taint-Util/Manifest @@ -0,0 +1 @@ +DIST Taint-Util-0.08.tar.gz 14862 SHA256 78047c65237ee4ca2451bd8b44936db09a34a3925003eccf4255bcd7fdd9768c SHA512 78a1ec5af26a21de4d63455caa401d26b7cfc58e32c33ab5ca1fa75063856c3866b8deba19dba518e0138c65d2cad184b1c682cd48b68d1ed4c0570017d0f7a8 WHIRLPOOL a7f7954ce0c335467d6807cab3dc23cb5df6f0bf289fa5ff2a48c7577473f02487405891f530d900aa15ddb15e16684bc22059afdcf80c1d87b10da20efd0b0c 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..ef11d0bb6430 --- /dev/null +++ b/dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Taint-Util + Taint::Util + +