diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-15 03:03:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-15 03:03:04 +0000 |
commit | 56a8ca1b14e0082848a55bc1a5e02693fd8de548 (patch) | |
tree | 78f6ba204b8d671bfb5442df866e911b2c184e64 /app-text/aspell | |
parent | stable on ia64 (diff) | |
download | historical-56a8ca1b14e0082848a55bc1a5e02693fd8de548.tar.gz historical-56a8ca1b14e0082848a55bc1a5e02693fd8de548.tar.bz2 historical-56a8ca1b14e0082848a55bc1a5e02693fd8de548.zip |
stable on ia64
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/aspell/Manifest | 6 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50.4.1.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index 294277185604..ad41a0f67193 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/aspell # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.27 2003/11/01 22:52:24 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.28 2003/11/15 03:01:26 agriffis Exp $ + + 14 Nov 2003; Aron Griffis <agriffis@gentoo.org> aspell-0.50.4.1.ebuild: + Stable on ia64 01 Nov 2003; Brad House <brad_mssw@gentoo.org> aspell-0.50.4.1.ebuild: aspell-0.50.4.1 is no good for amd64, duplicate diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index 2508df63ef60..3416e1713c7d 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,7 +1,7 @@ +MD5 10e9049162955e05a92f85e43bb135fa ChangeLog 5735 MD5 e04e4e87f5d0511c429244ea515c24f7 aspell-0.50.3.ebuild 1481 -MD5 3c8dd544580460bfa911b3cbba9e2b6f aspell-0.50.4.1.ebuild 1434 -MD5 54a9cd84300c845073ffe0c8f2ec3b6b ChangeLog 5410 +MD5 e051108a586ab0c2f50a187714839f37 aspell-0.50.4.1.ebuild 1434 MD5 b266f4134f47fc1c8152daa6d4276f26 files/digest-aspell-0.50.3 65 -MD5 9d6c4f620a419b9ef08ddaf327adff75 files/digest-aspell-0.50.4.1 67 MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 +MD5 9d6c4f620a419b9ef08ddaf327adff75 files/digest-aspell-0.50.4.1 67 diff --git a/app-text/aspell/aspell-0.50.4.1.ebuild b/app-text/aspell/aspell-0.50.4.1.ebuild index dbad6d0441aa..237f59a668f7 100644 --- a/app-text/aspell/aspell-0.50.4.1.ebuild +++ b/app-text/aspell/aspell-0.50.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.4.1.ebuild,v 1.2 2003/11/01 22:52:24 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.4.1.ebuild,v 1.3 2003/11/15 03:01:26 agriffis Exp $ inherit libtool @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm -amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm -amd64 ia64" DEPEND=">=sys-libs/ncurses-5.2" |