Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: ChangeLog gnome-bluetooth-0.9.1.ebuild
Date: Tue, 23 Oct 2007 22:39:43
Message-Id: E1IkSPT-0000oB-6q@stork.gentoo.org
1 eva 07/10/23 22:39:39
2
3 Modified: ChangeLog
4 Added: gnome-bluetooth-0.9.1.ebuild
5 Log:
6 bump to 0.9.1
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.36 net-wireless/gnome-bluetooth/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 27 Sep 2007 22:45:41 -0000 1.35
23 +++ ChangeLog 23 Oct 2007 22:39:38 -0000 1.36
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-wireless/gnome-bluetooth
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.35 2007/09/27 22:45:41 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.36 2007/10/23 22:39:38 eva Exp $
29 +
30 +*gnome-bluetooth-0.9.1 (23 Oct 2007)
31 +
32 + 23 Oct 2007; Gilles Dartiguelongue <eva@g.o>
33 + +gnome-bluetooth-0.9.1.ebuild:
34 + bump to 0.9.1
35
36 27 Sep 2007; Wulf C. Krueger <philantrop@g.o>
37 +files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch,
38
39
40
41 1.1 net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-bluetooth-0.9.1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild,v 1.1 2007/10/23 22:39:38 eva Exp $
51
52 inherit distutils gnome2 eutils multilib autotools
53
54 DESCRIPTION="Gnome2 Bluetooth integration suite"
55 HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 RDEPEND=">=gnome-base/libgnomeui-2
63 >=x11-libs/gtk+-2.10
64 >=gnome-base/librsvg-2
65 >=gnome-base/libglade-2
66 >=gnome-base/libgnome-2
67 >=gnome-base/libbonobo-2
68 >=gnome-base/libbonoboui-2
69 >=gnome-base/gconf-2
70 >=gnome-base/orbit-2
71 >=dev-util/gob-2
72 >=dev-libs/openobex-1.2
73 >=net-wireless/bluez-libs-2.25
74 >=net-wireless/libbtctl-0.8.1
75 >=dev-python/pygtk-2.6
76 >=dev-python/gnome-python-2.6"
77
78 DEPEND="${RDEPEND}
79 >=dev-util/intltool-0.35
80 dev-util/pkgconfig"
81
82 DOCS="README NEWS AUTHORS COPYING ChangeLog"
83 MAKEOPTS="${MAKEOPTS} -j1"
84 PYTHON_MODNAME="gnomebt"
85
86 src_unpack() {
87 unpack ${A}
88 cd "${S}"
89
90 epatch "${FILESDIR}/${P}-G_DEPRECATED.patch"
91 sed -i -e 's:${libdir:/${platlibdir:' acinclude.m4
92 eautoreconf
93 }
94
95 src_compile() {
96 platlibdir=$(get_libdir) gnome2_src_compile
97 }
98
99 pkg_postinst() {
100 distutils_pkg_postinst
101 gnome2_pkg_postinst
102 }
103
104 pkg_postrm() {
105 distutils_pkg_postrm
106 gnome2_pkg_postrm
107 }
108
109
110
111 --
112 gentoo-commits@g.o mailing list