Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xcompmgr: xcompmgr-1.1.3-r1.ebuild ChangeLog
Date: Sat, 11 Oct 2008 23:49:00
Message-Id: E1KooCf-00074K-Oq@stork.gentoo.org
1 flameeyes 08/10/11 23:48:57
2
3 Modified: xcompmgr-1.1.3-r1.ebuild ChangeLog
4 Log:
5 Fix build dependencies.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.6 x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild?r1=1.5&r2=1.6
14
15 Index: xcompmgr-1.1.3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- xcompmgr-1.1.3-r1.ebuild 29 Sep 2007 10:24:25 -0000 1.5
22 +++ xcompmgr-1.1.3-r1.ebuild 11 Oct 2008 23:48:57 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild,v 1.5 2007/09/29 10:24:25 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild,v 1.6 2008/10/11 23:48:57 flameeyes Exp $
29
30 inherit x-modular
31
32 @@ -13,5 +13,6 @@
33 RDEPEND="x11-libs/libXrender
34 x11-libs/libXdamage
35 x11-libs/libXcomposite"
36 +DEPEND="${RDEPEND}"
37
38 PATCHES="${FILESDIR}/fix-unmapped-window-opacity.patch"
39
40
41
42 1.30 x11-misc/xcompmgr/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcompmgr/ChangeLog?rev=1.30&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcompmgr/ChangeLog?rev=1.30&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcompmgr/ChangeLog?r1=1.29&r2=1.30
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v
51 retrieving revision 1.29
52 retrieving revision 1.30
53 diff -u -r1.29 -r1.30
54 --- ChangeLog 10 Mar 2008 02:45:32 -0000 1.29
55 +++ ChangeLog 11 Oct 2008 23:48:57 -0000 1.30
56 @@ -1,6 +1,10 @@
57 # ChangeLog for x11-misc/xcompmgr
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.29 2008/03/10 02:45:32 dberkholz Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.30 2008/10/11 23:48:57 flameeyes Exp $
61 +
62 + 11 Oct 2008; Diego Pettenò <flameeyes@g.o>
63 + xcompmgr-1.1.3-r1.ebuild:
64 + Fix build dependencies.
65
66 *xcompmgr-1.1.4 (10 Mar 2008)