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 dev-python/compizconfig-python: ChangeLog compizconfig-python-0.8.4-r1.ebuild
Date: Sat, 03 Apr 2010 04:20:07
Message-Id: E1Nxuq1-00066q-Si@stork.gentoo.org
1 jmbsvicetto 10/04/03 04:20:01
2
3 Modified: ChangeLog
4 Added: compizconfig-python-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 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.17 dev-python/compizconfig-python/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 20 Dec 2009 16:00:17 -0000 1.16
24 +++ ChangeLog 3 Apr 2010 04:20:01 -0000 1.17
25 @@ -1,6 +1,14 @@
26 # ChangeLog for dev-python/compizconfig-python
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.16 2009/12/20 16:00:17 mrpouet Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.17 2010/04/03 04:20:01 jmbsvicetto Exp $
31 +
32 +*compizconfig-python-0.8.4-r1 (03 Apr 2010)
33 +
34 + 03 Apr 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
35 + +compizconfig-python-0.8.4-r1.ebuild:
36 + Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6
37 + release and to avoid future dep issues.
38 + Did a revbump to avoid issues with installed packages.
39
40 20 Dec 2009; Romain Perier <mrpouet@g.o>
41 -compizconfig-python-0.8.2.ebuild:
42
43
44
45 1.1 dev-python/compizconfig-python/compizconfig-python-0.8.4-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.8.4-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.8.4-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: compizconfig-python-0.8.4-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.8.4-r1.ebuild,v 1.1 2010/04/03 04:20:01 jmbsvicetto Exp $
55
56 inherit python
57
58 DESCRIPTION="Compizconfig Python Bindings"
59 HOMEPAGE="http://www.compiz.org/"
60 SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
65 IUSE=""
66
67 DEPEND="
68 >=dev-lang/python-2.4
69 >=dev-libs/glib-2.6
70 dev-python/pyrex
71 >=x11-libs/libcompizconfig-${PV}"
72 RDEPEND="${DEPEND}"
73
74 src_install() {
75 emake DESTDIR="${D}" install || die "emake install failed"
76 }
77
78 pkg_postinst() {
79 python_need_rebuild
80 }