summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-11-11 21:26:58 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-11-11 21:26:58 +0000
commit9b5469847af429082a76517cafab0b7a2b6ffefa (patch)
treebf407d9dbed69d2bb2a787eb85e1036a758bfd7a /x11-wm
parentversion bump (diff)
downloadgentoo-2-9b5469847af429082a76517cafab0b7a2b6ffefa.tar.gz
gentoo-2-9b5469847af429082a76517cafab0b7a2b6ffefa.tar.bz2
gentoo-2-9b5469847af429082a76517cafab0b7a2b6ffefa.zip
cjk no longer optional
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm/ChangeLog5
-rw-r--r--x11-wm/fvwm/Manifest4
-rw-r--r--x11-wm/fvwm/fvwm-2.5.8.ebuild11
3 files changed, 8 insertions, 12 deletions
diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog
index c7205eaeaf0d..f6ff025b8ee3 100644
--- a/x11-wm/fvwm/ChangeLog
+++ b/x11-wm/fvwm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/fvwm
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.44 2003/11/11 12:01:42 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.45 2003/11/11 21:26:50 taviso Exp $
+
+ 11 Nov 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.8.ebuild:
+ --enable-multibyte is no longer optional, removed cjk from IUSE.
11 Nov 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.8.ebuild,
files/fvwmtabs-insecure-tmp-handling.diff:
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest
index ca31f335d069..5547e7bab61a 100644
--- a/x11-wm/fvwm/Manifest
+++ b/x11-wm/fvwm/Manifest
@@ -1,8 +1,8 @@
MD5 e79bd2fa2e46e650aabaa16754e25583 fvwm-2.5.7-r5.ebuild 8757
-MD5 02d01544ae8400b6aed6963ddbdca5b2 fvwm-2.5.8.ebuild 8986
+MD5 80369848bfb074f45126994686c7bc2e fvwm-2.5.8.ebuild 8812
MD5 b893f78193652b275ce5d276ac38af29 fvwm-2.4.17.ebuild 3961
MD5 8fa93269e89c39d61e797e46a91b2872 fvwm-2.5.7-r3.ebuild 8726
-MD5 b7c5988b6f57dbad230983acd9e19e4f ChangeLog 8956
+MD5 a3663b67114af0af40f4bd9fb2cfe69c ChangeLog 9092
MD5 4833e4d0685ef48988c0c5c4f9c6b377 metadata.xml 527
MD5 e2ceb5d855c5406a09d82442196efad8 files/README.transluceny.gz 5788
MD5 e5701841190ad529d5577c8da69d5006 files/fvwmtabs-insecure-tmp-handling.diff 2350
diff --git a/x11-wm/fvwm/fvwm-2.5.8.ebuild b/x11-wm/fvwm/fvwm-2.5.8.ebuild
index b67ad1b3bb6b..bfb155fe812e 100644
--- a/x11-wm/fvwm/fvwm-2.5.8.ebuild
+++ b/x11-wm/fvwm/fvwm-2.5.8.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.9 2003/11/11 12:01:42 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.10 2003/11/11 21:26:50 taviso Exp $
inherit eutils flag-o-matic
-IUSE="readline truetype ncurses gtk stroke gnome rplay xinerama cjk perl nls png bidi imlib tcltk debug gtk2"
+IUSE="readline truetype ncurses gtk stroke gnome rplay xinerama perl nls png bidi imlib tcltk debug gtk2"
S=${WORKDIR}/${P}
DESCRIPTION="An extremely powerful ICCCM-compliant multiple virtual desktop window manager"
@@ -132,13 +132,6 @@ src_compile() {
myconf="${myconf} --disable-xinerama"
fi
- # multibyte character support, chinese/japanese/korean/etc.
- if use cjk; then
- myconf="${myconf} --enable-multibyte"
- else
- myconf="${myconf} --disable-multibyte"
- fi
-
# bidirectional writing support, eg hebrew
if use bidi; then
myconf="${myconf} --enable-bidi"