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-plugins/compiz-plugins-main: ChangeLog compiz-plugins-main-0.8.6.ebuild
Date: Sat, 03 Apr 2010 04:52:11
Message-Id: E1NxvL4-000790-Mc@stork.gentoo.org
1 jmbsvicetto 10/04/03 04:52:06
2
3 Modified: ChangeLog
4 Added: compiz-plugins-main-0.8.6.ebuild
5 Log:
6 Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 release and to avoid future dep issues.
7 Did a revbump to avoid issues with installed packages.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 x11-plugins/compiz-plugins-main/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 31 Jan 2010 17:00:45 -0000 1.10
24 +++ ChangeLog 3 Apr 2010 04:52:06 -0000 1.11
25 @@ -1,6 +1,14 @@
26 # ChangeLog for x11-plugins/compiz-plugins-main
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v 1.10 2010/01/31 17:00:45 mrpouet Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v 1.11 2010/04/03 04:52:06 jmbsvicetto Exp $
30 +
31 +*compiz-plugins-main-0.8.6 (03 Apr 2010)
32 +
33 + 03 Apr 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
34 + +compiz-plugins-main-0.8.6.ebuild:
35 + Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6
36 + release and to avoid future dep issues.
37 + Did a revbump to avoid issues with installed packages.
38
39 *compiz-plugins-main-0.8.4-r1 (31 Jan 2010)
40
41
42
43
44 1.1 x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.6.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.6.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.6.ebuild?rev=1.1&content-type=text/plain
48
49 Index: compiz-plugins-main-0.8.6.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.6.ebuild,v 1.1 2010/04/03 04:52:06 jmbsvicetto Exp $
54
55 EAPI="2"
56
57 inherit eutils gnome2-utils
58
59 DESCRIPTION="Compiz Fusion Window Decorator Plugins"
60 HOMEPAGE="http://www.compiz.org/"
61 SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
66 IUSE="gnome"
67
68 MY_PV="0.8.4"
69
70 RDEPEND="
71 >=gnome-base/librsvg-2.14.0
72 media-libs/jpeg
73 x11-libs/cairo
74 >=x11-libs/compiz-bcop-${MY_PV}
75 >=x11-wm/compiz-${PV}[gnome?]
76 "
77
78 DEPEND="${RDEPEND}
79 >=dev-util/intltool-0.35
80 >=dev-util/pkgconfig-0.19
81 >=sys-devel/gettext-0.15
82 "
83
84 src_prepare() {
85 use gnome || epatch "${FILESDIR}"/${PN}-no-gconf.patch
86 }
87
88 src_configure() {
89 econf $(use_enable gnome schemas) || die "econf failed"
90 }
91
92 src_install() {
93 emake DESTDIR="${D}" install || die "emake install failed"
94 }
95 pkg_preinst() {
96 use gnome && gnome2_gconf_savelist
97 }
98
99 pkg_postinst() {
100 use gnome && gnome2_gconf_install
101 }