Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-MockModule/
Date: Wed, 29 Jun 2022 11:09:33
Message-Id: 1656500950.bbbdc1a1ac9cc9b292ea50108a08d59c8ba529eb.sam@gentoo
1 commit: bbbdc1a1ac9cc9b292ea50108a08d59c8ba529eb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 10:43:28 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 11:09:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbdc1a1
7
8 dev-perl/Test-MockModule: drop 0.130.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/Test-MockModule/Manifest | 1 -
13 .../Test-MockModule/Test-MockModule-0.130.0.ebuild | 26 ----------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-perl/Test-MockModule/Manifest b/dev-perl/Test-MockModule/Manifest
17 index a084eb49606f..15a4d05dd424 100644
18 --- a/dev-perl/Test-MockModule/Manifest
19 +++ b/dev-perl/Test-MockModule/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST Test-MockModule-0.13.tar.gz 24561 BLAKE2B 2ae6f41b29d78c88e8632fecc560d0a96cf38c7b25c7dcc63f935fe98a718fdea41997ef9663d8838edab89fa815a0696d49439a7b99304332f1b636bea0be0b SHA512 17c2aa7b67fcae2a333788db74fc94da9a680ad83786705e70417cb78df0cfa32e6fcca44962dcc9d7c2ee27c45d8f142ce03b62691da4940ccc405a0bb26472
22 DIST Test-MockModule-v0.176.0.tar.gz 23847 BLAKE2B 600b8fbd166b1abed703ceb86028b866a90d30521bde4ed4ec39464ccb5f910094a921f85418b922363956cc429bbace48bbf5635f03ebc250112fefe2946064 SHA512 6e1ce7b8888e18d71f0e84bd2a761593e3a34e169d34251b5259e6e037796c2e207c50d5689d1ab56aa271e71f3ea2f05cc6a86f0bde080db1caf7205587cc60
23 DIST Test-MockModule-v0.177.0.tar.gz 23921 BLAKE2B ee317804906260d96c46444fbdb7a0616ac2228adb5721272f5ac56c6ec5313ca11343645b9c317f597bd89f5e064d53dcd8497c518696efc626682c44d7c350 SHA512 d28523202ba4dbf040e26a3cb0795297c2c4fc65598e7717a51ed8678bce308eec7eb3b5d5d35d71418b21c2c81833679cf1624e0e07c6b1e26e8f7605eb98b3
24
25 diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.130.0.ebuild b/dev-perl/Test-MockModule/Test-MockModule-0.130.0.ebuild
26 deleted file mode 100644
27 index 42c72c5af697..000000000000
28 --- a/dev-perl/Test-MockModule/Test-MockModule-0.130.0.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DIST_VERSION=0.13
37 -DIST_AUTHOR=GFRANKS
38 -inherit perl-module
39 -
40 -DESCRIPTION="Override subroutines in a module for unit testing"
41 -
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
44 -IUSE="test"
45 -RESTRICT="!test? ( test )"
46 -
47 -RDEPEND="
48 - virtual/perl-Carp
49 - dev-perl/SUPER
50 - virtual/perl-Scalar-List-Utils
51 -"
52 -DEPEND="${RDEPEND}
53 - >=dev-perl/Module-Build-0.380.0
54 - test? ( >=virtual/perl-Test-Simple-0.880.0 )
55 -"
56 -PERL_RM_FILES=( "t/pod_coverage.t" "t/pod.t" )