Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@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-r3.ebuild compizconfig-python-0.8.4-r2.ebuild
Date: Wed, 08 Sep 2010 22:18:36
Message-Id: 20100908221808.4CF7020051@flycatcher.gentoo.org
1 flameeyes 10/09/08 22:18:08
2
3 Modified: ChangeLog
4 Added: compizconfig-python-0.8.4-r3.ebuild
5 Removed: compizconfig-python-0.8.4-r2.ebuild
6 Log:
7 Apply patch from #336491 to build with contrived eclasses.
8
9 (Portage version: 2.2_rc77/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.21 dev-python/compizconfig-python/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/compizconfig-python/ChangeLog?rev=1.21&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/compizconfig-python/ChangeLog?rev=1.21&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/compizconfig-python/ChangeLog?r1=1.20&r2=1.21
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v
21 retrieving revision 1.20
22 retrieving revision 1.21
23 diff -u -r1.20 -r1.21
24 --- ChangeLog 4 Sep 2010 22:29:06 -0000 1.20
25 +++ ChangeLog 8 Sep 2010 22:18:08 -0000 1.21
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-python/compizconfig-python
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.20 2010/09/04 22:29:06 flameeyes Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.21 2010/09/08 22:18:08 flameeyes Exp $
31 +
32 +*compizconfig-python-0.8.4-r3 (08 Sep 2010)
33 +
34 + 08 Sep 2010; Diego E. Pettenò <flameeyes@g.o>
35 + -compizconfig-python-0.8.4-r2.ebuild,
36 + +compizconfig-python-0.8.4-r3.ebuild:
37 + Apply patch from #336491 to build with contrived eclasses.
38
39 *compizconfig-python-0.8.4-r2 (04 Sep 2010)
40
41
42
43
44 1.1 dev-python/compizconfig-python/compizconfig-python-0.8.4-r3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.8.4-r3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.8.4-r3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: compizconfig-python-0.8.4-r3.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/dev-python/compizconfig-python/compizconfig-python-0.8.4-r3.ebuild,v 1.1 2010/09/08 22:18:08 flameeyes Exp $
54
55 EAPI="3"
56
57 PYTHON_DEPEND="2"
58 SUPPORT_PYTHON_ABIS="1"
59 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
60
61 inherit python
62
63 RESTRICT_PYTHON_ABIS="3.*"
64
65 DESCRIPTION="Compizconfig Python Bindings"
66 HOMEPAGE="http://www.compiz.org/"
67 SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
72 IUSE=""
73
74 RDEPEND="
75 >=dev-libs/glib-2.6
76 >=x11-libs/libcompizconfig-${PV}"
77
78 DEPEND="${RDEPEND}
79 dev-python/pyrex
80 dev-util/pkgconfig"
81
82 src_configure() {
83 python_src_configure \
84 --disable-dependency-tracking \
85 --enable-fast-install \
86 --disable-static
87 }
88
89 src_install() {
90 python_src_install
91 python_clean_installation_image
92 }