From 39cba191c4ad83d24384d1bb74ee7acbe8511235 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Thu, 24 Jul 2008 16:32:56 +0000 Subject: Fix SRC_URI - gtkspell doesn't seem to use the usual SourceForge mirroring system (Portage version: 2.2_rc2/cvs/Linux 2.6.26 i686) --- app-text/gtkspell/ChangeLog | 6 +++++- app-text/gtkspell/gtkspell-2.0.13.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'app-text') diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index c6b59612681d..e0e280729f87 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gtkspell # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.56 2008/07/24 15:38:29 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.57 2008/07/24 16:32:56 ford_prefect Exp $ + + 24 Jul 2008; gtkspell-2.0.13.ebuild: + Fix SRC_URI - gtkspell doesn't seem to use the usual SourceForge mirroring + system 24 Jul 2008; Zac Medico gtkspell-2.0.13.ebuild: Fix typo in SRC_URI. The thirdpartymirror entry is called "sourceforge" diff --git a/app-text/gtkspell/gtkspell-2.0.13.ebuild b/app-text/gtkspell/gtkspell-2.0.13.ebuild index 6c0fae1ea65b..1d81daa8b948 100644 --- a/app-text/gtkspell/gtkspell-2.0.13.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.13.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.13.ebuild,v 1.2 2008/07/24 15:38:29 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.13.ebuild,v 1.3 2008/07/24 16:32:56 ford_prefect Exp $ inherit eutils DESCRIPTION="Spell checking widget for GTK2" HOMEPAGE="http://gtkspell.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad