summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-03-01 04:34:44 +0000
committerMike Frysinger <vapier@gentoo.org>2003-03-01 04:34:44 +0000
commit1871a61636d7ddbd786a6516c361782a226d657b (patch)
treec142d39e9068f4679d4fe6f42d350614e2dc5f58 /app-text/ispell
parenttouchups (diff)
downloadhistorical-1871a61636d7ddbd786a6516c361782a226d657b.tar.gz
historical-1871a61636d7ddbd786a6516c361782a226d657b.tar.bz2
historical-1871a61636d7ddbd786a6516c361782a226d657b.zip
touchups
Diffstat (limited to 'app-text/ispell')
-rw-r--r--app-text/ispell/ispell-3.2.06-r4.ebuild14
-rw-r--r--app-text/ispell/ispell-3.2.06-r5.ebuild15
2 files changed, 12 insertions, 17 deletions
diff --git a/app-text/ispell/ispell-3.2.06-r4.ebuild b/app-text/ispell/ispell-3.2.06-r4.ebuild
index b20ec7504b56..812c7ca7a371 100644
--- a/app-text/ispell/ispell-3.2.06-r4.ebuild
+++ b/app-text/ispell/ispell-3.2.06-r4.ebuild
@@ -1,22 +1,21 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r4.ebuild,v 1.8 2003/02/12 13:30:11 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r4.ebuild,v 1.9 2003/03/01 04:30:01 vapier Exp $
inherit eutils
-S=${WORKDIR}/${P}
-DESCRIPTION="Ispell is a fast screen-oriented spelling checker"
+DESCRIPTION="fast screen-oriented spelling checker"
SRC_URI="http://fmg-www.cs.ucla.edu/geoff/tars/${P}.tar.gz
mirror://gentoo/${P}-gentoo.diff.bz2"
HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell.html"
-DEPEND="sys-devel/bison
- >=sys-libs/ncurses-5.2"
-
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc alpha ~mips ~hppa"
+DEPEND="sys-devel/bison
+ >=sys-libs/ncurses-5.2"
+
src_unpack() {
unpack ${A}
epatch ${WORKDIR}/${P}-gentoo.diff
@@ -33,12 +32,11 @@ src_compile() {
-e "s:^\(MAN1DIR='\)\(.*\):\1${D}\2:" \
-e "s:^\(MAN4DIR='\)\(.*\):\1${D}\2:" \
< config.sh > config.sh.install
-
+
make || die
}
src_install() {
-
cp -p config.sh.install config.sh
#Need to create the directories to install into
diff --git a/app-text/ispell/ispell-3.2.06-r5.ebuild b/app-text/ispell/ispell-3.2.06-r5.ebuild
index dd634de98247..2cd6403734a8 100644
--- a/app-text/ispell/ispell-3.2.06-r5.ebuild
+++ b/app-text/ispell/ispell-3.2.06-r5.ebuild
@@ -1,27 +1,24 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r5.ebuild,v 1.5 2003/02/12 13:16:27 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r5.ebuild,v 1.6 2003/03/01 04:30:01 vapier Exp $
inherit eutils
-S=${WORKDIR}/${P}
-DESCRIPTION="Ispell is a fast screen-oriented spelling checker"
+DESCRIPTION="fast screen-oriented spelling checker"
SRC_URI="http://fmg-www.cs.ucla.edu/geoff/tars/${P}.tar.gz
mirror://gentoo/${P}-gentoo.diff.bz2"
HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell.html"
-DEPEND="sys-devel/bison
- sys-apps/miscfiles
- >=sys-libs/ncurses-5.2"
-
-
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 sparc ~ppc ~alpha ~mips ~hppa"
+DEPEND="sys-devel/bison
+ sys-apps/miscfiles
+ >=sys-libs/ncurses-5.2"
+
src_unpack() {
unpack ${A}
-
cd ${S}
epatch ${WORKDIR}/${P}-gentoo.diff
}