Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-perl/Text-ParseWords/
Date: Sat, 10 Oct 2020 02:49:53
Message-Id: 1602296653.8c00a298c9053d2139342d66a9553057c6da2ed0.epsilon-0@gentoo
1 commit: 8c00a298c9053d2139342d66a9553057c6da2ed0
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sat Oct 10 02:24:13 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sat Oct 10 02:24:13 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8c00a298
7
8 dev-perl/Text-ParseWords: version bump to 3.30
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 ...ParseWords-3.27.ebuild => Text-ParseWords-3.30.ebuild} | 15 ++++++---------
14 1 file changed, 6 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-perl/Text-ParseWords/Text-ParseWords-3.27.ebuild b/dev-perl/Text-ParseWords/Text-ParseWords-3.30.ebuild
17 similarity index 61%
18 rename from dev-perl/Text-ParseWords/Text-ParseWords-3.27.ebuild
19 rename to dev-perl/Text-ParseWords/Text-ParseWords-3.30.ebuild
20 index df9259b4c..d29e96fa0 100644
21 --- a/dev-perl/Text-ParseWords/Text-ParseWords-3.27.ebuild
22 +++ b/dev-perl/Text-ParseWords/Text-ParseWords-3.30.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=7
30
31 -MODULE_AUTHOR="CHORNY"
32 -MODULE_A_EXT="zip"
33 +DIST_AUTHOR="CHORNY"
34 +DIST_A_EXT="tar.gz"
35
36 inherit perl-module
37
38 @@ -13,8 +13,5 @@ DESCRIPTION="Parse strings containing shell-style quoting"
39 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
40 SLOT="0"
41 KEYWORDS="~amd64 ~x86"
42 -IUSE=""
43 -
44 -DEPEND="dev-lang/perl"
45 -
46 -RDEPEND="${DEPEND}"
47 +IUSE="test"
48 +RESTRICT="!test? ( test )"