Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/compiz-fusion: ChangeLog compiz-fusion-0.8.8.ebuild
Date: Thu, 30 Aug 2012 17:46:20
Message-Id: 20120830174609.ECC0C20CA4@flycatcher.gentoo.org
1 pinkbyte 12/08/30 17:46:09
2
3 Modified: ChangeLog compiz-fusion-0.8.8.ebuild
4 Log:
5 Fix dependencies versions
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 x11-wm/compiz-fusion/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz-fusion/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz-fusion/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz-fusion/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 7 May 2012 01:43:47 -0000 1.16
23 +++ ChangeLog 30 Aug 2012 17:46:09 -0000 1.17
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-wm/compiz-fusion
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/ChangeLog,v 1.16 2012/05/07 01:43:47 naota Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/ChangeLog,v 1.17 2012/08/30 17:46:09 pinkbyte Exp $
29 +
30 + 30 Aug 2012; Sergey Popov <pinkbyte@g.o> compiz-fusion-0.8.8.ebuild:
31 + Fix dependencies versions
32
33 *compiz-fusion-0.8.8 (07 May 2012)
34
35
36
37
38 1.2 x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild?r1=1.1&r2=1.2
43
44 Index: compiz-fusion-0.8.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- compiz-fusion-0.8.8.ebuild 7 May 2012 01:43:47 -0000 1.1
51 +++ compiz-fusion-0.8.8.ebuild 30 Aug 2012 17:46:09 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild,v 1.1 2012/05/07 01:43:47 naota Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild,v 1.2 2012/08/30 17:46:09 pinkbyte Exp $
57
58 DESCRIPTION="Compiz Fusion (meta)"
59 HOMEPAGE="http://www.compiz.org/"
60 @@ -11,17 +11,15 @@
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62 IUSE="emerald gnome kde unsupported"
63
64 -MY_PV=0.8.4
65 -
66 RDEPEND="
67 >=x11-wm/compiz-${PV}
68 >=x11-plugins/compiz-plugins-main-${PV}
69 >=x11-plugins/compiz-plugins-extra-${PV}
70 - unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${MY_PV} )
71 - >=x11-apps/ccsm-${MY_PV}
72 - emerald? ( >=x11-wm/emerald-${MY_PV} )
73 - gnome? ( >=x11-libs/compizconfig-backend-gconf-${MY_PV} )
74 - kde? ( >=x11-libs/compizconfig-backend-kconfig4-${MY_PV} )"
75 + unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )
76 + >=x11-apps/ccsm-0.8.4
77 + emerald? ( >=x11-wm/emerald-${PV} )
78 + gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
79 + kde? ( >=x11-libs/compizconfig-backend-kconfig4-${PV} )"
80
81 pkg_postinst() {
82 ewarn "If you want to try out simple-ccsm, you'll need to emerge it"