diff options
author | 2004-06-10 00:27:15 +0000 | |
---|---|---|
committer | 2004-06-10 00:27:15 +0000 | |
commit | 37db5ad7a7a7d2decb309e5ebb5238526a7ec311 (patch) | |
tree | 102da74e288916eb9ce61dca074383d98c41ccfe /app-text/aspell | |
parent | added has_m64 and has_m32 to flag-o-matic. this should make checking for mult... (diff) | |
download | historical-37db5ad7a7a7d2decb309e5ebb5238526a7ec311.tar.gz historical-37db5ad7a7a7d2decb309e5ebb5238526a7ec311.tar.bz2 historical-37db5ad7a7a7d2decb309e5ebb5238526a7ec311.zip |
sparc, mips for seemant's evil plans (looks like my first commit vanished???)
Diffstat (limited to 'app-text/aspell')
-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-r1.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index b1fbf45b1f0c..ad6587742dfd 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/aspell # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.41 2004/06/09 21:44:23 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.42 2004/06/10 00:27:15 ciaranm Exp $ + + 10 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> aspell-0.50.5-r1.ebuild: + Stable on sparc, mips (bug #53389) 09 Jun 2004; Guy Martin <gmsoft@gentoo.org> aspell-0.50.5-r1.ebuild: Marked stable on hppa. diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index c42013cfd60e..3e4db43224e1 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,13 +1,13 @@ -MD5 7e3b9d2c6a9e5de1e17d2c076f52757c ChangeLog 7535 MD5 d9861ffb94665b015695811799e7d930 aspell-0.50.3.ebuild 1546 +MD5 123f780585925387f9c5b4a5edc74713 ChangeLog 7651 MD5 780f82292408fd45b52362d05c1d0442 aspell-0.50.4.1.ebuild 1522 -MD5 43065634422a84a37c364a35adb7866b aspell-0.50.5-r1.ebuild 1699 MD5 7da455f49e6d65bf05bfffa917156f90 aspell-0.50.5.ebuild 1601 MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 -MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 +MD5 dc7d8893946b98e3bbd9f5126d751cdd aspell-0.50.5-r1.ebuild 1698 MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 +MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 MD5 b266f4134f47fc1c8152daa6d4276f26 files/digest-aspell-0.50.3 65 -MD5 9d6c4f620a419b9ef08ddaf327adff75 files/digest-aspell-0.50.4.1 67 MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5 66 MD5 49ee9111cd812ddb089fc5592780ac13 files/aspell-buffer-fix.patch 1094 MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r1 66 +MD5 9d6c4f620a419b9ef08ddaf327adff75 files/digest-aspell-0.50.4.1 67 diff --git a/app-text/aspell/aspell-0.50.5-r1.ebuild b/app-text/aspell/aspell-0.50.5-r1.ebuild index 98bac751a116..d307a851b735 100644 --- a/app-text/aspell/aspell-0.50.5-r1.ebuild +++ b/app-text/aspell/aspell-0.50.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r1.ebuild,v 1.4 2004/06/09 21:44:23 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r1.ebuild,v 1.5 2004/06/10 00:27:15 ciaranm Exp $ inherit libtool eutils @@ -10,7 +10,7 @@ SRC_URI="http://aspell.net/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ppc ~sparc ~mips ~alpha ~arm hppa ~amd64 ~ia64 s390" +KEYWORDS="x86 ppc sparc mips ~alpha ~arm hppa ~amd64 ~ia64 s390" IUSE="gpm" DEPEND=">=sys-libs/ncurses-5.2 |