Author: glen                         Date: Wed Feb 10 16:33:20 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fc deps, process allso requires(pre,post)

---- Files affected:
packages:
   adapter.awk (1.434 -> 1.435) 

---- Diffs:

================================================================
Index: packages/adapter.awk
diff -u packages/adapter.awk:1.434 packages/adapter.awk:1.435
--- packages/adapter.awk:1.434  Wed Feb  3 13:25:51 2010
+++ packages/adapter.awk        Wed Feb 10 17:33:14 2010
@@ -710,7 +710,7 @@
                replace_requires();
        }
 
-       if (field ~ /^requires:/) {
+       if (field ~ /^requires:/ || field ~ /^requires\(/) {
                replace_requires();
        }
 
@@ -1714,8 +1714,7 @@
        BR[BR_count++] = br
 }
 
-function replace_requires()
-{
+function replace_requires() {
 
        # jpackages
        sub(/^java-devel$/, "jdk", $2);
@@ -1757,6 +1756,10 @@
        sub(/^file-devel$/, "libmagic-devel", $2);
        sub(/^gamin-python$/, "python-gamin", $2);
        sub(/^pygobject2$/, "python-pygobject", $2);
+       sub(/^tkinter$/, "python-tkinter", $2);
+       sub(/^python-imaging$/, "python-PIL", $2);
+       sub(/^python-imaging-tk$/, "python-PIL-tk", $2);
+       sub(/^initscripts$/, "rc-scripts", $2);
 
        # debian
        sub(/^libgconf2-dev$/, "GConf2-devel", $2);
@@ -1863,6 +1866,7 @@
 }
 
 function replace_groupnames(group) {
+       group = replace(group, "Amusements/Games", "Applications/Games");
        group = replace(group, "Amusements/Games/Strategy/Real Time", 
"X11/Applications/Games/Strategy");
        group = replace(group, "Application/Multimedia", 
"Applications/Multimedia");
        group = replace(group, "Application/System", "Applications/System");
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/adapter.awk?r1=1.434&r2=1.435&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to