diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-12 20:51:45 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-12 20:51:45 +0000 |
commit | cf8fbd00b5d88fef04e46a392992c757dc6e8519 (patch) | |
tree | ea7843558c68a1ca7687d2e20be5aabac435ef4b /app-text/aspell | |
parent | ver bump (diff) | |
download | historical-cf8fbd00b5d88fef04e46a392992c757dc6e8519.tar.gz historical-cf8fbd00b5d88fef04e46a392992c757dc6e8519.tar.bz2 historical-cf8fbd00b5d88fef04e46a392992c757dc6e8519.zip |
Stable on alpha.
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/aspell/Manifest | 12 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50.5.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index 0582f35c42d5..f5f3b674a885 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.35 2004/05/07 22:22:59 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.36 2004/05/12 20:51:45 kloeri Exp $ + + 12 May 2004; Bryan Østergaard <kloeri@gentoo.org> aspell-0.50.5.ebuild: + Stable on alpha. 07 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> aspell-0.50.4.1.ebuild, aspell-0.50.5.ebuild: diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index 629d3cfd8502..6783b33dd0fa 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,10 +1,10 @@ MD5 b0675e922ea62d3ad6972afe58f18031 aspell-0.50.3.ebuild 1551 -MD5 e10db7490f7d3067608822054dd32849 ChangeLog 6685 -MD5 18093407abb990118dc90124dcbe3201 aspell-0.50.4.1.ebuild 1523 -MD5 afe735bb795d2ef07b32a6627bc254d1 aspell-0.50.5.ebuild 1606 +MD5 688a99ad89798940bfb92c687f232ecf aspell-0.50.5.ebuild 1604 MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 -MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 -MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 +MD5 18093407abb990118dc90124dcbe3201 aspell-0.50.4.1.ebuild 1523 +MD5 6f1c9311885d6a188d75031f25144abd ChangeLog 6778 MD5 b266f4134f47fc1c8152daa6d4276f26 files/digest-aspell-0.50.3 65 -MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5 66 +MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 MD5 9d6c4f620a419b9ef08ddaf327adff75 files/digest-aspell-0.50.4.1 67 +MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 +MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5 66 diff --git a/app-text/aspell/aspell-0.50.5.ebuild b/app-text/aspell/aspell-0.50.5.ebuild index 569d2595e687..dfea91d1f1d1 100644 --- a/app-text/aspell/aspell-0.50.5.ebuild +++ b/app-text/aspell/aspell-0.50.5.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.ebuild,v 1.7 2004/05/07 22:22:59 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5.ebuild,v 1.8 2004/05/12 20:51:45 kloeri Exp $ inherit libtool @@ -12,7 +12,7 @@ IUSE="gpm" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~x86 ~ppc sparc ~alpha ~mips ~hppa ~amd64 ~ia64 s390" +KEYWORDS="~x86 ~ppc sparc alpha ~mips ~hppa ~amd64 ~ia64 s390" DEPEND=">=sys-libs/ncurses-5.2 gpm? ( sys-libs/gpm )" |