jhbuild r1844 - in trunk: . modulesets



Author: fpeters
Date: Fri Jan 18 18:13:54 2008
New Revision: 1844
URL: http://svn.gnome.org/viewvc/jhbuild?rev=1844&view=rev

Log:
* modulesets/bootstrap.modules: switched waf from svn to tarball, patch
by Gustavo Carneiro  (closes: #509131)



Modified:
   trunk/ChangeLog
   trunk/modulesets/bootstrap.modules

Modified: trunk/modulesets/bootstrap.modules
==============================================================================
--- trunk/modulesets/bootstrap.modules	(original)
+++ trunk/modulesets/bootstrap.modules	Fri Jan 18 18:13:54 2008
@@ -7,8 +7,8 @@
       href="http://pkgconfig.freedesktop.org/releases/"/>
   <repository type="tarball" name="python"
       href="http://www.python.org/ftp/python/"/>
-  <repository type="svn" name="waf.googlecode.com"
-      href="http://waf.googlecode.com/svn/"/>
+  <repository type="tarball" name="waf"
+      href="http://waf.googlecode.com/files/"/>
 
   <autotools id="gettext" autogen-sh="configure">
     <branch repo="ftp.gnu.org"
@@ -72,7 +72,8 @@
   </autotools>
 
   <autotools id="waf" autogen-sh="utils/autogen.sh">
-    <branch repo="waf.googlecode.com" module="trunk" checkoutdir="waf"/>
+    <branch repo="waf" module="waf-1.3.1.tar.bz2" version="1.3.1"
+            size="414238" md5sum="28eb1aac3730d5c2c188e7d0456ed637" />
     <dependencies>
       <dep package="python"/>
     </dependencies>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]