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-3.8.1.ebuild ChangeLog
Date: Mon, 03 Jun 2013 20:16:04
Message-Id: 20130603201557.1A90820081@flycatcher.gentoo.org
1 pacho 13/06/03 20:15:57
2
3 Modified: ChangeLog
4 Added: gnome-bluetooth-3.8.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.127 net-wireless/gnome-bluetooth/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.127&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.127&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.126&r2=1.127
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
20 retrieving revision 1.126
21 retrieving revision 1.127
22 diff -u -r1.126 -r1.127
23 --- ChangeLog 30 Mar 2013 17:12:10 -0000 1.126
24 +++ ChangeLog 3 Jun 2013 20:15:57 -0000 1.127
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-wireless/gnome-bluetooth
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.126 2013/03/30 17:12:10 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.127 2013/06/03 20:15:57 pacho Exp $
30 +
31 +*gnome-bluetooth-3.8.1 (03 Jun 2013)
32 +
33 + 03 Jun 2013; Pacho Ramos <pacho@g.o> +gnome-bluetooth-3.8.1.ebuild:
34 + Version bump
35
36 30 Mar 2013; Gilles Dartiguelongue <eva@g.o>
37 -gnome-bluetooth-3.4.2-r1.ebuild:
38
39
40
41 1.1 net-wireless/gnome-bluetooth/gnome-bluetooth-3.8.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.8.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.8.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-bluetooth-3.8.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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-3.8.1.ebuild,v 1.1 2013/06/03 20:15:57 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54
55 inherit eutils gnome2 udev user
56
57 DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
58 HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
59
60 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
61 SLOT="2/11" # subslot = libgnome-bluetooth soname version
62 IUSE="+introspection"
63 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
64
65 COMMON_DEPEND="
66 >=dev-libs/glib-2.29.90:2
67 >=x11-libs/gtk+-2.91.3:3[introspection?]
68 >=x11-libs/libnotify-0.7:=
69 virtual/udev
70 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
71 "
72 RDEPEND="${COMMON_DEPEND}
73 >=net-wireless/bluez-4.34
74 app-mobilephone/obexd
75 x11-themes/gnome-icon-theme-symbolic
76 "
77 DEPEND="${COMMON_DEPEND}
78 !net-wireless/bluez-gnome
79 app-text/docbook-xml-dtd:4.1.2
80 dev-libs/libxml2:2
81 dev-util/gdbus-codegen
82 >=dev-util/gtk-doc-am-1.9
83 >=dev-util/intltool-0.40.0
84 >=sys-devel/gettext-0.17
85 virtual/pkgconfig
86 x11-libs/libX11
87 x11-libs/libXi
88 x11-proto/xproto
89 "
90 # eautoreconf needs:
91 # gnome-base/gnome-common
92 # dev-util/gtk-doc-am
93
94 pkg_setup() {
95 enewgroup plugdev
96 }
97
98 src_prepare() {
99 # Regenerate gdbus-codegen files to allow using any glib version; bug #436236
100 rm -v lib/bluetooth-client-glue.{c,h} || die
101 gnome2_src_prepare
102 }
103
104 src_configure() {
105 gnome2_src_configure \
106 $(use_enable introspection) \
107 --enable-documentation \
108 --disable-desktop-update \
109 --disable-icon-update \
110 --disable-static \
111 ITSTOOL=$(type -P true)
112 }
113
114 src_install() {
115 gnome2_src_install
116 udev_dorules "${FILESDIR}"/61-${PN}.rules
117 }
118
119 pkg_postinst() {
120 gnome2_pkg_postinst
121 if ! has_version sys-auth/consolekit[acl] ; then
122 elog "Don't forget to add yourself to the plugdev group "
123 elog "if you want to be able to control bluetooth transmitter."
124 fi
125 }