Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Shellwords/
Date: Sun, 26 Sep 2021 11:24:47
Message-Id: 1632655447.3c47976a736607d47385640a2411fa9550950441.dilfridge@gentoo
1 commit: 3c47976a736607d47385640a2411fa9550950441
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 11:11:40 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 11:24:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c47976a
7
8 dev-perl/Text-Shellwords: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...llwords-1.80.0-r1.ebuild => Text-Shellwords-1.80.0-r2.ebuild} | 9 +++------
14 1 file changed, 3 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r1.ebuild b/dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r2.ebuild
17 similarity index 82%
18 rename from dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r1.ebuild
19 rename to dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r2.ebuild
20 index 027623d695d..e7e1a5ab6a9 100644
21 --- a/dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r1.ebuild
22 +++ b/dev-perl/Text-Shellwords/Text-Shellwords-1.80.0-r2.ebuild
23 @@ -1,16 +1,13 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=8
29
30 -MODULE_AUTHOR=LDS
31 -MODULE_VERSION=1.08
32 +DIST_AUTHOR=LDS
33 +DIST_VERSION=1.08
34 inherit perl-module
35
36 DESCRIPTION="Parse text and return a set of tokens using the same rules as the Unix shell"
37
38 SLOT="0"
39 KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
40 -IUSE=""
41 -
42 -SRC_TEST="do"