[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2023-07-24 Thread Jakov Smolić
commit: f954f747ca7ae9ff918e24cf1fa712a5c1149c4f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 12:06:20 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 12:06:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f954f747

dev-perl/Test-Time: Stabilize 0.92.0 amd64, #910807

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.92.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.92.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.92.0.ebuild
index 3be16c865767..686af2eeec17 100644
--- a/dev-perl/Test-Time/Test-Time-0.92.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.92.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2023-07-24 Thread Jakov Smolić
commit: 2e3a52aa271475e0379733c1c3035991217eab6f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 11:03:12 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 11:03:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3a52aa

dev-perl/Test-Time: Stabilize 0.92.0 x86, #910807

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.92.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.92.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.92.0.ebuild
index ce31a1a9f9f4..3be16c865767 100644
--- a/dev-perl/Test-Time/Test-Time-0.92.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.92.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2023-06-17 Thread Sam James
commit: 885f45c46d6be3cb07a278ec0ba4102aae8f4758
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 18 03:37:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 18 03:37:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885f45c4

dev-perl/Test-Time: add 0.92.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Time/Manifest|  1 +
 dev-perl/Test-Time/Test-Time-0.92.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/Test-Time/Manifest b/dev-perl/Test-Time/Manifest
index bd0a4eb947fe..ae49bf3f55db 100644
--- a/dev-perl/Test-Time/Manifest
+++ b/dev-perl/Test-Time/Manifest
@@ -1 +1,2 @@
 DIST Test-Time-0.08.tar.gz 53848 BLAKE2B 
6fdb0c6e778c8a46053443b95143b4722c615fe881ab718c0aafce896fea001f462a269bff2a97816be5e884e9c79d0798df23e7a94423e2541a91445259a0b5
 SHA512 
77f77f0f3aab033e1dd02c92ebae734a496e8c2e070f908ee73a70197971839009118f10c2e0ff2562172f4da62262eb2d67a05796c9dc77a46efaa9113f99df
+DIST Test-Time-0.092.tar.gz 54209 BLAKE2B 
130c5e695cf81bd89c93865c5ce4aca6c2f4f26e9acc26df414de6dccaabda168b8b90ca4773e2a06e859f1fe817de380d1b6b629688b731b364b3ba1e69bdf5
 SHA512 
1eda8619bbe2e71992b0cf057ec33a610be9db70cc0708fa429686c7158985b28b593bc2fe9ca0f6b79862ac19bb124f763e40787e2f09e0f11adfd64ac50944

diff --git a/dev-perl/Test-Time/Test-Time-0.92.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.92.0.ebuild
new file mode 100644
index ..ba6ffad99b49
--- /dev/null
+++ b/dev-perl/Test-Time/Test-Time-0.92.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ANATOFUZ
+DIST_VERSION=0.092
+inherit perl-module
+
+DESCRIPTION="Overrides the time() and sleep() core functions for testing"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   virtual/perl-Test-Simple
+"
+BDEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2022-12-10 Thread Arthur Zamarin
commit: afbd8775b18203586fd94775ba3fdc4a3697e6f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 18:34:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 18:34:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbd8775

dev-perl/Test-Time: Stabilize 0.80.0 arm64, #885325

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
index a32cb9cf4dc1..96470a18bbb9 100644
--- a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2022-12-10 Thread Arthur Zamarin
commit: c9069261087aca4b005d1b71937fa5bd62dfee81
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 18:25:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 18:25:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9069261

dev-perl/Test-Time: Stabilize 0.80.0 arm, #885325

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
index 19f1a1f7fdbb..a32cb9cf4dc1 100644
--- a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2022-11-14 Thread Sam James
commit: 77e3d93e37ec2fa0c4421d939f576295b4c1553e
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov 15 04:36:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 15 04:36:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e3d93e

dev-perl/Test-Time: Keyword 0.80.0 hppa, #878933

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
index 983dee1c5bc6..19f1a1f7fdbb 100644
--- a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2022-10-31 Thread Arthur Zamarin
commit: d43ad59347d3acfe54a9b4d3582153afed19e44c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov  1 04:23:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov  1 04:23:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43ad593

dev-perl/Test-Time: Keyword 0.80.0 arm64, #878933

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
index 9826fb716c0e..983dee1c5bc6 100644
--- a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2022-09-27 Thread Jakov Smolić
commit: 328d1e942c234cebac3c7ea46d143c4616661a2f
Author: Yu Gu  gmail  com>
AuthorDate: Thu Sep 22 11:52:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Sep 27 12:01:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328d1e94

dev-perl/Test-Time: Keyword 0.80.0 riscv, #872365

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.80.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
index 8d3a2c6fa2c4..26a5dbe7a056 100644
--- a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2021-12-10 Thread Andreas K. Hüttel
commit: 9c4dd38d72468fbe31e97262b7e2aee8e7c7713d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Dec 10 20:47:31 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Dec 10 20:55:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4dd38d

dev-perl/Test-Time: Remove old

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

 dev-perl/Test-Time/Manifest|  1 -
 dev-perl/Test-Time/Test-Time-0.50.0.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/Test-Time/Manifest b/dev-perl/Test-Time/Manifest
index 56409e67f52e..bd0a4eb947fe 100644
--- a/dev-perl/Test-Time/Manifest
+++ b/dev-perl/Test-Time/Manifest
@@ -1,2 +1 @@
-DIST Test-Time-0.05.tar.gz 9863 BLAKE2B 
82ab4b94c7c9cb7d3bb2bfee19389fd4bbf990e16459270a3bac80011a8930af6c06dc88055a132246f2f38b33d1e604d81a54920e370cf38a32276276db5bb8
 SHA512 
d06a0962344df8debf71aa0b9afc4618d63662edaa8645243977b83f27623aac92352806aab949cd9a32aea96ab74fcae90db2b5a02e69f6a9077a2415acdcb5
 DIST Test-Time-0.08.tar.gz 53848 BLAKE2B 
6fdb0c6e778c8a46053443b95143b4722c615fe881ab718c0aafce896fea001f462a269bff2a97816be5e884e9c79d0798df23e7a94423e2541a91445259a0b5
 SHA512 
77f77f0f3aab033e1dd02c92ebae734a496e8c2e070f908ee73a70197971839009118f10c2e0ff2562172f4da62262eb2d67a05796c9dc77a46efaa9113f99df

diff --git a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
deleted file mode 100644
index 5608ba75e653..
--- a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SATOH
-DIST_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION="Overrides the time() and sleep() core functions for testing"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="
-   virtual/perl-Test-Simple
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
-"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2021-12-04 Thread Sam James
commit: 0de7fcb555bf02890660092b34ffa81b738aeda1
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:04:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:04:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de7fcb5

dev-perl/Test-Time: Stabilize 0.80.0 ppc, #828199

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
index 427bc9ad56a9..143260254d96 100644
--- a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
 
 RDEPEND="
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2021-12-04 Thread Sam James
commit: 6be50a834190d4f21fc095364123a41b03cc0313
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:01:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:01:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be50a83

dev-perl/Test-Time: Stabilize 0.80.0 x86, #828199

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
index cc9f2b4ec637..427bc9ad56a9 100644
--- a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc x86"
 
 RDEPEND="
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2021-12-04 Thread Sam James
commit: 84ea4b1fa3db6a3edaff169656593387db7e67b9
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 03:32:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 03:32:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ea4b1f

dev-perl/Test-Time: Stabilize 0.80.0 ppc64, #828199

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
index 406706c0797d..cc9f2b4ec637 100644
--- a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
 
 RDEPEND="
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2021-12-04 Thread Sam James
commit: 83ff71e6519bae4d2a83d777b6f12c9bf5ec8006
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 03:02:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 03:02:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ff71e6

dev-perl/Test-Time: Stabilize 0.80.0 amd64, #828199

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
index 8840c3ad187e..406706c0797d 100644
--- a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
virtual/perl-Test-Simple



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2021-09-22 Thread Andreas K. Hüttel
commit: ac3842c161844617032f4b5732ac16fc5a016324
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Sep 21 21:01:36 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Sep 22 19:26:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3842c1

dev-perl/Test-Time: Version bump 0.08

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

 dev-perl/Test-Time/Manifest|  1 +
 dev-perl/Test-Time/Test-Time-0.80.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-perl/Test-Time/Manifest b/dev-perl/Test-Time/Manifest
index ece3ad904a3..56409e67f52 100644
--- a/dev-perl/Test-Time/Manifest
+++ b/dev-perl/Test-Time/Manifest
@@ -1 +1,2 @@
 DIST Test-Time-0.05.tar.gz 9863 BLAKE2B 
82ab4b94c7c9cb7d3bb2bfee19389fd4bbf990e16459270a3bac80011a8930af6c06dc88055a132246f2f38b33d1e604d81a54920e370cf38a32276276db5bb8
 SHA512 
d06a0962344df8debf71aa0b9afc4618d63662edaa8645243977b83f27623aac92352806aab949cd9a32aea96ab74fcae90db2b5a02e69f6a9077a2415acdcb5
+DIST Test-Time-0.08.tar.gz 53848 BLAKE2B 
6fdb0c6e778c8a46053443b95143b4722c615fe881ab718c0aafce896fea001f462a269bff2a97816be5e884e9c79d0798df23e7a94423e2541a91445259a0b5
 SHA512 
77f77f0f3aab033e1dd02c92ebae734a496e8c2e070f908ee73a70197971839009118f10c2e0ff2562172f4da62262eb2d67a05796c9dc77a46efaa9113f99df

diff --git a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
new file mode 100644
index 000..8840c3ad187
--- /dev/null
+++ b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SATOH
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="Overrides the time() and sleep() core functions for testing"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   virtual/perl-Test-Simple
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2018-07-21 Thread Kent Fredric
commit: 91ac0c5c94aae51970a22bbba5068c68cf3da6c3
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul 21 13:01:01 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 21 13:26:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ac0c5c

dev-perl/Test-Time: Cleanup old version 0.40.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Test-Time/Manifest|  1 -
 dev-perl/Test-Time/Test-Time-0.40.0.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-perl/Test-Time/Manifest b/dev-perl/Test-Time/Manifest
index 6c97399d1f4..ece3ad904a3 100644
--- a/dev-perl/Test-Time/Manifest
+++ b/dev-perl/Test-Time/Manifest
@@ -1,2 +1 @@
-DIST Test-Time-0.04.tar.gz 45534 BLAKE2B 
34f51aa18f2044e6e0719823ad2701fdd1dd6504873153eb3fafc577c973b13d84f1c57cfc06353397b932c0a77c2334b22200dec4683e65595be0e5583b1b6a
 SHA512 
99d258d8257dd858eab5f95211c8bb2c071155c63ec6af577541f7446c75c39329d249e9fd43d9d688d7c30a104953aa0b3774aec9b3ffc0fd96d1947d844c24
 DIST Test-Time-0.05.tar.gz 9863 BLAKE2B 
82ab4b94c7c9cb7d3bb2bfee19389fd4bbf990e16459270a3bac80011a8930af6c06dc88055a132246f2f38b33d1e604d81a54920e370cf38a32276276db5bb8
 SHA512 
d06a0962344df8debf71aa0b9afc4618d63662edaa8645243977b83f27623aac92352806aab949cd9a32aea96ab74fcae90db2b5a02e69f6a9077a2415acdcb5

diff --git a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
deleted file mode 100644
index 79c1582c3dc..000
--- a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SATOH
-MODULE_VERSION=0.04
-inherit perl-module
-
-DESCRIPTION="Overrides the time() and sleep() core functions for testing"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.360.0
-   test? (
-   dev-perl/File-Slurp
-   )
-"
-
-SRC_TEST="do parallel"
-
-src_prepare() {
-   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
-   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2018-06-26 Thread Tobias Klausmann
commit: b21384ec40e4546f2c8b0706da93f07b42ac5a00
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun 26 14:02:15 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun 26 14:03:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21384ec

dev-perl/Test-Time-0.50.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/657690

 dev-perl/Test-Time/Test-Time-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
index 74b46b3b4c6..3b7f35e49ee 100644
--- a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2018-06-11 Thread Sergei Trofimovich
commit: 781d2a4534435c8feefc94571a0852ab07a55820
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 11 16:55:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 11 17:08:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781d2a45

dev-perl/Test-Time: stable 0.50.0 for sparc

Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-perl/Test-Time/Test-Time-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
index 9e3f50a7139..6c29493af22 100644
--- a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2018-06-10 Thread Sergei Trofimovich
commit: 00cd73438f7cf4ab13098561fc2436005a862317
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 10 22:44:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 10 23:02:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cd7343

dev-perl/Test-Time: stable 0.50.0 for ia64, bug #657690

Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 dev-perl/Test-Time/Test-Time-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
index b59756e0fd8..9e3f50a7139 100644
--- a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2018-06-10 Thread Aaron Bauman
commit: c13077b6c3b16f0bd88e866f33cc79f18a77ade9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jun 10 19:27:00 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun 10 19:33:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13077b6

dev-perl/Test-Time: amd64 stable wrt bug #657690

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Test-Time/Test-Time-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
index 1eb5aeff832..b59756e0fd8 100644
--- a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2018-06-10 Thread Thomas Deutschmann
commit: 5393b8e32804a686004645a4134be872a0dbc5cb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 10 17:18:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 10 17:42:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5393b8e3

dev-perl/Test-Time: x86 stable (bug #657690)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Test-Time/Test-Time-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
index afdd0a1fa7f..1eb5aeff832 100644
--- a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2018-03-06 Thread Kent Fredric
commit: 33ce33527885ed60bb2de6aa4d430512dc7044a2
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Mar  6 08:08:47 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Mar  6 08:16:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ce3352

dev-perl/Test-Time: Bump to version 0.50.0

- EAPI6
- Add remote-id's to metadata.xml

Upstream:
- Fixes for '.' in @INC
- Remove unused prereqs

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Test-Time/Manifest|  1 +
 dev-perl/Test-Time/Test-Time-0.50.0.ebuild | 21 +
 dev-perl/Test-Time/metadata.xml|  4 
 3 files changed, 26 insertions(+)

diff --git a/dev-perl/Test-Time/Manifest b/dev-perl/Test-Time/Manifest
index b214310e9b7..6c97399d1f4 100644
--- a/dev-perl/Test-Time/Manifest
+++ b/dev-perl/Test-Time/Manifest
@@ -1 +1,2 @@
 DIST Test-Time-0.04.tar.gz 45534 BLAKE2B 
34f51aa18f2044e6e0719823ad2701fdd1dd6504873153eb3fafc577c973b13d84f1c57cfc06353397b932c0a77c2334b22200dec4683e65595be0e5583b1b6a
 SHA512 
99d258d8257dd858eab5f95211c8bb2c071155c63ec6af577541f7446c75c39329d249e9fd43d9d688d7c30a104953aa0b3774aec9b3ffc0fd96d1947d844c24
+DIST Test-Time-0.05.tar.gz 9863 BLAKE2B 
82ab4b94c7c9cb7d3bb2bfee19389fd4bbf990e16459270a3bac80011a8930af6c06dc88055a132246f2f38b33d1e604d81a54920e370cf38a32276276db5bb8
 SHA512 
d06a0962344df8debf71aa0b9afc4618d63662edaa8645243977b83f27623aac92352806aab949cd9a32aea96ab74fcae90db2b5a02e69f6a9077a2415acdcb5

diff --git a/dev-perl/Test-Time/Test-Time-0.50.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
new file mode 100644
index 000..afdd0a1fa7f
--- /dev/null
+++ b/dev-perl/Test-Time/Test-Time-0.50.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SATOH
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Overrides the time() and sleep() core functions for testing"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+"

diff --git a/dev-perl/Test-Time/metadata.xml b/dev-perl/Test-Time/metadata.xml
index 2b9a936fc0a..37633a4a9c9 100644
--- a/dev-perl/Test-Time/metadata.xml
+++ b/dev-perl/Test-Time/metadata.xml
@@ -5,4 +5,8 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+Test-Time
+Test::Time
+  
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2017-06-13 Thread Kent Fredric
commit: aadae92338e30a35e5c013dde9baec55604c5649
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jun 13 10:33:03 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jun 13 10:33:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadae923

dev-perl/Test-Time: Fix for '.' in @INC re bug #614418

Generic Module::Install fix

Bug: https://bugs.gentoo.org/614418
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Test-Time/Test-Time-0.40.0.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
index 1fa7a4776a0..79c1582c3dc 100644
--- a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
@@ -22,3 +22,9 @@ DEPEND="${RDEPEND}
 "
 
 SRC_TEST="do parallel"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2017-03-14 Thread Agostino Sarubbo
commit: b4fb06e89fbfc27fb5cc6dd5aa22bb02f97e8782
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 14 14:28:25 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 14 14:28:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4fb06e8

dev-perl/Test-Time: amd64 stable wrt bug #612558

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Test-Time/Test-Time-0.40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
index 221c779b870..c64ae00fd96 100644
--- a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2017-01-26 Thread Tobias Klausmann
commit: 9345b66148df569a7a16600d84de14dce8bceee9
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Jan 26 11:43:11 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Jan 26 14:04:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9345b661

dev-perl/Test-Time-0.40.0-r0: keyworded for ~alpha

Gentoo-Bug: 577100

 dev-perl/Test-Time/Test-Time-0.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
index a3ff9e3..82686e0 100644
--- a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2016-05-06 Thread Andreas Hüttel
commit: 5112d4d29b72c9b332f0835666b8ed85b7d2242f
Author: Kent Fredric  gmail  com>
AuthorDate: Wed May  4 06:08:38 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri May  6 22:30:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5112d4d2

dev-perl/Test-Time: Fix missing test dependency on dev-perl/File-Slurp

Really, the right thing here to do would be install dev-perl/Test-Name-FromLine
as per stated dependencies in Makefile.PL, which then in turn will pull 
File-Slurp.

However, this module ships Test::Name::FromLine in inc/ and consumes it from 
there anyway,
  degrading this actual usage to only File::Slurp.

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Test-Time/Test-Time-0.40.0.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
index a1a15aa..a3ff9e3 100644
--- a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
+++ b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,11 +12,14 @@ DESCRIPTION="Overrides the time() and sleep() core 
functions for testing"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.360.0
+   test? (
+   dev-perl/File-Slurp
+   )
 "
 
 SRC_TEST="do parallel"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Time/

2015-09-20 Thread Andreas Hüttel
commit: 4e35312d82d8113c441a8c7472fa59ef3bd85512
Author: Andreas K. Huettel (dilfridge)  gentoo  org>
AuthorDate: Sun Sep 20 20:27:57 2015 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Sep 20 20:45:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e35312d

dev-perl/Test-Time: New package, needed by dev-perl/Plack

Package-Manager: portage-2.2.20.1

 dev-perl/Test-Time/Manifest|  1 +
 dev-perl/Test-Time/Test-Time-0.40.0.ebuild | 22 ++
 dev-perl/Test-Time/metadata.xml|  5 +
 3 files changed, 28 insertions(+)

diff --git a/dev-perl/Test-Time/Manifest b/dev-perl/Test-Time/Manifest
new file mode 100644
index 000..72f4554
--- /dev/null
+++ b/dev-perl/Test-Time/Manifest
@@ -0,0 +1 @@
+DIST Test-Time-0.04.tar.gz 45534 SHA256 
d8c1bc57f9767ae8122fc4ab873bd991cb9ea8e9422c66399acb66770fa5c2ea SHA512 
99d258d8257dd858eab5f95211c8bb2c071155c63ec6af577541f7446c75c39329d249e9fd43d9d688d7c30a104953aa0b3774aec9b3ffc0fd96d1947d844c24
 WHIRLPOOL 
22ed4fdc63f7668ab8175507d730c6ae0626ede5911025478bd2efa610443f9a32d7f8b6bc1515abe457f6f94016d5b214d4fa263b1ce7d2cb7b40163f2e7af1

diff --git a/dev-perl/Test-Time/Test-Time-0.40.0.ebuild 
b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
new file mode 100644
index 000..a1a15aa
--- /dev/null
+++ b/dev-perl/Test-Time/Test-Time-0.40.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=SATOH
+MODULE_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Overrides the time() and sleep() core functions for testing"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+"
+
+SRC_TEST="do parallel"

diff --git a/dev-perl/Test-Time/metadata.xml b/dev-perl/Test-Time/metadata.xml
new file mode 100644
index 000..36ee0f0
--- /dev/null
+++ b/dev-perl/Test-Time/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  perl
+