diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-05-02 16:18:58 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-05-02 16:18:58 +0000 |
commit | 15102abc149dde55735b669f1f5349af0affce2b (patch) | |
tree | 0f754f70db69db3c9dc8f643f567b3495273ab06 /net-p2p/gift-fasttrack | |
parent | stable x86, bug 219332 (diff) | |
download | historical-15102abc149dde55735b669f1f5349af0affce2b.tar.gz historical-15102abc149dde55735b669f1f5349af0affce2b.tar.bz2 historical-15102abc149dde55735b669f1f5349af0affce2b.zip |
Fix SRC_URI, bug #218657
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-p2p/gift-fasttrack')
-rw-r--r-- | net-p2p/gift-fasttrack/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/gift-fasttrack/gift-fasttrack-0.8.9-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/gift-fasttrack/ChangeLog b/net-p2p/gift-fasttrack/ChangeLog index 762fa78df15a..cae143d11995 100644 --- a/net-p2p/gift-fasttrack/ChangeLog +++ b/net-p2p/gift-fasttrack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/gift-fasttrack -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.39 2007/07/12 14:29:34 betelgeuse Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.40 2008/05/02 16:18:58 armin76 Exp $ + + 02 May 2008; Raúl Porcel <armin76@gentoo.org> + gift-fasttrack-0.8.9-r1.ebuild: + Fix SRC_URI, bug #218657 12 Jul 2007; Petteri Räty <betelgeuse@gentoo.org> metadata.xml, gift-fasttrack-0.8.9-r1.ebuild: diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9-r1.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9-r1.ebuild index 9ee9e1cc4903..53c2d58a905a 100644 --- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9-r1.ebuild +++ b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9-r1.ebuild,v 1.9 2007/07/12 14:29:34 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9-r1.ebuild,v 1.10 2008/05/02 16:18:58 armin76 Exp $ inherit multilib @@ -10,7 +10,7 @@ MY_P=${P/gift-fasttrack/giFT-FastTrack} DESCRIPTION="FastTrack Plugin for giFT" HOMEPAGE="https://developer.berlios.de/projects/gift-fasttrack/" -SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.gz" +SRC_URI="mirror://berlios/${PN}/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~x86-fbsd" |