commit:     0797bd7811760aa7e2029cea50aa067e0b63db18
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 22:17:45 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 22:34:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0797bd78

dev-perl/Test-MockModule: Remove old

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.110.0.ebuild | 29 ----------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/Test-MockModule/Manifest 
b/dev-perl/Test-MockModule/Manifest
index 1074dde96b6..f63319dc8ed 100644
--- a/dev-perl/Test-MockModule/Manifest
+++ b/dev-perl/Test-MockModule/Manifest
@@ -1,2 +1 @@
-DIST Test-MockModule-0.11.tar.gz 23756 BLAKE2B 
1edabcb0f8b0627602be1dab9c572fdf0648360bad4debd4f1c632695938e9a2bb23afbff6f43c07339f0c066835eaee65af0914070643bfa53a1223424b55aa
 SHA512 
417a0de701458e3e26ea194cb2de7756d9a1665b2b7283a375ee95362ee2d7b77996801d4dafd8ead12e97d59c2a57ffd1e98620446d5f47a1836c8ef18983b4
 DIST Test-MockModule-0.13.tar.gz 24561 BLAKE2B 
2ae6f41b29d78c88e8632fecc560d0a96cf38c7b25c7dcc63f935fe98a718fdea41997ef9663d8838edab89fa815a0696d49439a7b99304332f1b636bea0be0b
 SHA512 
17c2aa7b67fcae2a333788db74fc94da9a680ad83786705e70417cb78df0cfa32e6fcca44962dcc9d7c2ee27c45d8f142ce03b62691da4940ccc405a0bb26472

diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.110.0.ebuild 
b/dev-perl/Test-MockModule/Test-MockModule-0.110.0.ebuild
deleted file mode 100644
index b7b62f9ba10..00000000000
--- a/dev-perl/Test-MockModule/Test-MockModule-0.110.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_VERSION=0.11
-DIST_AUTHOR=GFRANKS
-inherit perl-module
-
-DESCRIPTION="Override subroutines in a module for unit testing"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       virtual/perl-Carp
-       dev-perl/SUPER
-       virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
-       >=dev-perl/Module-Build-0.380.0
-       test? ( >=virtual/perl-Test-Simple-0.450.0 )
-"
-src_test() {
-       perl_rm_files t/pod_coverage.t t/pod.t
-       perl-module_src_test
-}

Reply via email to