summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 22:37:27 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 22:37:27 +0000
commite34e99ff3a479e58cdd7c2d310dce7bbf8070e74 (patch)
tree670a0fb22c3de0ef56319a57f951909e0608d680 /app-text/aspell
parentdigest (diff)
downloadgentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.gz
gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.bz2
gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.zip
whitespace cleanup
Diffstat (limited to 'app-text/aspell')
-rw-r--r--app-text/aspell/Manifest6
-rw-r--r--app-text/aspell/aspell-0.50.3.ebuild8
2 files changed, 7 insertions, 7 deletions
diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest
index 8d45fc1c62df..56a7b6d5dfcb 100644
--- a/app-text/aspell/Manifest
+++ b/app-text/aspell/Manifest
@@ -1,5 +1,5 @@
-MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309
+MD5 516fea1d8e1524f84ffc01397d807a06 ChangeLog 5232
+MD5 e04e4e87f5d0511c429244ea515c24f7 aspell-0.50.3.ebuild 1481
MD5 b266f4134f47fc1c8152daa6d4276f26 files/digest-aspell-0.50.3 65
+MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309
MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453
-MD5 1a3d2a58cbed63ff9c406ada236ab8e8 aspell-0.50.3.ebuild 1482
-MD5 516fea1d8e1524f84ffc01397d807a06 ChangeLog 5232
diff --git a/app-text/aspell/aspell-0.50.3.ebuild b/app-text/aspell/aspell-0.50.3.ebuild
index b633981ab22c..43a4edd02475 100644
--- a/app-text/aspell/aspell-0.50.3.ebuild
+++ b/app-text/aspell/aspell-0.50.3.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.3.ebuild,v 1.10 2003/08/05 15:56:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.3.ebuild,v 1.11 2003/09/05 22:37:21 msterret Exp $
inherit libtool
@@ -31,7 +31,7 @@ src_compile() {
--disable-static \
--sysconfdir=/etc/aspell \
--enable-docdir=/usr/share/doc/${PF} || die
-
+
emake || die
}
@@ -44,13 +44,13 @@ src_install() {
dodoc man-text
rm -rf man-text
cd ${S}
-
+
dodoc README* TODO
cd examples
make clean || die
cd ${S}
-
+
docinto examples
dodoc examples/*
}