diff options
author | Arun Raghavan <ford_prefect@gentoo.org> | 2008-07-24 16:32:56 +0000 |
---|---|---|
committer | Arun Raghavan <ford_prefect@gentoo.org> | 2008-07-24 16:32:56 +0000 |
commit | 39cba191c4ad83d24384d1bb74ee7acbe8511235 (patch) | |
tree | 704db76745c3bd61072f936d28e0e32bb332a736 /app-text | |
parent | ia64/sparc/x86 stable wrt #232202 (diff) | |
download | gentoo-2-39cba191c4ad83d24384d1bb74ee7acbe8511235.tar.gz gentoo-2-39cba191c4ad83d24384d1bb74ee7acbe8511235.tar.bz2 gentoo-2-39cba191c4ad83d24384d1bb74ee7acbe8511235.zip |
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)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.13.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
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; <arun@gentoo.org> gtkspell-2.0.13.ebuild: + Fix SRC_URI - gtkspell doesn't seem to use the usual SourceForge mirroring + system 24 Jul 2008; Zac Medico <zmedico@gentoo.org> 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" |