Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc p5-parent: remove, part of perl since 2009



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24190f751f4e
branches:  trunk
changeset: 438098:24190f751f4e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 14:21:08 2020 +0000

description:
p5-parent: remove, part of perl since 2009

diffstat:

 devel/Makefile           |   3 +--
 devel/p5-parent/DESCR    |  10 ----------
 devel/p5-parent/Makefile |  20 --------------------
 devel/p5-parent/distinfo |   6 ------
 doc/CHANGES-2020         |   3 ++-
 5 files changed, 3 insertions(+), 39 deletions(-)

diffs (79 lines):

diff -r 1a1d69fe6b48 -r 24190f751f4e devel/Makefile
--- a/devel/Makefile    Fri Sep 04 14:20:28 2020 +0000
+++ b/devel/Makefile    Fri Sep 04 14:21:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3222 2020/09/04 14:18:49 wiz Exp $
+# $NetBSD: Makefile,v 1.3223 2020/09/04 14:21:08 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2032,7 +2032,6 @@
 SUBDIR+=       p5-namespace-autoclean
 SUBDIR+=       p5-namespace-clean
 SUBDIR+=       p5-pango
-SUBDIR+=       p5-parent
 SUBDIR+=       p5-perl-headers
 SUBDIR+=       p5-pip
 SUBDIR+=       p5-prefork
diff -r 1a1d69fe6b48 -r 24190f751f4e devel/p5-parent/DESCR
--- a/devel/p5-parent/DESCR     Fri Sep 04 14:20:28 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-Allows you to both load one or more modules, while setting up
-inheritance from those modules at the same time. Mostly similar in
-effect to:
-
-    package Baz;
-    BEGIN {
-        require Foo;
-        require Bar;
-        push @ISA, qw(Foo Bar);
-    }
diff -r 1a1d69fe6b48 -r 24190f751f4e devel/p5-parent/Makefile
--- a/devel/p5-parent/Makefile  Fri Sep 04 14:20:28 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2020/08/31 18:09:18 wiz Exp $
-#
-
-DISTNAME=      parent-0.238
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CO/CORION/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/parent
-COMMENT=       Establish an ISA relationship with base classes at compile time
-LICENSE=       ${PERL5_LICENSE}
-
-USE_LANGUAGES= # empty
-
-PERL5_PACKLIST=        auto/parent/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 1a1d69fe6b48 -r 24190f751f4e devel/p5-parent/distinfo
--- a/devel/p5-parent/distinfo  Fri Sep 04 14:20:28 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.10 2020/04/18 12:47:42 mef Exp $
-
-SHA1 (parent-0.238.tar.gz) = 10fd90c605deac346b1325356d569650468ab8d6
-RMD160 (parent-0.238.tar.gz) = b4af0bafa8dfaab16a41c63a73b9611e68077f5e
-SHA512 (parent-0.238.tar.gz) = b1ede0366f6a9f16e9b76553d4af5934f99a63449b8db0e681ba7103b306a777b698be008da87f25791fb83bbc6085294c4c4cd695a6899fcd04cbc5045a2bf4
-Size (parent-0.238.tar.gz) = 10388 bytes
diff -r 1a1d69fe6b48 -r 24190f751f4e doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 14:20:28 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 14:21:08 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4795 2020/09/04 14:18:49 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4796 2020/09/04 14:21:08 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7389,3 +7389,4 @@
        Removed devel/p5-XSLoader successor lang/perl5 [wiz 2020-09-04]
        Removed devel/p5-autodie successor lang/perl5 [wiz 2020-09-04]
        Removed devel/p5-experimental successor lang/perl5 [wiz 2020-09-04]
+       Removed devel/p5-parent successor lang/perl5 [wiz 2020-09-04]



Home | Main Index | Thread Index | Old Index