[csw-devel] SF.net SVN: gar:[9030] csw/mgar/pkg/cpan/Module-Build/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Mar 8 16:58:09 CET 2010


Revision: 9030
          http://gar.svn.sourceforge.net/gar/?rev=9030&view=rev
Author:   dmichelsen
Date:     2010-03-08 15:58:09 +0000 (Mon, 08 Mar 2010)

Log Message:
-----------
cpan/Module-Build: Convert to stub as functionality is build in Perl 5.10.1

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Module-Build/trunk/Makefile
    csw/mgar/pkg/cpan/Module-Build/trunk/checksums

Modified: csw/mgar/pkg/cpan/Module-Build/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Module-Build/trunk/Makefile	2010-03-08 15:56:48 UTC (rev 9029)
+++ csw/mgar/pkg/cpan/Module-Build/trunk/Makefile	2010-03-08 15:58:09 UTC (rev 9030)
@@ -1,24 +1,27 @@
 GARNAME = Module-Build
-GARVERSION = 0.33
+GARVERSION = stub
 CATEGORIES = cpan
 AUTHOR = EWILHELM
 
-DESCRIPTION = build and install Perl modules
+DESCRIPTION = Stub to the Perl build-in module Module::Build
 define BLURB
-  Module::Build is a system for building, testing, and installing Perl
-  modules.  It is meant to be a replacement for ExtUtils::MakeMaker.
-  Developers may alter the behavior of the module through subclassing in a
-  much more straightforward way than with MakeMaker.
 endef
 
-LICENSE = LICENSE
+MODDIST =
 
 PACKAGES = CSWpmmodulebuild
 CATALOGNAME = pm_modulebuild
 
-RUNTIME_DEP_PKGS = CSWpmarchivetar CSWpmextutparsexs CSWpmextutcbuilder CSWpmmodulesign
-BUILD_DEP_PKGS = CSWperl
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS =
 
 ARCHALL = 1
 
+# This package is completely empty, so it hasn't got any files
+# and no license either.
+CHECKPKG_OVERRIDES  = action-class-only-in-pkginfo|none
+CHECKPKG_OVERRIDES += license-missing
+
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/Module-Build/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Module-Build/trunk/checksums	2010-03-08 15:56:48 UTC (rev 9029)
+++ csw/mgar/pkg/cpan/Module-Build/trunk/checksums	2010-03-08 15:58:09 UTC (rev 9030)
@@ -1 +0,0 @@
-5c31482551c2cfeb0edd6eac42869c52  download/Module-Build-0.33.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list