public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exporter-Cluster/
@ 2020-08-19  6:06 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-19  6:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6e585436eb4f861de2786814334182e95d3f80d1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 06:05:20 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 06:05:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e585436

dev-perl/Exporter-Cluster: -r bump for EAPI7

- EAPI7
- Parallel tests
- Remove unused/empty variable assignments

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild     | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild b/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild
new file mode 100644
index 00000000000..5e3e3f5e543
--- /dev/null
+++ b/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DHAGEMAN
+DIST_VERSION=0.31
+inherit perl-module
+
+DESCRIPTION="Extension for easy multiple module imports"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exporter-Cluster/
@ 2021-05-28 21:30 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-28 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     57bbf552b8522ad2b84c3a47d7e7ac251035a822
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 21:01:37 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 28 21:29:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57bbf552

dev-perl/Exporter-Cluster: Stable for all

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild b/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild
index 5e3e3f5e543..d2880adbaf7 100644
--- a/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild
+++ b/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="Extension for easy multiple module imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 x86"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exporter-Cluster/
@ 2021-05-28 21:30 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-28 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1e4779cf630fdd59f0b51e9d4546ecada666da08
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 21:01:52 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 28 21:29:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4779cf

dev-perl/Exporter-Cluster: Remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Exporter-Cluster/Exporter-Cluster-0.310.0-r1.ebuild  | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r1.ebuild b/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r1.ebuild
deleted file mode 100644
index 35eb7463e39..00000000000
--- a/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r1.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=DHAGEMAN
-MODULE_VERSION=0.31
-inherit perl-module
-
-DESCRIPTION="Extension for easy multiple module imports"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 x86"
-IUSE=""
-
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-28 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-28 21:30 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exporter-Cluster/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-05-28 21:30 Andreas K. Hüttel
2020-08-19  6:06 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox