public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Leapyear/
@ 2020-07-24  7:41 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-07-24  7:41 UTC (permalink / raw
  To: gentoo-commits

commit:     1b3ae5a395b9e16456a00c72f31e438ae31a97ca
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 07:40:58 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 07:40:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3ae5a3

dev-perl/Date-Leapyear: -r bump for EAPI7

- EAPI7
- Improve dependencies
- Parallel tests

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

 .../Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild  | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild
new file mode 100644
index 00000000000..b14728d0435
--- /dev/null
+++ b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RBOW
+DIST_VERSION=1.72
+inherit perl-module
+
+DESCRIPTION="Simple Perl module that tracks Gregorian leap years"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Leapyear/
@ 2021-05-15 23:32 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-15 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     3fa7604502cac26ac5a2de111f4ca881d5ac37b2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 23:23:44 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 23:32:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa76045

dev-perl/Date-Leapyear: Remove old

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

 dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r1.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r1.ebuild b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r1.ebuild
deleted file mode 100644
index 4ab869fd903..00000000000
--- a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RBOW
-MODULE_VERSION=1.72
-inherit perl-module
-
-DESCRIPTION="Simple Perl module that tracks Gregorian leap years"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 x86"
-IUSE=""
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Leapyear/
@ 2021-05-15 23:32 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-15 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     9e4e7ce89a837626018fd132a24c8fbc8db333b5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 23:23:23 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 23:31:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4e7ce8

dev-perl/Date-Leapyear: 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/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild
index b14728d0435..f4e5e70978c 100644
--- a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild
+++ b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.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,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Simple Perl module that tracks Gregorian leap years"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

end of thread, other threads:[~2021-05-15 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-15 23:32 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Leapyear/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-05-15 23:32 Andreas K. Hüttel
2020-07-24  7:41 Kent Fredric

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