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/Getopt-Tabular/
Date: Sat, 30 Oct 2021 18:46:51
Message-Id: 1635619573.99d815ea8f327c89d4f6c5195bc0e30390844320.dilfridge@gentoo
1 commit: 99d815ea8f327c89d4f6c5195bc0e30390844320
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 18:37:33 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 18:46:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d815ea
7
8 dev-perl/Getopt-Tabular: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...-Tabular-0.300.0-r1.ebuild => Getopt-Tabular-0.300.0-r2.ebuild} | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r2.ebuild
17 similarity index 75%
18 rename from dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild
19 rename to dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r2.ebuild
20 index 4d4d8421af9..55ebee00785 100644
21 --- a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild
22 +++ b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r2.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=GWARD
32 -DIST_VERSION="0.3"
33 +DIST_VERSION=0.3
34 DIST_EXAMPLES=("demo")
35 inherit perl-module
36
37 @@ -12,4 +12,3 @@ DESCRIPTION="Table-driven argument parsing with help text"
38
39 SLOT="0"
40 KEYWORDS="~amd64 ~arm ~x86"
41 -IUSE=""