* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-Tabular/
@ 2017-10-24 2:43 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-10-24 2:43 UTC (permalink / raw
To: gentoo-commits
commit: a0b7e8ccda063e09d602aeba957ee40a06fa6bcc
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 00:10:02 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 01:48:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b7e8cc
dev-perl/Getopt-Tabular: Enable tests
- EAPI6ify
- Normalize version
- Enable tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild
new file mode 100644
index 00000000000..4d4d8421af9
--- /dev/null
+++ b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GWARD
+DIST_VERSION="0.3"
+DIST_EXAMPLES=("demo")
+inherit perl-module
+
+DESCRIPTION="Table-driven argument parsing with help text"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-Tabular/
@ 2018-06-09 1:24 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2018-06-09 1:24 UTC (permalink / raw
To: gentoo-commits
commit: a34ee46dd88096ef92a524ea7f19fc220997156c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 8 12:43:12 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun 9 01:24:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34ee46d
dev-perl/Getopt-Tabular: Cleanup old version 0.3
Package-Manager: Portage-2.3.29, Repoman-2.3.9
dev-perl/Getopt-Tabular/Getopt-Tabular-0.3.ebuild | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.3.ebuild b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.3.ebuild
deleted file mode 100644
index 3ace6b55599..00000000000
--- a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MODULE_AUTHOR="GWARD"
-MODULE_VERSION="0.3"
-
-inherit perl-module
-
-DESCRIPTION="Table-driven argument parsing with help text"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-Tabular/
@ 2021-10-30 18:46 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-10-30 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 99d815ea8f327c89d4f6c5195bc0e30390844320
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 18:37:33 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 18:46:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d815ea
dev-perl/Getopt-Tabular: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-Tabular-0.300.0-r1.ebuild => Getopt-Tabular-0.300.0-r2.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
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
similarity index 75%
rename from dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild
rename to dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r2.ebuild
index 4d4d8421af9..55ebee00785 100644
--- a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild
+++ b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=GWARD
-DIST_VERSION="0.3"
+DIST_VERSION=0.3
DIST_EXAMPLES=("demo")
inherit perl-module
@@ -12,4 +12,3 @@ DESCRIPTION="Table-driven argument parsing with help text"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-30 18:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-24 2:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-Tabular/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2018-06-09 1:24 Kent Fredric
2021-10-30 18:46 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox