summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-28 00:20:03 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-28 00:34:56 +0200
commitb731a65e3d3d28d8f9297bfdc36b71a2ad18e8f9 (patch)
tree96b8ad0273f133d0962ab55e077a19268cea28a8 /dev-perl/Test-MockModule
parentdev-perl/Test-MockModule: Remove old (diff)
downloadgentoo-b731a65e3d3d28d8f9297bfdc36b71a2ad18e8f9.tar.gz
gentoo-b731a65e3d3d28d8f9297bfdc36b71a2ad18e8f9.tar.bz2
gentoo-b731a65e3d3d28d8f9297bfdc36b71a2ad18e8f9.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/Test-MockModule')
-rw-r--r--dev-perl/Test-MockModule/Manifest1
-rw-r--r--dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Test-MockModule/Manifest b/dev-perl/Test-MockModule/Manifest
index f63319dc8edb..6d040dfa214a 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 000000000000..4bf23d318d1f
--- /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" )