diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-07-24 19:33:43 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-07-24 19:33:43 +0000 |
commit | 009fb53e57cc665c9ba59377388f2b86c6b7b0db (patch) | |
tree | 31c229b1d34f6faea462f871c022f21fff462e7f /app-text | |
parent | Marked ppc (diff) | |
download | historical-009fb53e57cc665c9ba59377388f2b86c6b7b0db.tar.gz historical-009fb53e57cc665c9ba59377388f2b86c6b7b0db.tar.bz2 historical-009fb53e57cc665c9ba59377388f2b86c6b7b0db.zip |
fixed SRC_URI to use mirror://gnu (#55523)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/aspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/aspell/Manifest | 8 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50.5-r2.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index eda24cb8eb6e..e5ce44b3460d 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/aspell # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.48 2004/07/16 03:19:29 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.49 2004/07/24 19:33:43 liquidx Exp $ + + 24 Jul 2004; Alastair Tse <liquidx@gentoo.org> aspell-0.50.5-r2.ebuild: + fixed SRC_URI to use mirror://gnu (#55523) 16 Jun 2004; Anders Rune Jensen <arj@gentoo.org> aspell-0.50.5-r2.ebuild: filter -fno-rtti. Fixes bug #48033. diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index c47ab63cf08a..b743bce62ffa 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,7 +1,7 @@ -MD5 8514d6bfe49a82b4f9b8b71dcb2ff02f ChangeLog 8530 -MD5 0d2db95d7f02e1a695228572de6913a5 aspell-0.50.5-r2.ebuild 1947 +MD5 99f84a8acb8e2e1b8bffde8711b06d57 aspell-0.50.5-r2.ebuild 1953 +MD5 e80e4631ad2a8a2c420b7a5df5dd147e ChangeLog 8654 MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 -MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 -MD5 02560c627d075d243720f1067bf45bcf files/aspell-buffer-fix.patch 1556 MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r2 66 +MD5 02560c627d075d243720f1067bf45bcf files/aspell-buffer-fix.patch 1556 +MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 diff --git a/app-text/aspell/aspell-0.50.5-r2.ebuild b/app-text/aspell/aspell-0.50.5-r2.ebuild index c696a5e9b922..96bb3650ebae 100644 --- a/app-text/aspell/aspell-0.50.5-r2.ebuild +++ b/app-text/aspell/aspell-0.50.5-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r2.ebuild,v 1.5 2004/07/16 03:19:29 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r2.ebuild,v 1.6 2004/07/24 19:33:43 liquidx Exp $ inherit libtool eutils flag-o-matic DESCRIPTION="A spell checker replacement for ispell" HOMEPAGE="http://aspell.net/" -SRC_URI="http://aspell.net/${P}.tar.gz" +SRC_URI="mirror://gnu/aspell/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" |