diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/openbox/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-2.3.0.ebuild | 7 |
3 files changed, 12 insertions, 5 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index 0b9f4fd252c3..2b4f259660ef 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/openbox # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.39 2003/06/24 08:57:05 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.40 2003/07/18 14:16:54 seemant Exp $ + + 18 Jul 2003; Seemant Kulleen <seemant@gentoo.org> openbox-2.3.0.ebuild: + hacky fix to disable NLS being built in this version -- use the MYCONF to + override. commonbox.eclass adjusted to accept this variable 24 Jun 2003; Tavis Ormandy <taviso@gentoo.org> openbox-2.3.1.ebuild: marking ~alpha diff --git a/x11-wm/openbox/Manifest b/x11-wm/openbox/Manifest index 25edb30bc141..43fa14ccdf21 100644 --- a/x11-wm/openbox/Manifest +++ b/x11-wm/openbox/Manifest @@ -1,8 +1,8 @@ MD5 cd8e991ef4a7829c1a715bf68403ecdf openbox-2.1.3-r4.ebuild 874 -MD5 e6fbb37da894b55792ac4ef6ead62401 openbox-2.3.0.ebuild 1181 +MD5 361ab57577c98f4fb489a3ccfcd22757 openbox-2.3.0.ebuild 1241 MD5 5dfe3a3dad2d7e59ec7e5fc229b3997f openbox-1.2.4.ebuild 629 MD5 90456545581e2ae09f6ef4f26610e441 openbox-2.3.1.ebuild 1261 -MD5 c8445215d662ae5cb9aadf2b2a5c45dc ChangeLog 9524 +MD5 b9ae2fc973985fb8db6703f484ca8c37 ChangeLog 9738 MD5 df0043ec05d0e257c30a0c1b7b28a78e files/openbox-2.3.1-epist.patch 318 MD5 056f24d600f8f7ad2c02642ecd41ebfa files/openbox-gcc.patch 276 MD5 f0b52d0f48a8b10c418a6d6558c4198c files/digest-openbox-1.2.4 65 diff --git a/x11-wm/openbox/openbox-2.3.0.ebuild b/x11-wm/openbox/openbox-2.3.0.ebuild index fb539cbaa09e..70591a792431 100644 --- a/x11-wm/openbox/openbox-2.3.0.ebuild +++ b/x11-wm/openbox/openbox-2.3.0.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/openbox/openbox-2.3.0.ebuild,v 1.8 2003/06/19 13:39:34 mkeadle Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-2.3.0.ebuild,v 1.9 2003/07/18 14:16:54 seemant Exp $ -IUSE="gnome kde nls xinerama truetype" +IUSE="gnome kde xinerama truetype" inherit commonbox eutils @@ -20,6 +20,9 @@ DEPEND="$DEPEND mydoc="CHANGE* TODO LICENSE data/README*" +# NLS support is broken in this version +MYCONF="--disable-nls" + src_unpack() { unpack ${A} |