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-apps/ccsm: ccsm-0.8.4-r1.ebuild ChangeLog
Date: Sat, 03 Apr 2010 03:17:42
Message-Id: E1Nxtrf-000428-0Q@stork.gentoo.org
1 jmbsvicetto 10/04/03 03:17:39
2
3 Modified: ChangeLog
4 Added: ccsm-0.8.4-r1.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 Added a hard dep on sexy-python. Fixes bug 298464 - thanks to Faustus <orlovm@×××××××××.il>.
9 (Portage version: 2.2_rc67/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.19 x11-apps/ccsm/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ChangeLog?rev=1.19&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ChangeLog?rev=1.19&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ChangeLog?r1=1.18&r2=1.19
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v
21 retrieving revision 1.18
22 retrieving revision 1.19
23 diff -u -r1.18 -r1.19
24 --- ChangeLog 20 Dec 2009 15:57:41 -0000 1.18
25 +++ ChangeLog 3 Apr 2010 03:17:38 -0000 1.19
26 @@ -1,6 +1,16 @@
27 # ChangeLog for x11-apps/ccsm
28 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.18 2009/12/20 15:57:41 mrpouet Exp $
30 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.19 2010/04/03 03:17:38 jmbsvicetto Exp $
32 +
33 +*ccsm-0.8.4-r1 (03 Apr 2010)
34 +
35 + 03 Apr 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
36 + +ccsm-0.8.4-r1.ebuild:
37 + Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6
38 + release and to avoid future dep issues.
39 + Did a revbump to avoid issues with installed packages.
40 + Added a hard dep on sexy-python. Fixes bug 298464 - thanks to Faustus
41 + <orlovm@×××××××××.il>.
42
43 20 Dec 2009; Romain Perier <mrpouet@g.o> -ccsm-0.6.0.ebuild:
44 Clean up old version
45
46
47
48 1.1 x11-apps/ccsm/ccsm-0.8.4-r1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ccsm-0.8.4-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ccsm-0.8.4-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: ccsm-0.8.4-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ccsm-0.8.4-r1.ebuild,v 1.1 2010/04/03 03:17:38 jmbsvicetto Exp $
58
59 inherit distutils
60
61 DESCRIPTION="Compizconfig Settings Manager"
62 HOMEPAGE="http://www.compiz.org/"
63 SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
68 IUSE=""
69
70 DEPEND="
71 >=dev-python/compizconfig-python-${PV}
72 >=dev-python/pygtk-2.12
73 dev-python/sexy-python
74 gnome-base/librsvg
75 "
76 RDEPEND="${DEPEND}"
77
78 DOCS="AUTHORS PKG-INFO"
79
80 src_compile() {
81 distutils_src_compile --prefix=/usr
82 }
83
84 src_install() {
85 distutils_src_install --prefix=/usr
86 }