summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-12 13:16:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-12 13:16:27 +0000
commit560c32e29a2007bc1ba11b20816603c6fd903cc5 (patch)
tree0cd9f4e83b2b80e6ba75c6fe5ab959d88aefa061 /app-text/ispell
parentNew Version (diff)
downloadgentoo-2-560c32e29a2007bc1ba11b20816603c6fd903cc5.tar.gz
gentoo-2-560c32e29a2007bc1ba11b20816603c6fd903cc5.tar.bz2
gentoo-2-560c32e29a2007bc1ba11b20816603c6fd903cc5.zip
eutils + testing KEYWORDS for all arches
Diffstat (limited to 'app-text/ispell')
-rw-r--r--app-text/ispell/ChangeLog11
-rw-r--r--app-text/ispell/ispell-3.2.06-r4.ebuild16
-rw-r--r--app-text/ispell/ispell-3.2.06-r5.ebuild15
3 files changed, 22 insertions, 20 deletions
diff --git a/app-text/ispell/ChangeLog b/app-text/ispell/ChangeLog
index cee42aa27421..329809086bde 100644
--- a/app-text/ispell/ChangeLog
+++ b/app-text/ispell/ChangeLog
@@ -1,11 +1,16 @@
# ChangeLog for app-text/ispell
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ChangeLog,v 1.12 2003/02/12 05:31:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ChangeLog,v 1.13 2003/02/12 13:16:27 seemant Exp $
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
*ispell-3.2.06-r5 (17 Jul 2002)
+ 12 Feb 2003; Seemant Kulleen <seemant@gentoo.org> :
+
+ Added ~ppc ~alpha ~mips ~hppa to the -r5, and ~alpha ~mips ~hppa to the
+ -r4 ebuild. Also, switched to using epatch from eutils.
+
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+
17 Jul 2002; Seemant Kulleen <seemant@gentoo.org> ispell-3.2.06-r5.ebuild
files/digest-ispell-3.2.06-r5 :
diff --git a/app-text/ispell/ispell-3.2.06-r4.ebuild b/app-text/ispell/ispell-3.2.06-r4.ebuild
index d159fc9e928d..a74d507130d4 100644
--- a/app-text/ispell/ispell-3.2.06-r4.ebuild
+++ b/app-text/ispell/ispell-3.2.06-r4.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# 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.6 2002/12/09 04:17:44 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r4.ebuild,v 1.7 2003/02/12 13:16:27 seemant Exp $
+
+inherit eutils
S=${WORKDIR}/${P}
DESCRIPTION="Ispell is a fast screen-oriented spelling checker"
@@ -13,15 +15,11 @@ DEPEND="sys-devel/bison
SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86 ppc sparc "
+KEYWORDS="x86 ppc sparc ~alpha ~mips ~hppa"
src_unpack() {
-
- unpack ${P}.tar.gz
-
- cd ${S}
- bzcat ${DISTDIR}/${P}-gentoo.diff.bz2 | patch || die
-
+ unpack ${A}
+ epatch ${WORKDIR}/${P}-gentoo.diff
}
src_compile() {
diff --git a/app-text/ispell/ispell-3.2.06-r5.ebuild b/app-text/ispell/ispell-3.2.06-r5.ebuild
index 9ce3155108e0..dd634de98247 100644
--- a/app-text/ispell/ispell-3.2.06-r5.ebuild
+++ b/app-text/ispell/ispell-3.2.06-r5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# 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.4 2002/12/09 04:17:44 manson Exp $
+# $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 $
+
+inherit eutils
S=${WORKDIR}/${P}
DESCRIPTION="Ispell is a fast screen-oriented spelling checker"
@@ -15,15 +17,13 @@ DEPEND="sys-devel/bison
SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86 sparc "
+KEYWORDS="x86 sparc ~ppc ~alpha ~mips ~hppa"
src_unpack() {
-
- unpack ${P}.tar.gz
+ unpack ${A}
cd ${S}
- bzcat ${DISTDIR}/${P}-gentoo.diff.bz2 | patch || die
-
+ epatch ${WORKDIR}/${P}-gentoo.diff
}
src_compile() {
@@ -42,7 +42,6 @@ src_compile() {
}
src_install() {
-
cp -p config.sh.install config.sh
#Need to create the directories to install into