diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-16 13:42:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-16 13:42:00 +0000 |
commit | 7c76f8309acd183a98766ade54fe2bfc8e162031 (patch) | |
tree | 5fce49a90587874f17e1f7e1de58eac96a778f19 /net-p2p/gift-gnutella | |
parent | New ebuild, bug 162291 (diff) | |
download | gentoo-2-7c76f8309acd183a98766ade54fe2bfc8e162031.tar.gz gentoo-2-7c76f8309acd183a98766ade54fe2bfc8e162031.tar.bz2 gentoo-2-7c76f8309acd183a98766ade54fe2bfc8e162031.zip |
Fix CACHE URI, bug 162313
(Portage version: 2.1.2)
Diffstat (limited to 'net-p2p/gift-gnutella')
-rw-r--r-- | net-p2p/gift-gnutella/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/gift-gnutella/files/cacheupdate.sh | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/gift-gnutella/ChangeLog b/net-p2p/gift-gnutella/ChangeLog index 6b3e4b027a7f..ac7f1ced87b8 100644 --- a/net-p2p/gift-gnutella/ChangeLog +++ b/net-p2p/gift-gnutella/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gift-gnutella -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.31 2006/09/11 20:54:00 tcort Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.32 2007/01/16 13:42:00 armin76 Exp $ + + 16 Jan 2007; Raúl Porcel <armin76@gentoo.org> files/cacheupdate.sh: + Fix CACHE URI, bug 162313 11 Sep 2006; Thomas Cort <tcort@gentoo.org> gift-gnutella-0.0.10.1.ebuild: Stable on alpha. diff --git a/net-p2p/gift-gnutella/files/cacheupdate.sh b/net-p2p/gift-gnutella/files/cacheupdate.sh index 90ae588459fb..692e5f23beaf 100644 --- a/net-p2p/gift-gnutella/files/cacheupdate.sh +++ b/net-p2p/gift-gnutella/files/cacheupdate.sh @@ -1,9 +1,9 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/files/cacheupdate.sh,v 1.8 2006/09/02 14:20:39 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/files/cacheupdate.sh,v 1.9 2007/01/16 13:42:00 armin76 Exp $ -CACHE=http://loot.alumnigroup.org/ +CACHE=http://www.gnucleus.com/gwebcache/ if [ -d ~/.giFT/Gnutella/ ]; then cd ~/.giFT/Gnutella |