summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-05 00:05:46 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-05 00:05:46 +0000
commitbe7c73ba0f35fdbafcabcaa4fbfe709124229af7 (patch)
treef8b12acb096b48fe1ca9c62f9ce1925960dddf44 /app-text/aspell
parentadded gnustep-libs/smbkit package; gworkspace can now depend on samba/smbkit;... (diff)
downloadhistorical-be7c73ba0f35fdbafcabcaa4fbfe709124229af7.tar.gz
historical-be7c73ba0f35fdbafcabcaa4fbfe709124229af7.tar.bz2
historical-be7c73ba0f35fdbafcabcaa4fbfe709124229af7.zip
Added to ~amd64 and ~sparc.
Diffstat (limited to 'app-text/aspell')
-rw-r--r--app-text/aspell/ChangeLog5
-rw-r--r--app-text/aspell/Manifest16
-rw-r--r--app-text/aspell/aspell-0.60.ebuild7
3 files changed, 20 insertions, 8 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog
index 7a0ad92af044..74c960818f31 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.60 2004/10/03 22:36:46 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.61 2004/10/05 00:05:46 eradicator Exp $
+
+ 04 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> aspell-0.60.ebuild:
+ Added to ~amd64 and ~sparc.
*aspell-0.60 (03 Oct 2004)
diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest
index 1fa3bb19a1db..22d70005b4ef 100644
--- a/app-text/aspell/Manifest
+++ b/app-text/aspell/Manifest
@@ -1,8 +1,11 @@
-MD5 168cf6d8eb1c02c0afc4c0aceb1edff6 ChangeLog 10273
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 50c63ae04fc9a460794568949a65c1a3 ChangeLog 10388
MD5 6c043aa59a4b7941b67c2ee6c1f8a461 aspell-0.50.5-r2.ebuild 1861
-MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
MD5 fb4cdd3c2e5007eadc6a7df8fcb03c93 aspell-0.50.5-r4.ebuild 1831
-MD5 5dee8132d141f7f2692fbc252bbcec5e aspell-0.60.ebuild 1677
+MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
+MD5 12c4a2e28cb06ac983e3fb89dda1b9b2 aspell-0.60.ebuild 1699
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
@@ -11,3 +14,10 @@ MD5 ec7c300a1661ae94b55736f74a045bab files/aspell-quotechar-fix.patch 473
MD5 d2091b79a60b395e1ce3c496b7e3d45a files/aspell-0.50.5-charcount.patch 2264
MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r4 66
MD5 337afb25ae875e8dbe3336d493b5e3de files/digest-aspell-0.60 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBYeVoArHZZzCEUG0RAv5OAJ9PCBQ+d8Wa44R7tfS/ZDCnn+4afQCfTkZy
+ncCqJs1155HcywIPbwBlHsI=
+=bAC7
+-----END PGP SIGNATURE-----
diff --git a/app-text/aspell/aspell-0.60.ebuild b/app-text/aspell/aspell-0.60.ebuild
index ea4739aaf174..07fa2c76be8c 100644
--- a/app-text/aspell/aspell-0.60.ebuild
+++ b/app-text/aspell/aspell-0.60.ebuild
@@ -1,6 +1,6 @@
# 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.60.ebuild,v 1.1 2004/10/03 22:36:46 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.ebuild,v 1.2 2004/10/05 00:05:46 eradicator Exp $
inherit libtool eutils flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/aspell/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
IUSE="gpm"
DEPEND=">=sys-libs/ncurses-5.2
@@ -38,7 +38,7 @@ src_compile() {
src_install() {
dodoc README* TODO
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
mv ${D}/usr/share/doc/${PF}/man-html ${D}/usr/share/doc/${PF}/html
mv ${D}/usr/share/doc/${PF}/man-text ${D}/usr/share/doc/${PF}/text
@@ -51,7 +51,6 @@ src_install() {
make clean || die
docinto examples
dodoc ${S}/examples/*
-
}
pkg_postinst() {