summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Brown <rendhalver@gentoo.org>2002-12-16 00:14:37 +0000
committerPeter Brown <rendhalver@gentoo.org>2002-12-16 00:14:37 +0000
commitc7ca734c6e054e124a667567aa9c721bc96bfcc3 (patch)
treec1e43d4fb99c3f469ae43a6154bb7c7739b41d70 /app-editors/xemacs
parentnew package - OCaml tool to find/use non-standard packages. (diff)
downloadhistorical-c7ca734c6e054e124a667567aa9c721bc96bfcc3.tar.gz
historical-c7ca734c6e054e124a667567aa9c721bc96bfcc3.tar.bz2
historical-c7ca734c6e054e124a667567aa9c721bc96bfcc3.zip
changed wnn USE var to freewnn
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r--app-editors/xemacs/ChangeLog7
-rw-r--r--app-editors/xemacs/xemacs-21.4.10-r1.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog
index c94192b337ec..bad29332a3c2 100644
--- a/app-editors/xemacs/ChangeLog
+++ b/app-editors/xemacs/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for app-editors/xemacs
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.25 2002/12/15 23:52:17 rendhalver Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.26 2002/12/16 00:14:37 rendhalver Exp $
+
*xemacs-21.4.10-r1 (16 Dec 2002)
+ 16 Dec 2002: Rendhalver [Peter Brown] <rendhalver@gentoo.org> :
+ changed wnn USE var to freewnn
+
16 Dec 2002; Rendhalver [Peter Brown] <rendhalver@gentoo.org> :
Added new USE flags wnn dnd athena next xaw3d lucid
Removed esd USE flag as it is known to cause problems
diff --git a/app-editors/xemacs/xemacs-21.4.10-r1.ebuild b/app-editors/xemacs/xemacs-21.4.10-r1.ebuild
index 14570e696191..9c2f44f01148 100644
--- a/app-editors/xemacs/xemacs-21.4.10-r1.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.10-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.10-r1.ebuild,v 1.1 2002/12/15 23:54:49 rendhalver Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.10-r1.ebuild,v 1.2 2002/12/16 00:14:37 rendhalver Exp $
-IUSE="gpm postgres xface nas dnd X jpeg tiff png mule motif canna wnn lucid athena next xaw3d"
+IUSE="gpm postgres xface nas dnd X jpeg tiff png mule motif canna freewnn lucid athena next xaw3d"
# this is just TEMPORARY until we can get to the core of the problem
SANDBOX_DISABLED="1"
@@ -52,7 +52,7 @@ RDEPEND="virtual/glibc
jpeg? ( media-libs/jpeg )
canna? ( app-i18n/canna )
- wnn? ( app-i18n/freewnn )"
+ freewnn? ( app-i18n/freewnn )"
DEPEND="${RDEPEND}
>=sys-libs/ncurses-5.2"
@@ -138,7 +138,7 @@ src_compile() {
myconf="${myconf} --with-xim=xlib"
use canna && myconf="${myconf} --with-canna" ||
myconf="${myconf} --without-canna"
- use wnn && myconf="${myconf} --with-wnn" ||
+ use freewnn && myconf="${myconf} --with-wnn" ||
myconf="${myconf} --without-wnn"
fi