Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.82.3.ebuild
Date: Sat, 08 Dec 2007 03:55:51
Message-Id: E1J0qn2-0000uC-Ry@stork.gentoo.org
1 cardoe 07/12/08 03:55:44
2
3 Modified: ChangeLog
4 Added: dbus-python-0.82.3.ebuild
5 Log:
6 upstream version bump
7 (Portage version: 2.1.4_rc8)
8
9 Revision Changes Path
10 1.30 dev-python/dbus-python/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 7 Sep 2007 15:44:20 -0000 1.29
23 +++ ChangeLog 8 Dec 2007 03:55:44 -0000 1.30
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/dbus-python
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.29 2007/09/07 15:44:20 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.30 2007/12/08 03:55:44 cardoe Exp $
29 +
30 +*dbus-python-0.82.3 (08 Dec 2007)
31 +
32 + 08 Dec 2007; Doug Klima <cardoe@g.o> +dbus-python-0.82.3.ebuild:
33 + upstream version bump
34
35 07 Sep 2007; Doug Goldstein <cardoe@g.o> dbus-python-0.82.2.ebuild:
36 bug #191590. Appears this is an issue with the old python-config. -r5 and
37
38
39
40 1.1 dev-python/dbus-python/dbus-python-0.82.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.82.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.82.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: dbus-python-0.82.3.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.82.3.ebuild,v 1.1 2007/12/08 03:55:44 cardoe Exp $
50
51 inherit python multilib
52
53 DESCRIPTION="Python bindings for the D-Bus messagebus."
54 HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings \
55 http://dbus.freedesktop.org/doc/dbus-python/"
56 SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"
57
58 SLOT="0"
59 LICENSE="|| ( GPL-2 AFL-2.1 )"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="test"
62
63 RDEPEND=">=dev-lang/python-2.4.4-r5
64 >=dev-python/pyrex-0.9.3-r2
65 >=dev-libs/dbus-glib-0.71
66 >=sys-apps/dbus-0.91"
67
68 DEPEND="${RDEPEND}
69 test? ( dev-python/pygobject )
70 dev-util/pkgconfig"
71
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75
76 # don't run py-compile
77 sed -i \
78 -e '/if test -n "$$dlist"; then/,/else :; fi/d' \
79 dbus/Makefile.in Makefile.in || die "sed in Makefile.in failed"
80 }
81
82 src_compile() {
83 econf --docdir=/usr/share/doc/dbus-python-${PV} || die "econf failed"
84 emake || die "emake failed"
85 }
86
87 src_install() {
88 make DESTDIR="${D}" install || die "make install failed"
89 }
90
91 pkg_postinst() {
92 python_mod_optimize ${ROOT}usr/$(get_libdir)/python*/site-packages/dbus
93 }
94
95 pkg_postrm() {
96 python_mod_cleanup
97 }
98
99
100
101 --
102 gentoo-commits@g.o mailing list