public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-TAI64/
@ 2018-03-16 23:32 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2018-03-16 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e24fd001c9c072f5a40d4101e643a54b38869231
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 23:31:44 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 23:31:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24fd001

dev-perl/Time-TAI64: EAPI6 + tests

- EAPI6ify
- Enable tests

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild b/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild
new file mode 100644
index 00000000000..964031eae02
--- /dev/null
+++ b/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=JOVAL
+DIST_VERSION=2.11
+inherit perl-module
+
+DESCRIPTION="Time manipulation in the TAI64* formats"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+		virtual/perl-Time-HiRes
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-TAI64/
@ 2018-07-21 13:27 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2018-07-21 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c9ba35d11a4d8a4876eef2553a997b52bb904088
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 13:21:41 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 13:26:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ba35d1

dev-perl/Time-TAI64: Cleanup old version 2.110.0-r1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Time-TAI64/Time-TAI64-2.110.0-r1.ebuild | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r1.ebuild b/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r1.ebuild
deleted file mode 100644
index bd77f7ecf72..00000000000
--- a/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JOVAL
-MODULE_VERSION=2.11
-inherit perl-module
-
-DESCRIPTION="Time manipulation in the TAI64* formats"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-TAI64/
@ 2019-07-08 16:09 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2019-07-08 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     de82cc25efeee40aa6571b6a872ea80450722652
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 16:05:50 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 16:09:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de82cc25

dev-perl/Time-TAI64: Fix unsorted keywords

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

 dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild b/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild
index 964031eae02..6a21f684d5c 100644
--- a/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild
+++ b/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Time manipulation in the TAI64* formats"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="test"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-TAI64/
@ 2021-09-29 19:01 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-09-29 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e28722cad6333d13f8ce7cf87ed42f12b27e4ac3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 29 18:57:46 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Sep 29 19:00:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28722ca

dev-perl/Time-TAI64: EAPI=8 bump

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

 ...{Time-TAI64-2.110.0-r2.ebuild => Time-TAI64-2.110.0-r3.ebuild} | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild b/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r3.ebuild
similarity index 78%
rename from dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild
rename to dev-perl/Time-TAI64/Time-TAI64-2.110.0-r3.ebuild
index ee96c5b827d..4e235c9f4a4 100644
--- a/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild
+++ b/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=JOVAL
 DIST_VERSION=2.11
@@ -11,11 +11,9 @@ DESCRIPTION="Time manipulation in the TAI64* formats"
 
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND=""
-DEPEND="
+BDEPEND="
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		virtual/perl-Test-Simple


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

end of thread, other threads:[~2021-09-29 19:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-08 16:09 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-TAI64/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-09-29 19:01 Andreas K. Hüttel
2018-07-21 13:27 Kent Fredric
2018-03-16 23:32 Kent Fredric

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