diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 00:27:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 00:27:32 +0000 |
commit | 46a4e8c9eb137613728baefa0e17e17fab2bf567 (patch) | |
tree | 439aa22c19c13f806d23c5fcd7d9fd68a188831b /app-text | |
parent | New upstream version (diff) | |
download | historical-46a4e8c9eb137613728baefa0e17e17fab2bf567.tar.gz historical-46a4e8c9eb137613728baefa0e17e17fab2bf567.tar.bz2 historical-46a4e8c9eb137613728baefa0e17e17fab2bf567.zip |
fixes, but not good
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ispell/files/digest-ispell-3.2.06-r2 | 2 | ||||
-rw-r--r-- | app-text/ispell/ispell-3.2.06-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/ispell/ispell-3.2.06-r2.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-text/ispell/files/digest-ispell-3.2.06-r2 b/app-text/ispell/files/digest-ispell-3.2.06-r2 index 3a326b326cce..44fe3627ee27 100644 --- a/app-text/ispell/files/digest-ispell-3.2.06-r2 +++ b/app-text/ispell/files/digest-ispell-3.2.06-r2 @@ -1,2 +1,2 @@ MD5 d434e1aef1a815294d5012c60c4c414a ispell-3.2.06.tar.gz 580742 -MD5 90d3809b01315817ed82353fd37f2b56 ispell-3.2.06-gentoo.diff.bz2 8338 +MD5 5d418901924cfd7e782ba93ff6c25830 ispell-3.2.06-gentoo.diff.bz2 8338 diff --git a/app-text/ispell/ispell-3.2.06-r1.ebuild b/app-text/ispell/ispell-3.2.06-r1.ebuild index 902f3878d446..ff38785b1bf4 100644 --- a/app-text/ispell/ispell-3.2.06-r1.ebuild +++ b/app-text/ispell/ispell-3.2.06-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r1.ebuild,v 1.5 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r1.ebuild,v 1.6 2002/07/12 00:26:53 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Ispell is a fast screen-oriented spelling checker" @@ -15,7 +15,7 @@ src_compile() { #This is easier and cleaner than sed'ing. #Also allows user to edit local.h.gentoo for language preference - cp ${FILESDIR}/local.h.gentoo ${S}/local.h + #cp ${FILESDIR}/local.h.gentoo ${S}/local.h make || die } diff --git a/app-text/ispell/ispell-3.2.06-r2.ebuild b/app-text/ispell/ispell-3.2.06-r2.ebuild index a0a7b95e0712..6aa993683dc0 100644 --- a/app-text/ispell/ispell-3.2.06-r2.ebuild +++ b/app-text/ispell/ispell-3.2.06-r2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r2.ebuild,v 1.4 2002/07/11 23:13:10 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r2.ebuild,v 1.5 2002/07/12 00:26:53 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Ispell is a fast screen-oriented spelling checker" SRC_URI="http://fmg-www.cs.ucla.edu/geoff/tars/${P}.tar.gz - http://www.ibibilio.org/pub/Linux/distributions/gentoo/distfiles/${P}-gentoo.diff.bz2" + http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}-gentoo.diff.bz2" HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell.html" DEPEND="sys-devel/bison |