Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/openbox: ChangeLog openbox-9999.ebuild
Date: Sun, 07 Feb 2010 13:40:53
Message-Id: E1Ne7Na-0007gF-M6@stork.gentoo.org
1 hwoarang 10/02/07 13:40:50
2
3 Modified: ChangeLog openbox-9999.ebuild
4 Log:
5 Ebuild fixes and cleanup thanks to yngwin and ssuominen
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.192 x11-wm/openbox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.192&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.192&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/ChangeLog?r1=1.191&r2=1.192
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v
18 retrieving revision 1.191
19 retrieving revision 1.192
20 diff -u -r1.191 -r1.192
21 --- ChangeLog 5 Feb 2010 15:37:19 -0000 1.191
22 +++ ChangeLog 7 Feb 2010 13:40:50 -0000 1.192
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-wm/openbox
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.191 2010/02/05 15:37:19 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.192 2010/02/07 13:40:50 hwoarang Exp $
28 +
29 + 07 Feb 2010; Markos Chandras <hwoarang@g.o> openbox-9999.ebuild:
30 + Ebuild fixes and cleanup thanks to yngwin and ssuominen
31
32 *openbox-9999 (05 Feb 2010)
33
34
35
36
37 1.2 x11-wm/openbox/openbox-9999.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/openbox-9999.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/openbox-9999.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/openbox-9999.ebuild?r1=1.1&r2=1.2
42
43 Index: openbox-9999.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-9999.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- openbox-9999.ebuild 5 Feb 2010 15:37:19 -0000 1.1
50 +++ openbox-9999.ebuild 7 Feb 2010 13:40:50 -0000 1.2
51 @@ -1,11 +1,12 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-9999.ebuild,v 1.1 2010/02/05 15:37:19 hwoarang Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-9999.ebuild,v 1.2 2010/02/07 13:40:50 hwoarang Exp $
56
57 EAPI="2"
58 -inherit eutils git
59 +WANT_AUTOMAKE="1.9"
60 +inherit autotools eutils git
61
62 -DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager."
63 +DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager"
64 HOMEPAGE="http://openbox.org/"
65 EGIT_REPO_URI="git://git.openbox.org/dana/openbox"
66
67 @@ -14,7 +15,7 @@
68 KEYWORDS=""
69 IUSE="imlib nls startup-notification xinerama"
70
71 -RDEPEND=">=dev-libs/glib-2.6
72 +RDEPEND="dev-libs/glib:2
73 >=dev-libs/libxml2-2.0
74 >=media-libs/fontconfig-2
75 x11-libs/libXft
76 @@ -26,6 +27,7 @@
77 startup-notification? ( >=x11-libs/startup-notification-0.8 )
78 xinerama? ( x11-libs/libXinerama )"
79 DEPEND="${RDEPEND}
80 + nls? ( sys-devel/gettext )
81 dev-util/cvs
82 dev-util/pkgconfig
83 x11-proto/xextproto
84 @@ -34,10 +36,11 @@
85
86 src_prepare() {
87 epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch
88 + eautopoint
89 + eautoreconf
90 }
91
92 src_configure() {
93 - ./bootstrap || die "boostrap failed"
94 econf \
95 --docdir=/usr/share/doc/${PF} \
96 $(use_enable imlib imlib2) \