SPECS: adapter.awk - group renames

glen glen at pld-linux.org
Sat Oct 25 21:19:10 CEST 2008


Author: glen                         Date: Sat Oct 25 19:19:10 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- group renames

---- Files affected:
SPECS:
   adapter.awk (1.408 -> 1.409) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.408 SPECS/adapter.awk:1.409
--- SPECS/adapter.awk:1.408	Fri Oct 17 00:26:18 2008
+++ SPECS/adapter.awk	Sat Oct 25 21:19:05 2008
@@ -1825,6 +1825,12 @@
 	sub(/^Development\/Python$/, "Development/Languages/Python", group)
 	sub(/^System\/Kernel and hardware$/, "Base/Kernel", group)
 	sub(/^Application\/System$/, "Applications/System", group)
+	sub(/^Productivity\/Databases\/Servers$/, "Applications/Databases", group)
+	sub(/^Development\/Libraries\/Python$/, "Development/Languages/Python", group)
+	sub(/^Development\/Languages\/Ruby$/, "Development/Languages", group)
+	sub(/^Development\/Libraries\/TCL$/, "Development/Languages/Tcl", group);
+	sub(/^Development\/Languages\/Other$/, "Development/Languages", group);
+	sub(/^Productivity\/Networking\/Web\/Servers$/, "Networking/Daemons", group);
 
 	return group;
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/adapter.awk?r1=1.408&r2=1.409&f=u



More information about the pld-cvs-commit mailing list