[ooo-build-commit] .: download.in

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Sep 29 18:29:12 PDT 2010


 download.in |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit 8a4866e2dcb757a2cf0b6520d600b9334e881fd2
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Sep 30 03:27:20 2010 +0200

    Use fetch_tarballs.sh to download ixion and icu

diff --git a/download.in b/download.in
index 5177dd7..4224c45 100755
--- a/download.in
+++ b/download.in
@@ -1,7 +1,6 @@
 #!/usr/bin/perl -w
 use Switch;
 use File::Temp qw/ tempfile tempdir /;
-use File::Copy;
 
 sub webget($$$$)
 {
@@ -213,12 +212,6 @@ sub download_tests_dependencies() {
 
 # Multi-dimensional data structure
     'cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2' => 'http://hg.services.openoffice.org/binaries/',
-
-# ICU 4.2.1
-    '*icu4c*'                	 => 'http://download.go-oo.org/src/',
-
-# ixion
-    '*ixion*'                	 => 'http://download.go-oo.org/src/',
 );
 
 
@@ -598,9 +591,6 @@ foreach (@templang) {
     source_file( 'Sun_ODF_Template_Pack_' . $_ . '.oxt');
 }
 
-source_file( 'e3738abd0d3ce1870dc1fd1f22bba5b1-icu4c-4_2_1-src.tgz' );
-source_file( '0f63ee487fda8f21fafa767b3c447ac9-ixion-0.2.0.tar.gz' );
-
 my $distro = '@DISTRO@';
 if ($distro eq 'ArchLinux' ||
     $distro eq 'Ark' ||


More information about the ooo-build-commit mailing list