summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMatt Keadle <mkeadle@gentoo.org>2003-05-20 21:42:10 +0000
committerMatt Keadle <mkeadle@gentoo.org>2003-05-20 21:42:10 +0000
commit8d94e09735819973bac1513c922e171fe93778ba (patch)
treeeca8edb4b4078010aa5795de15b730c8e6bb931d /x11-wm
parentmoving --enable-xinerama to USE setting in commonbox.eclass (diff)
downloadhistorical-8d94e09735819973bac1513c922e171fe93778ba.tar.gz
historical-8d94e09735819973bac1513c922e171fe93778ba.tar.bz2
historical-8d94e09735819973bac1513c922e171fe93778ba.zip
moving --enable-xinerama to USE test in commonbox.eclass
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fluxbox/ChangeLog7
-rw-r--r--x11-wm/fluxbox/fluxbox-0.1.12-r1.ebuild5
-rw-r--r--x11-wm/fluxbox/fluxbox-0.1.14-r1.ebuild5
-rw-r--r--x11-wm/fluxbox/fluxbox-0.9.0.ebuild5
4 files changed, 12 insertions, 10 deletions
diff --git a/x11-wm/fluxbox/ChangeLog b/x11-wm/fluxbox/ChangeLog
index ecd7d95e892a..52f557f8a544 100644
--- a/x11-wm/fluxbox/ChangeLog
+++ b/x11-wm/fluxbox/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-wm/fluxbox
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.53 2003/04/18 16:19:04 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.54 2003/05/20 21:42:10 mkeadle Exp $
+
+*fluxbox (20 May 2003)
+
+ 20 May 2003; mkeadle <mkeadle@gentoo.org>:
+ Moving --enable-xinerama to USE test in commonbox.eclass.
*fluxbox (12 Apr 2003)
diff --git a/x11-wm/fluxbox/fluxbox-0.1.12-r1.ebuild b/x11-wm/fluxbox/fluxbox-0.1.12-r1.ebuild
index 06d95b70465b..fe85526b8c05 100644
--- a/x11-wm/fluxbox/fluxbox-0.1.12-r1.ebuild
+++ b/x11-wm/fluxbox/fluxbox-0.1.12-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.12-r1.ebuild,v 1.8 2003/04/12 10:23:45 cybersystem Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.12-r1.ebuild,v 1.9 2003/05/20 21:42:10 mkeadle Exp $
-IUSE="nls"
+IUSE="kde gnome nls xinerama"
inherit commonbox flag-o-matic
@@ -17,7 +17,6 @@ SLOT="0"
KEYWORDS="x86 ppc sparc alpha"
mydoc="ChangeLog COPYING NEWS"
-myconf="--enable-xinerama"
filter-flags -fno-exceptions
export WANT_AUTOMAKE_1_6=1
export WANT_AUTOCONF_2_5=1
diff --git a/x11-wm/fluxbox/fluxbox-0.1.14-r1.ebuild b/x11-wm/fluxbox/fluxbox-0.1.14-r1.ebuild
index ab3a5da57a63..eda518f89072 100644
--- a/x11-wm/fluxbox/fluxbox-0.1.14-r1.ebuild
+++ b/x11-wm/fluxbox/fluxbox-0.1.14-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.14-r1.ebuild,v 1.5 2003/04/18 16:19:04 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.14-r1.ebuild,v 1.6 2003/05/20 21:42:10 mkeadle Exp $
-IUSE="nls"
+IUSE="kde gnome nls xinerama"
inherit commonbox flag-o-matic eutils
@@ -16,7 +16,6 @@ SLOT="0"
KEYWORDS="x86 ~ppc sparc hppa"
mydoc="ChangeLog COPYING NEWS"
-myconf="--enable-xinerama"
if pkg-config xft
then
CXXFLAGS="${CXXFLAGS} -I/usr/include/freetype2"
diff --git a/x11-wm/fluxbox/fluxbox-0.9.0.ebuild b/x11-wm/fluxbox/fluxbox-0.9.0.ebuild
index 55d6dfcf59ff..8ace0821dcf0 100644
--- a/x11-wm/fluxbox/fluxbox-0.9.0.ebuild
+++ b/x11-wm/fluxbox/fluxbox-0.9.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1993-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.0.ebuild,v 1.1 2003/04/22 06:45:31 mkeadle Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.0.ebuild,v 1.2 2003/05/20 21:42:10 mkeadle Exp $
-IUSE="nls"
+IUSE="gnome kde nls xinerama"
inherit commonbox flag-o-matic eutils
@@ -16,7 +16,6 @@ LICENSE="GPL-2"
KEYWORDS="~x86"
mydoc="ChangeLog COPYING NEWS"
-myconf="--enable-xinerama"
#if pkg-config xft
#then
# CXXFLAGS="${CXXFLAGS} -I/usr/include/freetype2"