Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc p5-CPAN-Meta-Requirements: remove, part of perl since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07a48525dae9
branches:  trunk
changeset: 438005:07a48525dae9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 10:42:39 2020 +0000

description:
p5-CPAN-Meta-Requirements: remove, part of perl since 2012

diffstat:

 devel/Makefile                           |   3 +--
 devel/p5-CPAN-Meta-Requirements/DESCR    |   7 -------
 devel/p5-CPAN-Meta-Requirements/Makefile |  19 -------------------
 devel/p5-CPAN-Meta-Requirements/distinfo |   6 ------
 doc/CHANGES-2020                         |   3 ++-
 5 files changed, 3 insertions(+), 35 deletions(-)

diffs (75 lines):

diff -r fd6b09c59c86 -r 07a48525dae9 devel/Makefile
--- a/devel/Makefile    Fri Sep 04 10:41:23 2020 +0000
+++ b/devel/Makefile    Fri Sep 04 10:42:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3191 2020/09/04 10:40:11 wiz Exp $
+# $NetBSD: Makefile,v 1.3192 2020/09/04 10:42:39 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -1141,7 +1141,6 @@
 SUBDIR+=       p5-CPAN-FindDependencies
 SUBDIR+=       p5-CPAN-Inject
 SUBDIR+=       p5-CPAN-Meta-Check
-SUBDIR+=       p5-CPAN-Meta-Requirements
 SUBDIR+=       p5-CPAN-Meta-YAML
 SUBDIR+=       p5-CPAN-Mini
 SUBDIR+=       p5-CPAN-ParseDistribution
diff -r fd6b09c59c86 -r 07a48525dae9 devel/p5-CPAN-Meta-Requirements/DESCR
--- a/devel/p5-CPAN-Meta-Requirements/DESCR     Fri Sep 04 10:41:23 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-A CPAN::Meta::Requirements object models a set of version constraints like
-those specified in the META.yml or META.json files in CPAN distributions.
-It can be built up by adding more and more constraints, and it will reduce
-them to the simplest representation.
-
-Logically impossible constraints will be identified immediately by thrown
-exceptions.
diff -r fd6b09c59c86 -r 07a48525dae9 devel/p5-CPAN-Meta-Requirements/Makefile
--- a/devel/p5-CPAN-Meta-Requirements/Makefile  Fri Sep 04 10:41:23 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2020/08/31 18:07:32 wiz Exp $
-
-DISTNAME=      CPAN-Meta-Requirements-2.140
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
-CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CPAN/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/CPAN-Meta-Requirements
-COMMENT=       Set of version requirements for a CPAN dist
-LICENSE=       ${PERL5_LICENSE}
-
-CONFLICTS+=    p5-CPAN-Meta<2.120921
-
-PERL5_PACKLIST=                auto/CPAN/Meta/Requirements/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r fd6b09c59c86 -r 07a48525dae9 devel/p5-CPAN-Meta-Requirements/distinfo
--- a/devel/p5-CPAN-Meta-Requirements/distinfo  Fri Sep 04 10:41:23 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.9 2016/01/01 03:48:44 wen Exp $
-
-SHA1 (CPAN-Meta-Requirements-2.140.tar.gz) = 8dad15fa876859a175680550fe68dc09e9f3c118
-RMD160 (CPAN-Meta-Requirements-2.140.tar.gz) = fde90a5c0239a795ec8a1310ae0231341c6878d4
-SHA512 (CPAN-Meta-Requirements-2.140.tar.gz) = bebbc9479c97c5012cfe339c39c033f246c73616225832e4db5195979988494bbb68e15f954acb25b630b64e16417e9860a7e9c81caa4f5c5d05b70ccc036bcf
-Size (CPAN-Meta-Requirements-2.140.tar.gz) = 31540 bytes
diff -r fd6b09c59c86 -r 07a48525dae9 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 10:41:23 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 10:42:39 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4742 2020/09/04 10:40:11 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4743 2020/09/04 10:42:39 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7336,3 +7336,4 @@
        Removed devel/p5-CPAN successor lang/perl5 [wiz 2020-09-04]
        Updated textproc/po4a to 0.57nb3 [wiz 2020-09-04]
        Removed devel/p5-CPAN-Meta successor lang/perl5 [wiz 2020-09-04]
+       Removed devel/p5-CPAN-Meta-Requirements successor lang/perl5 [wiz 2020-09-04]



Home | Main Index | Thread Index | Old Index