[Lunar-commits] <moonbase> perl: removing Module-Build as it is present with the default install
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Thu Apr 16 18:48:50 CEST 2009
commit cc98a9b316794c1d9a42effdbcad3f6672d9668a
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Thu Apr 16 12:48:50 2009 -0400
perl: removing Module-Build as it is present with the default install
of perl, and removing it from the DEPENDS as noted in the commit. Bumping
the UPDATED for Perl so that /usr/bin/config_data md5sum is correct.
---
perl/Module-Build/BUILD | 6 ------
perl/Module-Build/DEPENDS | 2 --
perl/Module-Build/DETAILS | 13 -------------
perl/SDL_perl/DEPENDS | 1 -
perl/perl/DETAILS | 2 +-
utils/txt2html/DEPENDS | 1 -
6 files changed, 1 insertions(+), 24 deletions(-)
diff --git a/perl/Module-Build/BUILD b/perl/Module-Build/BUILD
deleted file mode 100644
index c11ca00..0000000
--- a/perl/Module-Build/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- perl Makefile.PL &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/perl/Module-Build/DEPENDS b/perl/Module-Build/DEPENDS
deleted file mode 100644
index c9ac1de..0000000
--- a/perl/Module-Build/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends perl &&
-depends ExtUtils-CBuilder
diff --git a/perl/Module-Build/DETAILS b/perl/Module-Build/DETAILS
deleted file mode 100644
index 7187364..0000000
--- a/perl/Module-Build/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- MODULE=Module-Build
- VERSION=0.2808
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.cpan.org/authors/id/KWILLIAMS/
- SOURCE_VFY=sha1:cee04451c269a6f2fe09fb028423b7f829584e05
- WEB_SITE=http://search.cpan.org/search?dist=Module-Build
- ENTERED=20041217
- UPDATED=20070605
- SHORT="Build, test and install Perl modules"
-
-cat << EOF
-Build, test, and install Perl modules
-EOF
diff --git a/perl/SDL_perl/DEPENDS b/perl/SDL_perl/DEPENDS
index 7be9d42..f947831 100644
--- a/perl/SDL_perl/DEPENDS
+++ b/perl/SDL_perl/DEPENDS
@@ -1,7 +1,6 @@
depends perl
depends SDL
depends YAML
-depends Module-Build
optional_depends SDL_image "" "" "For image support"
optional_depends SDL_mixer "" "" "For mixer support"
optional_depends SDL_net "" "" "For networking support"
diff --git a/perl/perl/DETAILS b/perl/perl/DETAILS
index 996a55a..2911503 100644
--- a/perl/perl/DETAILS
+++ b/perl/perl/DETAILS
@@ -7,7 +7,7 @@
WEB_SITE=http://www.perl.org
SOURCE_VFY=sha1:adf73606dd5248af7ccdd735bcaa0e628ea75b3c
ENTERED=20010922
- UPDATED=20071221
+ UPDATED=20090416
PSAFE=no
SHORT="Larry Wall's practical extraction and reporting language"
diff --git a/utils/txt2html/DEPENDS b/utils/txt2html/DEPENDS
index 562a5fe..a38f7eb 100644
--- a/utils/txt2html/DEPENDS
+++ b/utils/txt2html/DEPENDS
@@ -1,4 +1,3 @@
-depends Module-Build
depends Getopt-ArgvFile
depends File-BaseDir
depends YAML-Syck
More information about the Lunar-commits
mailing list