summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-08-05 08:37:11 +0000
committerFabian Groffen <grobian@gentoo.org>2007-08-05 08:37:11 +0000
commitc1b6799e39388660b221bf99f879a8a7a64dda66 (patch)
tree6bf2d593a73083a9844c4c2ffbad2b36683859e4 /app-dicts/wordnet
parentFix a typo in the date. (diff)
downloadgentoo-2-c1b6799e39388660b221bf99f879a8a7a64dda66.tar.gz
gentoo-2-c1b6799e39388660b221bf99f879a8a7a64dda66.tar.bz2
gentoo-2-c1b6799e39388660b221bf99f879a8a7a64dda66.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-dicts/wordnet')
-rw-r--r--app-dicts/wordnet/ChangeLog6
-rw-r--r--app-dicts/wordnet/files/wordnet-2.0-macos.patch11
-rw-r--r--app-dicts/wordnet/wordnet-2.0.ebuild5
-rw-r--r--app-dicts/wordnet/wordnet-2.1.ebuild8
4 files changed, 11 insertions, 19 deletions
diff --git a/app-dicts/wordnet/ChangeLog b/app-dicts/wordnet/ChangeLog
index f0d58c9c5b07..c58862e3b85c 100644
--- a/app-dicts/wordnet/ChangeLog
+++ b/app-dicts/wordnet/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/wordnet
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/ChangeLog,v 1.12 2007/08/05 01:24:22 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/ChangeLog,v 1.13 2007/08/05 08:37:11 grobian Exp $
+
+ 05 Aug 2007; Fabian Groffen <grobian@gentoo.org>
+ -files/wordnet-2.0-macos.patch, wordnet-2.0.ebuild, wordnet-2.1.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
*wordnet-3.0 (05 Aug 2007)
diff --git a/app-dicts/wordnet/files/wordnet-2.0-macos.patch b/app-dicts/wordnet/files/wordnet-2.0-macos.patch
deleted file mode 100644
index 555312d091bf..000000000000
--- a/app-dicts/wordnet/files/wordnet-2.0-macos.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- WordNet-2.0/src/lib/wnutil.c.orig 2005-11-12 15:52:07.000000000 +0100
-+++ WordNet-2.0/src/lib/wnutil.c 2005-11-12 15:52:51.000000000 +0100
-@@ -7,7 +7,7 @@
- #include <stdio.h>
- #include <ctype.h>
-
--#ifdef UNIX
-+#if defined(UNIX) && !defined(__APPLE__)
- #include <malloc.h>
- #endif
-
diff --git a/app-dicts/wordnet/wordnet-2.0.ebuild b/app-dicts/wordnet/wordnet-2.0.ebuild
index 354c0baf2dbd..f344b22859cb 100644
--- a/app-dicts/wordnet/wordnet-2.0.ebuild
+++ b/app-dicts/wordnet/wordnet-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-2.0.ebuild,v 1.7 2007/08/04 20:36:12 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-2.0.ebuild,v 1.8 2007/08/05 08:37:11 grobian Exp $
inherit flag-o-matic
@@ -12,13 +12,12 @@ DEPEND="dev-lang/tcl
LICENSE="Princeton"
IUSE=""
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
S=${WORKDIR}/WordNet-${PV}
src_unpack() {
unpack $A
epatch ${FILESDIR}/Makefiles.diff
- epatch "${FILESDIR}/${P}"-macos.patch
}
src_compile() {
diff --git a/app-dicts/wordnet/wordnet-2.1.ebuild b/app-dicts/wordnet/wordnet-2.1.ebuild
index 0bb016b30913..a549e6b7e006 100644
--- a/app-dicts/wordnet/wordnet-2.1.ebuild
+++ b/app-dicts/wordnet/wordnet-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-2.1.ebuild,v 1.5 2007/08/04 20:36:12 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-2.1.ebuild,v 1.6 2007/08/05 08:37:11 grobian Exp $
inherit flag-o-matic
@@ -14,14 +14,14 @@ DEPEND="dev-lang/tcl
LICENSE="Princeton"
IUSE=""
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
S=${WORKDIR}/WordNet-${PV}
src_unpack() {
unpack $A
- epatch "$FILESDIR/Wordnet-2.1-dict-location.patch"
+ epatch "${FILESDIR}/Wordnet-2.1-dict-location.patch"
cd WordNet-2.1
- epatch "$FILESDIR/Wordnet-2.1-compile-fix-new.patch"
+ epatch "${FILESDIR}/Wordnet-2.1-compile-fix-new.patch"
}
src_compile() {