* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Timer/files/
@ 2020-02-03 8:06 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-02-03 8:06 UTC (permalink / raw
To: gentoo-commits
commit: 703604ed755bc5fca86c0db1a00ceace4cf2787a
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jan 2 06:59:45 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Feb 3 08:05:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703604ed
dev-perl/Test-Timer: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/14212
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Test-Timer/files/Test-Timer-2.06-prereqs.patch | 78 ----------------------
1 file changed, 78 deletions(-)
diff --git a/dev-perl/Test-Timer/files/Test-Timer-2.06-prereqs.patch b/dev-perl/Test-Timer/files/Test-Timer-2.06-prereqs.patch
deleted file mode 100644
index 9a279402f01..00000000000
--- a/dev-perl/Test-Timer/files/Test-Timer-2.06-prereqs.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-From 927f6de46507bbd02e44c3d91a9f774531618f64 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Wed, 7 Mar 2018 13:37:35 +1300
-Subject: Nuke useless dependencies from requirements
-
----
- Build.PL | 8 --------
- META.json | 4 ----
- META.yml | 4 ----
- 3 files changed, 16 deletions(-)
-
-diff --git a/Build.PL b/Build.PL
-index 6c38c8b..8cfc5f3 100644
---- a/Build.PL
-+++ b/Build.PL
-@@ -36,12 +36,8 @@ my %module_build_args = (
- "File::Spec" => 0,
- "IO::Handle" => 0,
- "IPC::Open3" => 0,
-- "Pod::Coverage::TrustPod" => 0,
- "Test::Fatal" => 0,
-- "Test::Kwalitee" => "1.21",
- "Test::More" => 0,
-- "Test::Pod" => "1.41",
-- "Test::Pod::Coverage" => "1.08",
- "Test::Tester" => 0
- }
- );
-@@ -52,12 +48,8 @@ my %fallback_build_requires = (
- "IO::Handle" => 0,
- "IPC::Open3" => 0,
- "Module::Build" => "0.30",
-- "Pod::Coverage::TrustPod" => 0,
- "Test::Fatal" => 0,
-- "Test::Kwalitee" => "1.21",
- "Test::More" => 0,
-- "Test::Pod" => "1.41",
-- "Test::Pod::Coverage" => "1.08",
- "Test::Tester" => 0
- );
-
-diff --git a/META.json b/META.json
-index 741d375..d807475 100644
---- a/META.json
-+++ b/META.json
-@@ -52,12 +52,8 @@
- "File::Spec" : "0",
- "IO::Handle" : "0",
- "IPC::Open3" : "0",
-- "Pod::Coverage::TrustPod" : "0",
- "Test::Fatal" : "0",
-- "Test::Kwalitee" : "1.21",
- "Test::More" : "0",
-- "Test::Pod" : "1.41",
-- "Test::Pod::Coverage" : "1.08",
- "Test::Tester" : "0"
- }
- }
-diff --git a/META.yml b/META.yml
-index 13e9cee..f8167e7 100644
---- a/META.yml
-+++ b/META.yml
-@@ -7,12 +7,8 @@ build_requires:
- IO::Handle: '0'
- IPC::Open3: '0'
- Module::Build: '0.30'
-- Pod::Coverage::TrustPod: '0'
- Test::Fatal: '0'
-- Test::Kwalitee: '1.21'
- Test::More: '0'
-- Test::Pod: '1.41'
-- Test::Pod::Coverage: '1.08'
- Test::Tester: '0'
- configure_requires:
- ExtUtils::MakeMaker: '0'
---
-2.15.1
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Timer/files/
@ 2021-12-13 21:34 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2021-12-13 21:34 UTC (permalink / raw
To: gentoo-commits
commit: 18fa942b7241b8c7c7a917e7f5eacc7ccc2e6bf8
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Dec 13 18:57:46 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 21:30:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18fa942b
dev-perl/Test-Timer: remove unused patch(es)
Bug: https://github.com/gentoo/gentoo/pull/23291
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../Test-Timer/files/Test-Timer-2.10-prereqs.patch | 78 ----------------------
1 file changed, 78 deletions(-)
diff --git a/dev-perl/Test-Timer/files/Test-Timer-2.10-prereqs.patch b/dev-perl/Test-Timer/files/Test-Timer-2.10-prereqs.patch
deleted file mode 100644
index 34326fe2ef13..000000000000
--- a/dev-perl/Test-Timer/files/Test-Timer-2.10-prereqs.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-From 927f6de46507bbd02e44c3d91a9f774531618f64 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Wed, 7 Mar 2018 13:37:35 +1300
-Subject: Nuke useless dependencies from requirements
-
----
- Build.PL | 8 --------
- META.json | 4 ----
- META.yml | 4 ----
- 3 files changed, 16 deletions(-)
-
-diff --git a/Build.PL b/Build.PL
-index 6c38c8b..8cfc5f3 100644
---- a/Build.PL
-+++ b/Build.PL
-@@ -36,12 +36,8 @@ my %module_build_args = (
- "File::Spec" => 0,
- "IO::Handle" => 0,
- "IPC::Open3" => 0,
-- "Pod::Coverage::TrustPod" => 0,
- "Test::Fatal" => 0,
-- "Test::Kwalitee" => "1.21",
- "Test::More" => 0,
-- "Test::Pod" => "1.41",
-- "Test::Pod::Coverage" => "1.08",
- "Test::Tester" => "1.302111"
- }
- );
-@@ -52,12 +48,8 @@ my %fallback_build_requires = (
- "IO::Handle" => 0,
- "IPC::Open3" => 0,
- "Module::Build" => "0.30",
-- "Pod::Coverage::TrustPod" => 0,
- "Test::Fatal" => 0,
-- "Test::Kwalitee" => "1.21",
- "Test::More" => 0,
-- "Test::Pod" => "1.41",
-- "Test::Pod::Coverage" => "1.08",
- "Test::Tester" => "1.302111"
- );
-
-diff --git a/META.json b/META.json
-index 741d375..d807475 100644
---- a/META.json
-+++ b/META.json
-@@ -52,12 +52,8 @@
- "File::Spec" : "0",
- "IO::Handle" : "0",
- "IPC::Open3" : "0",
-- "Pod::Coverage::TrustPod" : "0",
- "Test::Fatal" : "0",
-- "Test::Kwalitee" : "1.21",
- "Test::More" : "0",
-- "Test::Pod" : "1.41",
-- "Test::Pod::Coverage" : "1.08",
- "Test::Tester" : "1.302111"
- }
- }
-diff --git a/META.yml b/META.yml
-index 13e9cee..f8167e7 100644
---- a/META.yml
-+++ b/META.yml
-@@ -7,12 +7,8 @@ build_requires:
- IO::Handle: '0'
- IPC::Open3: '0'
- Module::Build: '0.30'
-- Pod::Coverage::TrustPod: '0'
- Test::Fatal: '0'
-- Test::Kwalitee: '1.21'
- Test::More: '0'
-- Test::Pod: '1.41'
-- Test::Pod::Coverage: '1.08'
- Test::Tester: '1.302111'
- configure_requires:
- ExtUtils::MakeMaker: '0'
---
-2.15.1
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-13 21:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-13 21:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Timer/files/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2020-02-03 8: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