Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc p5-ExtUtils-Makemaker-Coverage: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d9210bcd800
branches:  trunk
changeset: 438688:7d9210bcd800
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 08 12:43:02 2020 +0000

description:
p5-ExtUtils-Makemaker-Coverage: remove

Removed from CPAN, not used in pkgsrc.

diffstat:

 devel/Makefile                                |   3 +--
 devel/p5-ExtUtils-MakeMaker-Coverage/DESCR    |   5 -----
 devel/p5-ExtUtils-MakeMaker-Coverage/Makefile |  20 --------------------
 devel/p5-ExtUtils-MakeMaker-Coverage/distinfo |   6 ------
 doc/CHANGES-2020                              |   3 ++-
 5 files changed, 3 insertions(+), 34 deletions(-)

diffs (74 lines):

diff -r 5130f7f5b104 -r 7d9210bcd800 devel/Makefile
--- a/devel/Makefile    Tue Sep 08 12:42:17 2020 +0000
+++ b/devel/Makefile    Tue Sep 08 12:43:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3236 2020/09/08 11:41:04 wiz Exp $
+# $NetBSD: Makefile,v 1.3237 2020/09/08 12:43:03 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -1365,7 +1365,6 @@
 SUBDIR+=       p5-ExtUtils-InstallPaths
 SUBDIR+=       p5-ExtUtils-LibBuilder
 SUBDIR+=       p5-ExtUtils-MakeMaker-CPANfile
-SUBDIR+=       p5-ExtUtils-MakeMaker-Coverage
 SUBDIR+=       p5-ExtUtils-ModuleMaker
 SUBDIR+=       p5-ExtUtils-ModuleMaker-TT
 SUBDIR+=       p5-ExtUtils-PkgConfig
diff -r 5130f7f5b104 -r 7d9210bcd800 devel/p5-ExtUtils-MakeMaker-Coverage/DESCR
--- a/devel/p5-ExtUtils-MakeMaker-Coverage/DESCR        Tue Sep 08 12:42:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-This module adds an additional target to the Makefile generated by
-ExtUtils::MakeMaker. The target, testcover, calls cover, the command-line
-script to generate test coverage statistics, to clean up any data from a
-previous run. It then runs the tests, as if make test was run, then calls
-cover again to generate the coverage statistics.
diff -r 5130f7f5b104 -r 7d9210bcd800 devel/p5-ExtUtils-MakeMaker-Coverage/Makefile
--- a/devel/p5-ExtUtils-MakeMaker-Coverage/Makefile     Tue Sep 08 12:42:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2020/08/31 18:07:58 wiz Exp $
-
-DISTNAME=      ExtUtils-MakeMaker-Coverage-0.05
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
-CATEGORIES=    devel
-MASTER_SITES=  http://cpan.metacpan.org/authors/id/S/SM/SMPETERS/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://cpan.metacpan.org/authors/id/S/SM/SMPETERS/
-COMMENT=       Add a Makefile target to determine test coverage using Devel::Cover
-LICENSE=       ${PERL5_LICENSE}
-
-# for make test
-BUILD_DEPENDS+=        p5-Object-Accessor-[0-9]*:../../devel/p5-Object-Accessor
-
-PERL5_PACKLIST=        auto/ExtUtils/MakeMaker/Coverage/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 5130f7f5b104 -r 7d9210bcd800 devel/p5-ExtUtils-MakeMaker-Coverage/distinfo
--- a/devel/p5-ExtUtils-MakeMaker-Coverage/distinfo     Tue Sep 08 12:42:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:28:13 agc Exp $
-
-SHA1 (ExtUtils-MakeMaker-Coverage-0.05.tar.gz) = 3e424bcac5cfb53c9af138581adc785bd732e7d1
-RMD160 (ExtUtils-MakeMaker-Coverage-0.05.tar.gz) = daa568f4a49a3d7ca2cc207af4b848cb3579d88f
-SHA512 (ExtUtils-MakeMaker-Coverage-0.05.tar.gz) = 37a05344af5090417cd1b30130eaa12c1a88776b3d770e9dc5fa454159166369fd2ba9d9c0ab0b63428a7fbac91c003e306c55d9ac1a25d327e35c2f689a2661
-Size (ExtUtils-MakeMaker-Coverage-0.05.tar.gz) = 6439 bytes
diff -r 5130f7f5b104 -r 7d9210bcd800 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Tue Sep 08 12:42:17 2020 +0000
+++ b/doc/CHANGES-2020  Tue Sep 08 12:43:02 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.5064 2020/09/08 12:42:17 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.5065 2020/09/08 12:43:02 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7658,3 +7658,4 @@
        Removed editors/p5-Wx-Scintilla [wiz 2020-09-08]
        Updated security/p5-Crypt-SSLeay to 0.72nb9 [wiz 2020-09-08]
        Updated net/p5-Net-Gnats to 0.22nb4 [wiz 2020-09-08]
+       Removed devel/p5-ExtUtils-MakeMaker-Coverage [wiz 2020-09-08]



Home | Main Index | Thread Index | Old Index