summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-12 14:16:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-12 14:16:27 +0000
commitcd23a80d82a2232bbb24d078a0f46e439eca6a98 (patch)
treecb30acdee3ea6877c9301e9af79f4f219c1cc3bf /app-text/ispell
parentblah, forgot to check this in (diff)
downloadhistorical-cd23a80d82a2232bbb24d078a0f46e439eca6a98.tar.gz
historical-cd23a80d82a2232bbb24d078a0f46e439eca6a98.tar.bz2
historical-cd23a80d82a2232bbb24d078a0f46e439eca6a98.zip
blah, forgot to check this in
Diffstat (limited to 'app-text/ispell')
-rw-r--r--app-text/ispell/Manifest6
-rw-r--r--app-text/ispell/files/digest-ispell-3.2.06-r62
-rw-r--r--app-text/ispell/ispell-3.2.06-r4.ebuild9
-rw-r--r--app-text/ispell/ispell-3.2.06-r6.ebuild60
4 files changed, 69 insertions, 8 deletions
diff --git a/app-text/ispell/Manifest b/app-text/ispell/Manifest
index 626c2a7f17e3..afc16f891d02 100644
--- a/app-text/ispell/Manifest
+++ b/app-text/ispell/Manifest
@@ -1,7 +1,7 @@
-MD5 6a16de0473a51880685e3cea7b61380d ispell-3.2.06-r4.ebuild 1441
-MD5 52bcb181afb53ffdcddf7bc214d33fb1 ispell-3.2.06-r6.ebuild 1506
+MD5 7384afe69160b6fd259b7baabb006bd0 ispell-3.2.06-r4.ebuild 1440
+MD5 87a37053d46424f4929bee5d2965d9a9 ispell-3.2.06-r6.ebuild 1509
MD5 6d719950fc4283e5f61f086c611ef17a ispell-3.2.06-r5.ebuild 1491
-MD5 39e4338a0c5e99b0ca8a42a7cfbfd8e4 ChangeLog 2714
+MD5 300d2862a99752b3c3a96d2301d298c1 ChangeLog 3245
MD5 912424a0edd789568666782416a410a2 files/local.h.gentoo 6015
MD5 76e85c717e3103ccdd49401f0930dd54 files/ispell-3.1.20.diff 51067
MD5 f9c42a05f39a3308a690c96369f256f1 files/digest-ispell-3.2.06-r4 137
diff --git a/app-text/ispell/files/digest-ispell-3.2.06-r6 b/app-text/ispell/files/digest-ispell-3.2.06-r6
new file mode 100644
index 000000000000..0cc1ac8bed1a
--- /dev/null
+++ b/app-text/ispell/files/digest-ispell-3.2.06-r6
@@ -0,0 +1,2 @@
+MD5 d434e1aef1a815294d5012c60c4c414a ispell-3.2.06.tar.gz 580742
+MD5 bc65b2f53bc280e8f540daa32bc62e02 ispell-3.2.06-r6-gentoo.diff.bz2 8605
diff --git a/app-text/ispell/ispell-3.2.06-r4.ebuild b/app-text/ispell/ispell-3.2.06-r4.ebuild
index 77d524559390..c8c3cdbfb54b 100644
--- a/app-text/ispell/ispell-3.2.06-r4.ebuild
+++ b/app-text/ispell/ispell-3.2.06-r4.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/ispell/ispell-3.2.06-r4.ebuild,v 1.10 2003/09/05 22:37:21 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r4.ebuild,v 1.11 2003/09/12 14:16:25 seemant Exp $
inherit eutils
@@ -13,7 +13,8 @@ SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc alpha ~mips ~hppa"
-DEPEND="sys-devel/bison
+DEPEND="sys-apps/sed
+ sys-devel/bison
>=sys-libs/ncurses-5.2"
src_unpack() {
@@ -25,7 +26,6 @@ src_compile() {
make config.sh || die
#Fix config.sh to install to ${D}
- cp -p config.sh config.sh.orig
sed \
-e "s:^\(BINDIR='\)\(.*\):\1${D}\2:" \
-e "s:^\(LIBDIR='\)\(.*\):\1${D}\2:" \
@@ -45,8 +45,7 @@ src_install() {
dodir /usr/bin /usr/lib/ispell /usr/share/info \
/usr/share/man/man1 /usr/share/man/man5
- make \
- install || die "Installation Failed"
+ make install || die "Installation Failed"
rmdir ${D}/usr/share/man/man5
rmdir ${D}/usr/share/info
diff --git a/app-text/ispell/ispell-3.2.06-r6.ebuild b/app-text/ispell/ispell-3.2.06-r6.ebuild
new file mode 100644
index 000000000000..5204a9bf5ac4
--- /dev/null
+++ b/app-text/ispell/ispell-3.2.06-r6.ebuild
@@ -0,0 +1,60 @@
+# 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-r6.ebuild,v 1.1 2003/09/12 14:16:25 seemant Exp $
+
+inherit eutils
+
+DESCRIPTION="fast screen-oriented spelling checker"
+HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell.html"
+SRC_URI="http://fmg-www.cs.ucla.edu/geoff/tars/${P}.tar.gz
+ mirror://gentoo/${PF}-gentoo.diff.bz2"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86 ~sparc ~ppc ~alpha ~mips ~hppa"
+
+DEPEND="sys-apps/sed
+ dev-util/byacc
+ sys-apps/miscfiles
+ >=sys-libs/ncurses-5.2"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${WORKDIR}/${PF}-gentoo.diff
+}
+
+src_compile() {
+ make config.sh || die
+
+ #Fix config.sh to install to ${D}
+ cp -p config.sh config.sh.orig
+ sed \
+ -e "s:^\(BINDIR='\)\(.*\):\1${D}\2:" \
+ -e "s:^\(LIBDIR='\)\(.*\):\1${D}\2:" \
+ -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
+ #before 'make install'. Build environment **doesn't**
+ #check for existence and create if not already there.
+ dodir /usr/bin /usr/lib/ispell /usr/share/info \
+ /usr/share/man/man1 /usr/share/man/man5
+
+ make \
+ install || die "Installation Failed"
+
+ rmdir ${D}/usr/share/man/man5
+ rmdir ${D}/usr/share/info
+
+ dodoc Contributors README WISHES
+
+ dosed ${D}/usr/share/man/man1/ispell.1
+}