Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-MockModule/
Date: Fri, 27 Aug 2021 22:35:33
Message-Id: 1630103696.b731a65e3d3d28d8f9297bfdc36b71a2ad18e8f9.dilfridge@gentoo
1 commit: b731a65e3d3d28d8f9297bfdc36b71a2ad18e8f9
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 27 22:20:03 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 22:34:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b731a65e
7
8 dev-perl/Test-MockModule: Version bump 0.176.0
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Test-MockModule/Manifest | 1 +
14 .../Test-MockModule/Test-MockModule-0.176.0.ebuild | 25 ++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/dev-perl/Test-MockModule/Manifest b/dev-perl/Test-MockModule/Manifest
18 index f63319dc8ed..6d040dfa214 100644
19 --- a/dev-perl/Test-MockModule/Manifest
20 +++ b/dev-perl/Test-MockModule/Manifest
21 @@ -1 +1,2 @@
22 DIST Test-MockModule-0.13.tar.gz 24561 BLAKE2B 2ae6f41b29d78c88e8632fecc560d0a96cf38c7b25c7dcc63f935fe98a718fdea41997ef9663d8838edab89fa815a0696d49439a7b99304332f1b636bea0be0b SHA512 17c2aa7b67fcae2a333788db74fc94da9a680ad83786705e70417cb78df0cfa32e6fcca44962dcc9d7c2ee27c45d8f142ce03b62691da4940ccc405a0bb26472
23 +DIST Test-MockModule-v0.176.0.tar.gz 23847 BLAKE2B 600b8fbd166b1abed703ceb86028b866a90d30521bde4ed4ec39464ccb5f910094a921f85418b922363956cc429bbace48bbf5635f03ebc250112fefe2946064 SHA512 6e1ce7b8888e18d71f0e84bd2a761593e3a34e169d34251b5259e6e037796c2e207c50d5689d1ab56aa271e71f3ea2f05cc6a86f0bde080db1caf7205587cc60
24
25 diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild b/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild
26 new file mode 100644
27 index 00000000000..4bf23d318d1
28 --- /dev/null
29 +++ b/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_VERSION=v${PV}
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 +
45 +RDEPEND="
46 + virtual/perl-Carp
47 + >=dev-perl/SUPER-1.200.0
48 + virtual/perl-Scalar-List-Utils
49 +"
50 +BDEPEND="${RDEPEND}
51 + >=dev-perl/Module-Build-0.380.0
52 + test? ( >=virtual/perl-Test-Simple-0.880.0 )
53 +"
54 +
55 +PERL_RM_FILES=( "t/pod_coverage.t" "t/pod.t" )