Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: ChangeLog gnome-bluetooth-0.8.0.ebuild
Date: Thu, 27 Sep 2007 22:54:19
Message-Id: E1Ib274-0007ds-Ed@stork.gentoo.org
1 philantrop 07/09/27 22:45:42
2
3 Modified: ChangeLog gnome-bluetooth-0.8.0.ebuild
4 Log:
5 Added a patch to get rid of G*_DISABLE_DEPRECATED. Fixes bug 193467.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.35 net-wireless/gnome-bluetooth/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.35&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.35&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.34&r2=1.35
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
18 retrieving revision 1.34
19 retrieving revision 1.35
20 diff -u -r1.34 -r1.35
21 --- ChangeLog 1 Aug 2007 00:01:03 -0000 1.34
22 +++ ChangeLog 27 Sep 2007 22:45:41 -0000 1.35
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-wireless/gnome-bluetooth
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.34 2007/08/01 00:01:03 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.35 2007/09/27 22:45:41 philantrop Exp $
28 +
29 + 27 Sep 2007; Wulf C. Krueger <philantrop@g.o>
30 + +files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch,
31 + gnome-bluetooth-0.8.0.ebuild:
32 + Added a patch to get rid of G*_DISABLE_DEPRECATED. Fixes bug 193467.
33
34 31 Jul 2007; Christoph Mende <angelos@g.o>
35 gnome-bluetooth-0.7.0-r1.ebuild:
36
37
38
39 1.2 net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild?r1=1.1&r2=1.2
44
45 Index: gnome-bluetooth-0.8.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gnome-bluetooth-0.8.0.ebuild 4 Nov 2006 08:49:21 -0000 1.1
52 +++ gnome-bluetooth-0.8.0.ebuild 27 Sep 2007 22:45:41 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild,v 1.1 2006/11/04 08:49:21 mrness Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild,v 1.2 2007/09/27 22:45:41 philantrop Exp $
59
60 inherit distutils gnome2 eutils multilib autotools
61
62 @@ -41,6 +41,8 @@
63 src_unpack() {
64 unpack ${A}
65 cd "${S}"
66 +
67 + epatch "${FILESDIR}/${P}-G_DEPRECATED.patch"
68 sed -i -e 's:${libdir:/${platlibdir:' acinclude.m4
69 eautoreconf
70 }
71
72
73
74 --
75 gentoo-commits@g.o mailing list