Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox: metadata.xml ChangeLog fluxbox-9999.ebuild
Date: Wed, 19 Jan 2011 00:52:30
Message-Id: 20110119005217.F184A20054@flycatcher.gentoo.org
1 lack 11/01/19 00:52:17
2
3 Modified: metadata.xml ChangeLog fluxbox-9999.ebuild
4 Log:
5 Add USE flag for fribidi support to live ebuild
6
7 (Portage version: 2.1.9.29/cvs/Linux i686)
8
9 Revision Changes Path
10 1.11 x11-wm/fluxbox/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/metadata.xml?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/metadata.xml?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/metadata.xml?r1=1.10&r2=1.11
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/metadata.xml,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- metadata.xml 29 May 2010 15:01:29 -0000 1.10
23 +++ metadata.xml 19 Jan 2011 00:52:17 -0000 1.11
24 @@ -20,5 +20,7 @@
25 <flag name='toolbar'>Enables the fluxbox toolbar</flag>
26 <flag name='newmousefocus'>Patches the focus model to the upcoming 1.1.2
27 model, which adds a new 'StrictMouseFocus' mode</flag>
28 + <flag name='bidi'>Enable bidirectional language support with
29 + <pkg>dev-libs/fribidi</pkg></flag>
30 </use>
31 </pkgmetadata>
32
33
34
35 1.277 x11-wm/fluxbox/ChangeLog
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.277&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.277&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?r1=1.276&r2=1.277
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v
44 retrieving revision 1.276
45 retrieving revision 1.277
46 diff -u -r1.276 -r1.277
47 --- ChangeLog 16 Aug 2010 19:43:13 -0000 1.276
48 +++ ChangeLog 19 Jan 2011 00:52:17 -0000 1.277
49 @@ -1,6 +1,9 @@
50 # ChangeLog for x11-wm/fluxbox
51 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.276 2010/08/16 19:43:13 abcd Exp $
53 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
54 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.277 2011/01/19 00:52:17 lack Exp $
55 +
56 + 19 Jan 2011; Jim Ramsay <lack@g.o> fluxbox-9999.ebuild, metadata.xml:
57 + Add USE flag for fribidi support to live ebuild
58
59 16 Aug 2010; Jonathan Callen <abcd@g.o> fluxbox-1.0.0.ebuild,
60 +files/fluxbox-1.0.0-interix.patch,
61
62
63
64 1.7 x11-wm/fluxbox/fluxbox-9999.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild?rev=1.7&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild?rev=1.7&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild?r1=1.6&r2=1.7
69
70 Index: fluxbox-9999.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild,v
73 retrieving revision 1.6
74 retrieving revision 1.7
75 diff -u -r1.6 -r1.7
76 --- fluxbox-9999.ebuild 16 Aug 2010 19:43:13 -0000 1.6
77 +++ fluxbox-9999.ebuild 19 Jan 2011 00:52:17 -0000 1.7
78 @@ -1,11 +1,11 @@
79 -# Copyright 1999-2010 Gentoo Foundation
80 +# Copyright 1999-2011 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild,v 1.6 2010/08/16 19:43:13 abcd Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild,v 1.7 2011/01/19 00:52:17 lack Exp $
84
85 EAPI=3
86 inherit eutils git prefix
87
88 -IUSE="nls xinerama +truetype gnome +imlib +slit +toolbar vim-syntax"
89 +IUSE="nls xinerama bidi +truetype gnome +imlib +slit +toolbar vim-syntax"
90
91 DESCRIPTION="Fluxbox is an X11 window manager featuring tabs and an iconbar"
92
93 @@ -24,6 +24,7 @@
94 x11-apps/xmessage
95 x11-libs/libXft
96 truetype? ( media-libs/freetype )
97 + bidi? ( dev-libs/fribidi )
98 imlib? ( >=media-libs/imlib2-1.2.0[X] )
99 vim-syntax? ( app-vim/fluxbox-syntax )
100 !!<x11-themes/fluxbox-styles-fluxmod-20040809-r1
101 @@ -74,6 +75,7 @@
102 $(use_enable imlib imlib2) \
103 $(use_enable slit ) \
104 $(use_enable toolbar ) \
105 + $(use_enable bidi fribidi ) \
106 --sysconfdir="${EPREFIX}"/etc/X11/${PN} \
107 --with-style="${EPREFIX}"/usr/share/fluxbox/styles/Emerge \
108 ${myconf}