Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-TMC/files/
Date: Wed, 06 Oct 2021 16:17:32
Message-Id: 1633537018.1cf73831954f3a444455344f44cc647a0cf160f7.jsmolic@gentoo
1 commit: 1cf73831954f3a444455344f44cc647a0cf160f7
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Oct 6 16:04:19 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 6 16:16:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf73831
7
8 dev-perl/USB-TMC: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/22503
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 .../USB-TMC/files/USB-TMC-0.006-nopodtest.patch | 80 ----------------------
16 1 file changed, 80 deletions(-)
17
18 diff --git a/dev-perl/USB-TMC/files/USB-TMC-0.006-nopodtest.patch b/dev-perl/USB-TMC/files/USB-TMC-0.006-nopodtest.patch
19 deleted file mode 100644
20 index f5b527954d1..00000000000
21 --- a/dev-perl/USB-TMC/files/USB-TMC-0.006-nopodtest.patch
22 +++ /dev/null
23 @@ -1,80 +0,0 @@
24 -From 41dbe34a7cd28e3841ac71184753f9e22cdf425d Mon Sep 17 00:00:00 2001
25 -From: Kent Fredric <kentnl@g.o>
26 -Date: Mon, 19 Mar 2018 18:59:30 +1300
27 -Subject: Relocate t/pod.t to be an author only test
28 -
29 -This avoids end users needlessly running the POD tests if they just
30 -happen to have Test::Pod installed, and also avoids the resulting
31 -unneeded dependency on Module::Load
32 -
33 -Bug: https://github.com/lab-measurement/USB-TMC/pull/1
34 ----
35 - MANIFEST | 2 +-
36 - META.json | 1 -
37 - META.yml | 1 -
38 - Makefile.PL | 2 --
39 - {t => xt/author}/pod.t | 0
40 - 5 files changed, 1 insertion(+), 5 deletions(-)
41 - rename {t => xt/author}/pod.t (100%)
42 -
43 -diff --git a/MANIFEST b/MANIFEST
44 -index ba36c09..850b6ca 100644
45 ---- a/MANIFEST
46 -+++ b/MANIFEST
47 -@@ -12,4 +12,4 @@ lib/USB/TMC.pm
48 - scripts/load.pl
49 - scripts/test.pl
50 - t/USB-TMC.t
51 --t/pod.t
52 -+xt/author/pod.t
53 -diff --git a/META.json b/META.json
54 -index 8c1f927..159b1e8 100644
55 ---- a/META.json
56 -+++ b/META.json
57 -@@ -33,7 +33,6 @@
58 - },
59 - "test" : {
60 - "requires" : {
61 -- "Module::Load" : "0",
62 - "Test::More" : "0"
63 - }
64 - }
65 -diff --git a/META.yml b/META.yml
66 -index a5ee3a1..ecc78b8 100644
67 ---- a/META.yml
68 -+++ b/META.yml
69 -@@ -3,7 +3,6 @@ abstract: 'Perl interface to USB Test & Measurement (USBTMC) backend.'
70 - author:
71 - - 'Simon Reinhardt <simon.reinhardt@×××××××××××××××××××.de>'
72 - build_requires:
73 -- Module::Load: '0'
74 - Test::More: '0'
75 - configure_requires:
76 - ExtUtils::MakeMaker: '0'
77 -diff --git a/Makefile.PL b/Makefile.PL
78 -index ae75f3e..b29c441 100644
79 ---- a/Makefile.PL
80 -+++ b/Makefile.PL
81 -@@ -26,7 +26,6 @@ my %WriteMakefileArgs = (
82 - "warnings" => 0
83 - },
84 - "TEST_REQUIRES" => {
85 -- "Module::Load" => 0,
86 - "Test::More" => 0
87 - },
88 - "VERSION" => "0.006",
89 -@@ -39,7 +38,6 @@ my %WriteMakefileArgs = (
90 - my %FallbackPrereqs = (
91 - "Carp" => 0,
92 - "Data::Dumper" => 0,
93 -- "Module::Load" => 0,
94 - "Moose" => 0,
95 - "MooseX::Params::Validate" => 0,
96 - "Test::More" => 0,
97 -diff --git a/t/pod.t b/xt/author/pod.t
98 -similarity index 100%
99 -rename from t/pod.t
100 -rename to xt/author/pod.t
101 ---
102 -2.16.2
103 -