Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6d5577a123b464fb982b99c552870b2fd92507c8

commit 6d5577a123b464fb982b99c552870b2fd92507c8
Author: exceed <exceed.ced...@gmail.com>
Date:   Tue Jan 26 00:05:41 2010 +0100

gem.sh

* Temporary changed up2date to local mirror list

diff --git a/source/include/gem.sh b/source/include/gem.sh
index 2d4adfa..19cd939 100644
--- a/source/include/gem.sh
+++ b/source/include/gem.sh
@@ -47,7 +47,8 @@ makedepends=(${makedepen...@]} 'rubygems')
# * up2date
###
source=(http://gems.rubyforge.org/gems/"$_F_gem_name"-"$pkgver".gem)
-up2date='lynx -dump "http://rubyforge.vm.bytemark.co.uk/gems/"; | grep 
"$_F_gem_name-[0-9.]\+.gem$" | sed "s/.*$_F_gem_name-\(.*\).gem.*/\1/" | Fsort 
| tail -n 1'
+# http://rubyforge.vm.bytemark.co.uk/gems/ very busy, temporary replaced by 
local mirror list
+up2date='lynx -dump 
"http://ftp.frugalware.org/pub/other/people/exceed/gem.html"; | grep 
"$_F_gem_name-[0-9.]\+.gem$" | sed "s/.*$_F_gem_name-\(.*\).gem.*/\1/" | Fsort 
| tail -n 1'

###
# == PROVIDED FUNCTIONS
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to