Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
Date: Wed, 17 Feb 2010 23:12:28
Message-Id: E1Nhsgn-0002W3-Ul@stork.gentoo.org
1 eva 10/02/17 22:48:13
2
3 Modified: ChangeLog dbus-python-0.83.0-r1.ebuild
4 Log:
5 Do not install pointless .la file, bug #299101. Install documentation in one place, bug #299102.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.58 dev-python/dbus-python/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.58&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.58&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/ChangeLog?r1=1.57&r2=1.58
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
18 retrieving revision 1.57
19 retrieving revision 1.58
20 diff -u -r1.57 -r1.58
21 --- ChangeLog 20 Jan 2010 00:11:09 -0000 1.57
22 +++ ChangeLog 17 Feb 2010 22:48:13 -0000 1.58
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-python/dbus-python
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.57 2010/01/20 00:11:09 abcd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.58 2010/02/17 22:48:13 eva Exp $
28 +
29 + 17 Feb 2010; Gilles Dartiguelongue <eva@g.o>
30 + dbus-python-0.83.0-r1.ebuild:
31 + Do not install pointless .la file, bug #299101. Install documentation in
32 + one place, bug #299102.
33
34 20 Jan 2010; Jonathan Callen <abcd@g.o>
35 dbus-python-0.83.0-r1.ebuild:
36
37
38
39 1.16 dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.16&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.16&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.15&r2=1.16
44
45 Index: dbus-python-0.83.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
48 retrieving revision 1.15
49 retrieving revision 1.16
50 diff -u -r1.15 -r1.16
51 --- dbus-python-0.83.0-r1.ebuild 20 Jan 2010 00:11:09 -0000 1.15
52 +++ dbus-python-0.83.0-r1.ebuild 17 Feb 2010 22:48:13 -0000 1.16
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.15 2010/01/20 00:11:09 abcd Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.16 2010/02/17 22:48:13 eva Exp $
58
59 EAPI="2"
60 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
61 @@ -41,7 +41,7 @@
62
63 configuration() {
64 econf \
65 - --docdir="${EPREFIX}"/usr/share/doc/dbus-python-${PV} \
66 + --docdir="${EPREFIX}"/usr/share/doc/${PF} \
67 $(use_enable doc api-docs)
68 }
69 python_execute_function -s configuration
70 @@ -65,6 +65,8 @@
71 insinto /usr/share/doc/${PF}/
72 doins -r examples || die
73 fi
74 +
75 + find "${D}" -name "*.la" -delete || die "removing *.la files failed"
76 }
77
78 pkg_postinst() {