* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Taint-Util/
@ 2016-09-05 5:47 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2016-09-05 5:47 UTC (permalink / raw
To: gentoo-commits
commit: b9c79843be061068f09f538721bf477b52634696
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 5 05:36:42 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 5 05:46:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c79843
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
dev-perl/Taint-Util/Manifest | 1 +
dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild | 20 ++++++++++++++++++++
dev-perl/Taint-Util/metadata.xml | 12 ++++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-perl/Taint-Util/Manifest b/dev-perl/Taint-Util/Manifest
new file mode 100644
index 00000000..5b90119
--- /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 00000000..ef11d0b
--- /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 00000000..2b25990
--- /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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Taint-Util/
@ 2021-08-13 19:17 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-08-13 19:17 UTC (permalink / raw
To: gentoo-commits
commit: 229f55378356976d67fd51ab6d61081e08155228
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 18:47:20 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 19:16:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229f5537
dev-perl/Taint-Util: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...int-Util-0.80.0-r1.ebuild => Taint-Util-0.80.0-r2.ebuild} | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild b/dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild
similarity index 69%
rename from dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild
rename to dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild
index e9b9495c5ce..4a94d8be6d4 100644
--- a/dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild
+++ b/dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=AVAR
DIST_VERSION=0.08
@@ -10,11 +10,11 @@ inherit perl-module
DESCRIPTION="Test for and flip the taint flag without regex matches or eval"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="virtual/perl-XSLoader"
-DEPEND="${RDEPEND}
+RDEPEND="
+ virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Taint-Util/
@ 2022-10-31 16:38 Agostino Sarubbo
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2022-10-31 16:38 UTC (permalink / raw
To: gentoo-commits
commit: 189e44383bf9ba9caf2199e0eee0f0875c1c7317
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 16:37:29 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 16:37:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189e4438
dev-perl/Taint-Util: Stabilize 0.80.0-r2 amd64, #877713
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild b/dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild
index 4a94d8be6d41..85fce1311468 100644
--- a/dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild
+++ b/dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Test for and flip the taint flag without regex matches or eval"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="
virtual/perl-XSLoader
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-31 16:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-05 5:47 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Taint-Util/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2021-08-13 19:17 Andreas K. Hüttel
2022-10-31 16:38 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox