changeset 6169:3ba7afee45b6

Updates to locations of source files
author Phil Holmes <mail@philholmes.net>
date Sat, 08 Oct 2011 15:22:36 +0100
parents c2ff4b1c6d7e
children 9549ba98f487
files gub/specs/cross/binutils.py gub/specs/git.py gub/specs/linux-headers.py gub/specs/perl.py
diffstat 4 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/cross/binutils.py	Fri Oct 07 22:35:32 2011 +0100
+++ b/gub/specs/cross/binutils.py	Sat Oct 08 15:22:36 2011 +0100
@@ -4,7 +4,7 @@
 from gub.specs import binutils
 
 class Binutils (cross.AutoBuild):
-    source = 'http://ftp.gnu.org/pub/gnu/binutils/binutils-2.19.1.tar.gz'
+    source = 'http://ftp.gnu.org/pub/gnu/binutils/binutils-2.19.1.tar.bz2'
     patches = []
     dependencies = [
         'tools::zlib',
--- a/gub/specs/git.py	Fri Oct 07 22:35:32 2011 +0100
+++ b/gub/specs/git.py	Sat Oct 08 15:22:36 2011 +0100
@@ -2,7 +2,8 @@
 from gub import tools
 
 class Git (target.AutoBuild):
-    source = 'http://kernel.org/pub/software/scm/git/git-1.6.4.4.tar.gz'
+    ## source = 'http://kernel.org/pub/software/scm/git/git-1.6.4.4.tar.gz'
+    source = 'http://git-core.googlecode.com/files/git-1.7.7.tar.gz'
     srcdir_build_broken = True
     subpackage_names = ['']
     dependencies = ['zlib-devel']
--- a/gub/specs/linux-headers.py	Fri Oct 07 22:35:32 2011 +0100
+++ b/gub/specs/linux-headers.py	Sat Oct 08 15:22:36 2011 +0100
@@ -2,7 +2,7 @@
 from gub import context
 
 class Linux_headers (build.BinaryBuild, build.SdkBuild):
-    source = 'http://www.nl.kernel.org/pub/linux/kernel/v2.4/linux-2.4.34.tar.bz2&name=linux-headers'
+    source = 'http://mirror.anl.gov/pub/linux/kernel/v2.4/linux-2.4.34.tar.bz2&name=linux-headers'
     # HMm, is this more handy than patch ():pass in BinaryBuild?
     # possibly we should simply override install (), but that is
     # always a problem because install ()
--- a/gub/specs/perl.py	Fri Oct 07 22:35:32 2011 +0100
+++ b/gub/specs/perl.py	Sat Oct 08 15:22:36 2011 +0100
@@ -6,7 +6,7 @@
 # And this is supposed to be one of the most compiled packages?
 # So why doesn't anyone fix configuring/compiling it?  Shees.
 class Perl__tools (tools.AutoBuild):
-    source = 'http://www.cpan.org/src/perl-5.10.0.tar.gz'
+    source = 'http://www.cpan.org/src/perl-5.10.1.tar.gz'
     srcdir_build_broken = True
     def patch (self):
         tools.AutoBuild.patch (self)