summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2005-07-05 07:18:29 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2005-07-05 07:18:29 +0000
commitc423d25440b5e65b8a01e0fd1ff7fb4952ad4c46 (patch)
tree3c7da7217b160d2f8cfc2e9376ee02f8427bb892 /x11-wm/windowmaker
parentamd64/mmx fixes for bug 97963 ; more changes (diff)
downloadgentoo-2-c423d25440b5e65b8a01e0fd1ff7fb4952ad4c46.tar.gz
gentoo-2-c423d25440b5e65b8a01e0fd1ff7fb4952ad4c46.tar.bz2
gentoo-2-c423d25440b5e65b8a01e0fd1ff7fb4952ad4c46.zip
Fixes for bug 97959
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/ChangeLog6
-rw-r--r--x11-wm/windowmaker/Manifest2
-rw-r--r--x11-wm/windowmaker/windowmaker-0.92.0.ebuild10
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog
index 821e2b6f198d..b7b63529c1bc 100644
--- a/x11-wm/windowmaker/ChangeLog
+++ b/x11-wm/windowmaker/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/windowmaker
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.54 2005/07/05 07:09:16 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.55 2005/07/05 07:18:29 fafhrd Exp $
+
+ 05 Jul 2005; Armando Di Cianno <fafhrd@gentoo.org>
+ windowmaker-0.92.0.ebuild:
+ Fixes for bug 97959
05 Jul 2005; Armando Di Cianno <fafhrd@gentoo.org>
windowmaker-0.92.0.ebuild:
diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest
index 9b4c8b56350e..c858c7578b36 100644
--- a/x11-wm/windowmaker/Manifest
+++ b/x11-wm/windowmaker/Manifest
@@ -4,7 +4,7 @@ MD5 056f320591b95b4adaec5b906ae25035 windowmaker-0.80.2-r4.ebuild 4094
MD5 6dfb07e767918268038ad952d0e38029 windowmaker-0.91.0-r7.ebuild 6800
MD5 6355aeea8355297f3a777aaccd5bdceb ChangeLog 14003
MD5 641b83c6027dc91a4ac14e1749a58b41 metadata.xml 222
-MD5 c6bcbc40990c2d5b4ddbcf1121484876 windowmaker-0.92.0.ebuild 4881
+MD5 7b919a60a5d814420f6f3e65fde5605c windowmaker-0.92.0.ebuild 4912
MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r2 144
MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r4 144
MD5 8b11b75a0ece3b854bf47e03ded7e0ba files/digest-windowmaker-0.91.0-r1 144
diff --git a/x11-wm/windowmaker/windowmaker-0.92.0.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0.ebuild
index b48d7258b8a5..a27c719d0d8f 100644
--- a/x11-wm/windowmaker/windowmaker-0.92.0.ebuild
+++ b/x11-wm/windowmaker/windowmaker-0.92.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0.ebuild,v 1.3 2005/07/05 07:09:16 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0.ebuild,v 1.4 2005/07/05 07:18:29 fafhrd Exp $
inherit eutils gnustep-funcs flag-o-matic
@@ -60,9 +60,11 @@ src_compile() {
myconf="${myconf} --with-gnustepdir=/usr/lib/GNUstep/Applications"
fi
- use nls \
- && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" \
- || myconf="${myconf} --disable-locale"
+ if use nls; then
+ [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
+ else
+ myconf="${myconf} --disable-locale"
+ fi
# default settings with $myconf appended
econf \