Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/compiz-fusion: ChangeLog compiz-fusion-0.8.6.ebuild compiz-fusion-0.8.4-r1.ebuild
Date: Sat, 03 Apr 2010 06:13:30
Message-Id: E1Nxwbm-0001IB-BC@stork.gentoo.org
1 jmbsvicetto 10/04/03 06:13:26
2
3 Modified: ChangeLog
4 Added: compiz-fusion-0.8.6.ebuild
5 compiz-fusion-0.8.4-r1.ebuild
6 Log:
7 Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 release and to avoid future dep issues.
8 Did a revbump to avoid issues with installed packages.
9 (Portage version: 2.2_rc67/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.14 x11-wm/compiz-fusion/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/compiz-fusion/ChangeLog?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/compiz-fusion/ChangeLog?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/compiz-fusion/ChangeLog?r1=1.13&r2=1.14
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/ChangeLog,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- ChangeLog 23 Dec 2009 02:31:44 -0000 1.13
25 +++ ChangeLog 3 Apr 2010 06:13:26 -0000 1.14
26 @@ -1,6 +1,15 @@
27 # ChangeLog for x11-wm/compiz-fusion
28 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/ChangeLog,v 1.13 2009/12/23 02:31:44 jmbsvicetto Exp $
30 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/ChangeLog,v 1.14 2010/04/03 06:13:26 jmbsvicetto Exp $
32 +
33 +*compiz-fusion-0.8.6 (03 Apr 2010)
34 +*compiz-fusion-0.8.4-r1 (03 Apr 2010)
35 +
36 + 03 Apr 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
37 + +compiz-fusion-0.8.4-r1.ebuild, +compiz-fusion-0.8.6.ebuild:
38 + Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6
39 + release and to avoid future dep issues.
40 + Did a revbump to avoid issues with installed packages.
41
42 23 Dec 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
43 -compiz-fusion-0.6.0.ebuild, compiz-fusion-0.8.4.ebuild:
44
45
46
47 1.1 x11-wm/compiz-fusion/compiz-fusion-0.8.6.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.6.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.6.ebuild?rev=1.1&content-type=text/plain
51
52 Index: compiz-fusion-0.8.6.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.6.ebuild,v 1.1 2010/04/03 06:13:26 jmbsvicetto Exp $
57
58 DESCRIPTION="Compiz Fusion (meta)"
59 HOMEPAGE="http://www.compiz.org/"
60 SRC_URI=""
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
65 IUSE="emerald gnome kde unsupported"
66
67 MY_PV=0.8.4
68
69 RDEPEND="
70 >=x11-wm/compiz-${PV}
71 >=x11-plugins/compiz-plugins-main-${PV}
72 >=x11-plugins/compiz-plugins-extra-${PV}
73 unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${MY_PV} )
74 >=x11-apps/ccsm-${MY_PV}
75 emerald? ( >=x11-wm/emerald-${MY_PV} )
76 gnome? ( >=x11-libs/compizconfig-backend-gconf-${MY_PV} )
77 kde? ( >=x11-libs/compizconfig-backend-kconfig4-${MY_PV} )"
78
79 pkg_postinst() {
80 ewarn "If you want to try out simple-ccsm, you'll need to emerge it"
81 ewarn "If you want to use emerald, set the emerald use flag"
82 }
83
84
85
86 1.1 x11-wm/compiz-fusion/compiz-fusion-0.8.4-r1.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.4-r1.ebuild?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.4-r1.ebuild?rev=1.1&content-type=text/plain
90
91 Index: compiz-fusion-0.8.4-r1.ebuild
92 ===================================================================
93 # Copyright 1999-2010 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.4-r1.ebuild,v 1.1 2010/04/03 06:13:26 jmbsvicetto Exp $
96
97 DESCRIPTION="Compiz Fusion (meta)"
98 HOMEPAGE="http://www.compiz.org/"
99 SRC_URI=""
100
101 LICENSE="GPL-2"
102 SLOT="0"
103 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
104 IUSE="emerald gnome kde unsupported"
105
106 RDEPEND="
107 >=x11-wm/compiz-${PV}
108 >=x11-plugins/compiz-plugins-main-${PV}
109 >=x11-plugins/compiz-plugins-extra-${PV}
110 unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )
111 >=x11-apps/ccsm-${PV}
112 emerald? ( >=x11-wm/emerald-${PV} )
113 gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
114 kde? ( >=x11-libs/compizconfig-backend-kconfig4-${PV} )"
115
116 pkg_postinst() {
117 ewarn "If you want to try out simple-ccsm, you'll need to emerge it"
118 ewarn "If you want to use emerald, set the emerald use flag"
119 }