* [gentoo-commits] repo/gentoo:master commit in: dev-perl/capitalization/
@ 2020-07-02 20:15 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-07-02 20:15 UTC (permalink / raw
To: gentoo-commits
commit: a7155031ec84995dd6e13e77d483508bd470fd95
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 20:14:32 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 20:14:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7155031
dev-perl/capitalization: -r bump for EAPI7
- EAPI7
- Parallel tests
- Remove empty/unused variable assignments
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/capitalization/capitalization-0.30.0-r2.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild b/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild
new file mode 100644
index 00000000000..55df105eac6
--- /dev/null
+++ b/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIYAGAWA
+DIST_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="no capitalization on method names"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="dev-perl/Devel-Symdump"
+BDEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/capitalization/
@ 2021-07-10 20:05 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-07-10 20:05 UTC (permalink / raw
To: gentoo-commits
commit: e7ea9bee481b997ca5e93fa0db69f0db26e12676
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 19:57:57 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 20:04:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ea9bee
dev-perl/capitalization: stable for all
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/capitalization/capitalization-0.30.0-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild b/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild
index 55df105eac6..3b22816dd7f 100644
--- a/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild
+++ b/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=MIYAGAWA
DIST_VERSION=0.03
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="no capitalization on method names"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
RDEPEND="dev-perl/Devel-Symdump"
BDEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/capitalization/
@ 2021-07-10 20:05 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-07-10 20:05 UTC (permalink / raw
To: gentoo-commits
commit: 31ce70f1f2809b46339412dc647870d27f1163c6
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 19:58:15 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 20:04:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ce70f1
dev-perl/capitalization: remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../capitalization/capitalization-0.30.0-r1.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-perl/capitalization/capitalization-0.30.0-r1.ebuild b/dev-perl/capitalization/capitalization-0.30.0-r1.ebuild
deleted file mode 100644
index da4fe24f815..00000000000
--- a/dev-perl/capitalization/capitalization-0.30.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION="no capitalization on method names"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="dev-perl/Devel-Symdump"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-07-10 20:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-10 20:05 [gentoo-commits] repo/gentoo:master commit in: dev-perl/capitalization/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-07-10 20:05 Andreas K. Hüttel
2020-07-02 20:15 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox