aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-10-10 02:24:13 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-10-10 02:24:13 +0000
commit8c00a298c9053d2139342d66a9553057c6da2ed0 (patch)
tree4043bfde3cc3a415ce615dcfaee9f9698252ea73
parentdev-perl/Time-Progress: version bump to 2.12 (diff)
downloadsci-8c00a298c9053d2139342d66a9553057c6da2ed0.tar.gz
sci-8c00a298c9053d2139342d66a9553057c6da2ed0.tar.bz2
sci-8c00a298c9053d2139342d66a9553057c6da2ed0.zip
dev-perl/Text-ParseWords: version bump to 3.30
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
-rw-r--r--dev-perl/Text-ParseWords/Manifest2
-rw-r--r--dev-perl/Text-ParseWords/Text-ParseWords-3.30.ebuild (renamed from dev-perl/Text-ParseWords/Text-ParseWords-3.27.ebuild)15
2 files changed, 7 insertions, 10 deletions
diff --git a/dev-perl/Text-ParseWords/Manifest b/dev-perl/Text-ParseWords/Manifest
index 80e2b7737..f7800c632 100644
--- a/dev-perl/Text-ParseWords/Manifest
+++ b/dev-perl/Text-ParseWords/Manifest
@@ -1 +1 @@
-DIST Text-ParseWords-3.27.zip 9740 BLAKE2B 32a8fa88ba1c27116e99d8ceddf67eae7d99e9f3c0f83ea707e1e0c54f32ccb8757802cf7e2a83064f6fbaa1210ab8bfe95bd05c06b3191ec340fb2c07445cdc SHA512 e4a5b53760f8f161eac031589024d6120d5edb3b127db5637eab6732c3f995caee0168778c3cec276335ee6a27082c752624e4e9a2a0e08b155a77cf9d1dcf6e
+DIST Text-ParseWords-3.30.tar.gz 6943 BLAKE2B ed0646c98e44cc0094bdcb10d171d3f00a98cf3307db18eddb7c2b8afbe49f4b67400ede9fe46856f0d153620708a4e1a085a14008f533f36570b81d2d3f5419 SHA512 b148160cd3bd3eeda6f28e16d59a855fc846d314d116ebf88feebb574b452188ddf803b42894c6480324ba69515ef038121def9f6dd6302d31cb37af589344ec
diff --git a/dev-perl/Text-ParseWords/Text-ParseWords-3.27.ebuild b/dev-perl/Text-ParseWords/Text-ParseWords-3.30.ebuild
index df9259b4c..d29e96fa0 100644
--- a/dev-perl/Text-ParseWords/Text-ParseWords-3.27.ebuild
+++ b/dev-perl/Text-ParseWords/Text-ParseWords-3.30.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-MODULE_AUTHOR="CHORNY"
-MODULE_A_EXT="zip"
+DIST_AUTHOR="CHORNY"
+DIST_A_EXT="tar.gz"
inherit perl-module
@@ -13,8 +13,5 @@ DESCRIPTION="Parse strings containing shell-style quoting"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-RDEPEND="${DEPEND}"
+IUSE="test"
+RESTRICT="!test? ( test )"