[csw-devel] SF.net SVN: gar:[18949] csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Aug 15 13:45:50 CEST 2012


Revision: 18949
          http://gar.svn.sourceforge.net/gar/?rev=18949&view=rev
Author:   dmichelsen
Date:     2012-08-15 11:45:49 +0000 (Wed, 15 Aug 2012)
Log Message:
-----------
cpan/Class-Data-Inheritable/trunk: Sanitize package name

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk/files/

Modified: csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk/Makefile	2012-08-15 10:40:21 UTC (rev 18948)
+++ csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk/Makefile	2012-08-15 11:45:49 UTC (rev 18949)
@@ -6,26 +6,18 @@
 
 DESCRIPTION = Inheritable, overridable class data
 define BLURB
-  Class::Data::Inheritable is for creating accessor/mutators to class data.
-  That is, if you want to store something about your class as a whole (instead
-  of about a single object). This data is then inherited by your subclasses
-  and can be overriden.
 endef
 
-DISTFILES = COPYING
+CATALOG_RELEASE = unstable
 
-PACKAGES = CSWpmclassdatainheritable CSWpmclsdtainherit
+LICENSE_TEXT = This module is licensed under the perl license
 
-CATALOGNAME_CSWpmclassdatainheritable = pm_classdatainheritable
-CATALOGNAME_CSWpmclsdtainherit = pm_clsdtainherit
+PACKAGES += CSWpm-class-data-inheritable
+CATALOGNAME_CSWpm-class-data-inheritable = pm_class_data_inheritable
+SPKG_DESC_CSWpm-class-data-inheritable = Inheritable, overridable class data
+# There was no information if this is pure Perl or not. Please remove if necessary.
+ARCHALL_CSWpm-class-data-inheritable = 1
+OBSOLETED_BY_CSWpm-class-data-inheritable += CSWpmclsdtainherit
+CATALOGNAME_CSWpmclsdtainherit = pm_clsdtainherit_stub
 
-SPKG_DESC_CSWpmclassdatainheritable = $(DESCRIPTION)
-SPKG_DESC_CSWpmclsdtainherit = Empty stub as contents has been moved to CSWpmclassdatainheritable
-
-RUNTIME_DEP_PKGS_ONLY_CSWpmclsdtainherit = CSWpmclassdatainheritable
-
-ARCHALL = 1
-
-PKGFILES_CSWpmclsdtainherit = NOFILES
-
 include gar/category.mk

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