Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
Date: Fri, 02 Oct 2015 12:50:53
Message-Id: 1443779393.d9b31fb45d421f543d078dad1e75f17e7d2d3872.tranquility@gentoo
1 commit: d9b31fb45d421f543d078dad1e75f17e7d2d3872
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 09:49:53 2015 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 09:49:53 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d9b31fb4
7
8 net-wireless/gnome-bluetooth: Bump version to 3.18.0
9
10 Package-Manager: portage-2.2.22
11 Manifest-Sign-Key: 7E8B4D42
12
13 ...h-9999.ebuild => gnome-bluetooth-3.18.0.ebuild} | 26 +++++-----------------
14 .../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 2 ++
15 2 files changed, 7 insertions(+), 21 deletions(-)
16
17 diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
18 similarity index 78%
19 copy from net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
20 copy to net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
21 index cc5586b..55733a8 100644
22 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
23 +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
24 @@ -6,9 +6,6 @@ EAPI="5"
25 GCONF_DEBUG="yes"
26
27 inherit eutils gnome2 udev user
28 -if [[ ${PV} = 9999 ]]; then
29 - inherit gnome2-live
30 -fi
31
32 DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
33 HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth"
34 @@ -16,17 +13,14 @@ HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth"
35 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
36 SLOT="2/13" # subslot = libgnome-bluetooth soname version
37 IUSE="+introspection"
38 -if [[ ${PV} = 9999 ]]; then
39 - IUSE="${IUSE} doc"
40 - KEYWORDS=""
41 -else
42 - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
43 -fi
44 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
45
46 COMMON_DEPEND="
47 >=dev-libs/glib-2.38:2
48 >=x11-libs/gtk+-3.12:3[introspection?]
49 + media-libs/libcanberra[gtk3]
50 virtual/udev
51 + x11-libs/libnotify
52 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
53 "
54 RDEPEND="${COMMON_DEPEND}
55 @@ -47,34 +41,24 @@ DEPEND="${COMMON_DEPEND}
56 # eautoreconf needs:
57 # gnome-base/gnome-common
58
59 -if [[ ${PV} = 9999 ]]; then
60 - DEPEND="${DEPEND}
61 - app-text/yelp-tools
62 - doc? ( >=dev-util/gtk-doc-1.9 )"
63 -fi
64 -
65 pkg_setup() {
66 enewgroup plugdev
67 }
68
69 src_prepare() {
70 # Regenerate gdbus-codegen files to allow using any glib version; bug #436236
71 - if [[ ${PV} != 9999 ]]; then
72 - rm -v lib/bluetooth-client-glue.{c,h} || die
73 - fi
74 + rm -v lib/bluetooth-client-glue.{c,h} || die
75 gnome2_src_prepare
76 }
77
78 src_configure() {
79 - local myconf=""
80 - [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
81 gnome2_src_configure \
82 $(use_enable introspection) \
83 --enable-documentation \
84 --disable-desktop-update \
85 --disable-icon-update \
86 --disable-static \
87 - ${myconf}
88 + ITSTOOL=$(type -P true)
89 }
90
91 src_install() {
92
93 diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
94 index cc5586b..6057df2 100644
95 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
96 +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
97 @@ -26,7 +26,9 @@ fi
98 COMMON_DEPEND="
99 >=dev-libs/glib-2.38:2
100 >=x11-libs/gtk+-3.12:3[introspection?]
101 + media-libs/libcanberra[gtk3]
102 virtual/udev
103 + x11-libs/libnotify
104 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
105 "
106 RDEPEND="${COMMON_DEPEND}