Author: glen                         Date: Wed Feb  1 14:19:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable get_epoch for now (anyone want to fix it?)

---- Files affected:
SPECS:
   adapter.awk (1.273 -> 1.274) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.273 SPECS/adapter.awk:1.274
--- SPECS/adapter.awk:1.273     Mon Jan 30 18:38:10 2006
+++ SPECS/adapter.awk   Wed Feb  1 15:19:32 2006
@@ -1308,6 +1308,11 @@
 
 function get_epoch(pkg, ver,   epoch)
 {
+       return
+# should parse the BR lines more adequately:
+#      freetype = 2.0.0 -> correct
+#      freetype = 2.1.9 -> with epoch 1, as epoch 1 was added in 2.1.7
+
        shell = "grep -o '^" pkg ":[^:]\+' ../PLD-doc/BuildRequires.txt | awk 
'{print $NF}'";
        shell | getline epoch;
        return epoch;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.273&r2=1.274&f=u

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

Reply via email to