From 2b72b0462bea5b34bbe4d767ccc44866df81515e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 19 Dec 2015 23:16:07 +0100 Subject: Replace all remaining mirror://berlios with mirror://gentoo The berlios thirdpartymirrors entry was removed on 2015-01-25, therefore making all its references invalid. Replace all the offending SRC_URI entries with mirror://gentoo to keep the ebuilds working. --- net-p2p/gift-fasttrack/gift-fasttrack-0.8.9-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-p2p/gift-fasttrack') 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 d711901dc8ec..6bcb91cc503c 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 @@ -10,7 +10,8 @@ MY_P=${P/gift-fasttrack/giFT-FastTrack} DESCRIPTION="FastTrack Plugin for giFT" HOMEPAGE="https://developer.berlios.de/projects/gift-fasttrack/" -SRC_URI="mirror://berlios/${PN}/${MY_P}.tar.gz" +#SRC_URI="mirror://berlios/${PN}/${MY_P}.tar.gz" +SRC_URI="mirror://gentoo/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~x86-fbsd" -- cgit v1.2.3-65-gdbad