commit:     b731a65e3d3d28d8f9297bfdc36b71a2ad18e8f9
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 22:20:03 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 22:34:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b731a65e

dev-perl/Test-MockModule: Version bump 0.176.0

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

 dev-perl/Test-MockModule/Manifest                  |  1 +
 .../Test-MockModule/Test-MockModule-0.176.0.ebuild | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/Test-MockModule/Manifest 
b/dev-perl/Test-MockModule/Manifest
index f63319dc8ed..6d040dfa214 100644
--- a/dev-perl/Test-MockModule/Manifest
+++ b/dev-perl/Test-MockModule/Manifest
@@ -1 +1,2 @@
 DIST Test-MockModule-0.13.tar.gz 24561 BLAKE2B 
2ae6f41b29d78c88e8632fecc560d0a96cf38c7b25c7dcc63f935fe98a718fdea41997ef9663d8838edab89fa815a0696d49439a7b99304332f1b636bea0be0b
 SHA512 
17c2aa7b67fcae2a333788db74fc94da9a680ad83786705e70417cb78df0cfa32e6fcca44962dcc9d7c2ee27c45d8f142ce03b62691da4940ccc405a0bb26472
+DIST Test-MockModule-v0.176.0.tar.gz 23847 BLAKE2B 
600b8fbd166b1abed703ceb86028b866a90d30521bde4ed4ec39464ccb5f910094a921f85418b922363956cc429bbace48bbf5635f03ebc250112fefe2946064
 SHA512 
6e1ce7b8888e18d71f0e84bd2a761593e3a34e169d34251b5259e6e037796c2e207c50d5689d1ab56aa271e71f3ea2f05cc6a86f0bde080db1caf7205587cc60

diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild 
b/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild
new file mode 100644
index 00000000000..4bf23d318d1
--- /dev/null
+++ b/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_VERSION=v${PV}
+DIST_AUTHOR=GFRANKS
+inherit perl-module
+
+DESCRIPTION="Override subroutines in a module for unit testing"
+
+SLOT="0"
+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"
+
+RDEPEND="
+       virtual/perl-Carp
+       >=dev-perl/SUPER-1.200.0
+       virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+       >=dev-perl/Module-Build-0.380.0
+       test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"
+
+PERL_RM_FILES=( "t/pod_coverage.t" "t/pod.t" )

Reply via email to