[csw-devel] SF.net SVN: gar:[14234] csw/mgar/gar/v2/lib/python/dependency_checks.py

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Apr 16 22:20:14 CEST 2011


Revision: 14234
          http://gar.svn.sourceforge.net/gar/?rev=14234&view=rev
Author:   bdwalton
Date:     2011-04-16 20:20:14 +0000 (Sat, 16 Apr 2011)

Log Message:
-----------
allow packages containing .rb files to depend on either CSWruby or CSWruby18

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/dependency_checks.py

Modified: csw/mgar/gar/v2/lib/python/dependency_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/dependency_checks.py	2011-04-16 15:37:17 UTC (rev 14233)
+++ csw/mgar/gar/v2/lib/python/dependency_checks.py	2011-04-16 20:20:14 UTC (rev 14234)
@@ -32,7 +32,7 @@
     (r".*\.pl$",   (u"CSWperl",)),
     (r".*\.pm$",   (u"CSWperl",)),
     (r".*\.py$",   (u"CSWpython",)),
-    (r".*\.rb$",   (u"CSWruby",)),
+    (r".*\.rb$",   (u"CSWruby", u"CSWruby18")),
     (r".*\.elc?$", (u"CSWemacscommon",)),
     (r"/opt/csw/apache2/", (u"CSWapache2",)),
 )


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