diff options
author | wiz <wiz@pkgsrc.org> | 2013-12-07 00:59:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-12-07 00:59:02 +0000 |
commit | 0cb6bd20e70c777b20a06ee510036d4a5f6940d8 (patch) | |
tree | e5922ae48eaee3bb0543865934f0a538e64c4a3a | |
parent | 8573bcff3052f931ca4675b2e880a6e3c09a09b2 (diff) | |
download | pkgsrc-0cb6bd20e70c777b20a06ee510036d4a5f6940d8.tar.gz |
Remove p5-Extutils-Install.
Version included in perl has been newer since 5.11.1 and no newer
separate distfile is available.
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-ExtUtils-Install/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-ExtUtils-Install/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-ExtUtils-Install/distinfo | 5 | ||||
-rw-r--r-- | doc/CHANGES-2013 | 3 |
5 files changed, 3 insertions, 33 deletions
diff --git a/devel/Makefile b/devel/Makefile index ee2a1c596e6..2d7747c59a5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1819 2013/12/06 14:00:29 wiz Exp $ +# $NetBSD: Makefile,v 1.1820 2013/12/07 00:59:02 wiz Exp $ # COMMENT= Development utilities @@ -784,7 +784,6 @@ SUBDIR+= p5-ExtUtils-CppGuess SUBDIR+= p5-ExtUtils-Depends SUBDIR+= p5-ExtUtils-F77 SUBDIR+= p5-ExtUtils-Helpers -SUBDIR+= p5-ExtUtils-Install SUBDIR+= p5-ExtUtils-InstallPaths SUBDIR+= p5-ExtUtils-LibBuilder SUBDIR+= p5-ExtUtils-MakeMaker diff --git a/devel/p5-ExtUtils-Install/DESCR b/devel/p5-ExtUtils-Install/DESCR deleted file mode 100644 index 3f42f964783..00000000000 --- a/devel/p5-ExtUtils-Install/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Handles the installing and uninstalling of perl modules, scripts, -man pages, etc... - -Both install() and uninstall() are specific to the way ExtUtils::MakeMaker -handles the installation and deinstallation of perl modules. They -are not designed as general purpose tools. diff --git a/devel/p5-ExtUtils-Install/Makefile b/devel/p5-ExtUtils-Install/Makefile deleted file mode 100644 index 17e1c47c0ca..00000000000 --- a/devel/p5-ExtUtils-Install/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2013/05/31 12:40:18 wiz Exp $ - -DISTNAME= ExtUtils-Install-1.54 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Install/ -COMMENT= Install files from here to there -LICENSE= ${PERL5_LICENSE} - -USE_LANGUAGES= # empty -PERL5_MODULE_TYPE= Module::Build -PERL5_PACKLIST= auto/ExtUtils/Install/.packlist - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-ExtUtils-Install/distinfo b/devel/p5-ExtUtils-Install/distinfo deleted file mode 100644 index 8abfe54885a..00000000000 --- a/devel/p5-ExtUtils-Install/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2009/08/09 11:23:02 sno Exp $ - -SHA1 (ExtUtils-Install-1.54.tar.gz) = a32c1168b3ac47e10110d7ad5f780c961b54216c -RMD160 (ExtUtils-Install-1.54.tar.gz) = 1703beb8641c8fcfe1a937193e768e47ade0313b -Size (ExtUtils-Install-1.54.tar.gz) = 67337 bytes diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013 index b38602676f5..f7d9ea6b87c 100644 --- a/doc/CHANGES-2013 +++ b/doc/CHANGES-2013 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2013,v 1.4399 2013/12/07 00:54:15 wiz Exp $ +$NetBSD: CHANGES-2013,v 1.4400 2013/12/07 00:59:02 wiz Exp $ Changes to the packages collection and infrastructure in 2013: @@ -6462,3 +6462,4 @@ Changes to the packages collection and infrastructure in 2013: Updated converters/p5-JSON-PP to 2.27203 [wiz 2013-12-07] Updated devel/p5-CPAN-Meta to 2.133380 [wiz 2013-12-07] Updated devel/p5-ExtUtils-MakeMaker to 6.84nb1 [wiz 2013-12-07] + Removed devel/p5-ExtUtils-Install [wiz 2013-12-07] |