]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- group renames
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 25 Oct 2008 19:19:05 +0000 (19:19 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 25 Oct 2008 19:19:05 +0000 (19:19 +0000)
Changed files:
    adapter.awk -> 1.409

adapter.awk

index 40d308351482d7572a8a6e120e61c8ed90ed32dc..7e91affb7d7f3a3f22ba6ad1ad9560efa842f058 100644 (file)
@@ -1825,6 +1825,12 @@ function replace_groupnames(group)
        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;
 }
This page took 0.122706 seconds and 4 git commands to generate.