Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: gnome-bluetooth-2.32.0.ebuild ChangeLog
Date: Fri, 31 Dec 2010 19:21:05
Message-Id: 20101231192055.E0B8C20054@flycatcher.gentoo.org
1 pacho 10/12/31 19:20:55
2
3 Modified: gnome-bluetooth-2.32.0.ebuild ChangeLog
4 Log:
5 Fix eautoreconf when gobject-introspection is not installed (bug #349536 by Albert W. Hopkins).
6
7 (Portage version: 2.1.9.27/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild?r1=1.4&r2=1.5
15
16 Index: gnome-bluetooth-2.32.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- gnome-bluetooth-2.32.0.ebuild 19 Dec 2010 11:51:36 -0000 1.4
23 +++ gnome-bluetooth-2.32.0.ebuild 31 Dec 2010 19:20:55 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.4 2010/12/19 11:51:36 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.5 2010/12/31 19:20:55 pacho Exp $
29
30 EAPI="3"
31 GCONF_DEBUG="yes"
32 @@ -9,6 +9,7 @@
33
34 DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
35 HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
36 +SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2"
37
38 LICENSE="GPL-2 LGPL-2.1"
39 SLOT="2"
40 @@ -62,8 +63,9 @@
41 # Fix build with gobject-introspection 0.9, bug #344227
42 epatch "${FILESDIR}/${P}-introspection-build.patch"
43
44 + cp "${WORKDIR}"/introspection.m4 . || die
45 intltoolize --force --copy --automake || die "intltoolize failed"
46 - eautoreconf
47 + AT_M4DIR="." eautoreconf
48 }
49
50 src_install() {
51
52
53
54 1.85 net-wireless/gnome-bluetooth/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.85&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.85&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.84&r2=1.85
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
63 retrieving revision 1.84
64 retrieving revision 1.85
65 diff -u -r1.84 -r1.85
66 --- ChangeLog 19 Dec 2010 11:51:36 -0000 1.84
67 +++ ChangeLog 31 Dec 2010 19:20:55 -0000 1.85
68 @@ -1,6 +1,10 @@
69 # ChangeLog for net-wireless/gnome-bluetooth
70 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.84 2010/12/19 11:51:36 pacho Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.85 2010/12/31 19:20:55 pacho Exp $
73 +
74 + 31 Dec 2010; Pacho Ramos <pacho@g.o> gnome-bluetooth-2.32.0.ebuild:
75 + Fix eautoreconf when gobject-introspection is not installed (bug #349536 by
76 + Albert W. Hopkins).
77
78 19 Dec 2010; Pacho Ramos <pacho@g.o> gnome-bluetooth-2.32.0.ebuild,
79 +files/gnome-bluetooth-2.32.0-introspection-build.patch: