Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-user-share/
Date: Sun, 21 Feb 2016 02:48:06
Message-Id: 1456022800.47e096eafb65b16d79245ab997df34ca1c461cc8.np-hardass@gentoo
1 commit: 47e096eafb65b16d79245ab997df34ca1c461cc8
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 21 02:46:40 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 02:46:40 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=47e096ea
7
8 mate-extra/mate-user-share: Remove bluetooth support per #564262
9
10 Upstream MATE hasn't incorporated changed to support bluez5, so
11 removing bluetooth support until upstream manages to catch up.
12
13 Package-Manager: portage-2.2.26
14
15 ...share-1.10.1.ebuild => mate-user-share-1.10.1-r1.ebuild} | 11 +++++------
16 ...r-share-1.8.0.ebuild => mate-user-share-1.8.0-r1.ebuild} | 13 ++++++-------
17 2 files changed, 11 insertions(+), 13 deletions(-)
18
19 diff --git a/mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
20 similarity index 85%
21 rename from mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild
22 rename to mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
23 index 0b5bb68..c9e9dac 100644
24 --- a/mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild
25 +++ b/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2015 Gentoo Foundation
28 +# Copyright 1999-2016 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Id$
31
32 @@ -19,9 +19,9 @@ LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35
36 -IUSE="X bluetooth"
37 +IUSE="X"
38
39 -RDEPEND=">=app-mobilephone/obex-data-server-0.4:0
40 +RDEPEND="
41 >=dev-libs/dbus-glib-0.70:0
42 >=dev-libs/glib-2.15.2:2
43 >=dev-libs/libunique-1:1
44 @@ -35,8 +35,7 @@ RDEPEND=">=app-mobilephone/obex-data-server-0.4:0
45 >=x11-libs/libnotify-0.7:0
46 >=www-apache/mod_dnssd-0.6:0
47 >=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]
48 - virtual/libintl:0
49 - bluetooth? ( >=net-wireless/bluez-4.18:0= )"
50 + virtual/libintl:0"
51
52 DEPEND="${RDEPEND}
53 app-text/docbook-xml-dtd:4.1.2
54 @@ -49,7 +48,7 @@ src_configure() {
55 gnome2_src_configure \
56 --with-httpd=apache2 \
57 --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
58 - $(use_enable bluetooth) \
59 + --disable-bluetooth \
60 $(use_with X x)
61 }
62
63
64 diff --git a/mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
65 similarity index 84%
66 rename from mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild
67 rename to mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
68 index d08825d..3fe2309 100644
69 --- a/mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild
70 +++ b/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2015 Gentoo Foundation
73 +# Copyright 1999-2016 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $Id$
76
77 @@ -17,11 +17,11 @@ HOMEPAGE="http://www.mate-desktop.org/"
78
79 LICENSE="GPL-2"
80 SLOT="0"
81 -KEYWORDS="amd64 x86"
82 +KEYWORDS="~amd64 ~x86"
83
84 -IUSE="X bluetooth"
85 +IUSE="X"
86
87 -RDEPEND=">=app-mobilephone/obex-data-server-0.4:0
88 +RDEPEND="
89 >=dev-libs/dbus-glib-0.70:0
90 >=dev-libs/glib-2.15.2:2
91 >=dev-libs/libunique-1:1
92 @@ -35,8 +35,7 @@ RDEPEND=">=app-mobilephone/obex-data-server-0.4:0
93 >=x11-libs/libnotify-0.7:0
94 >=www-apache/mod_dnssd-0.6:0
95 >=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]
96 - virtual/libintl:0
97 - bluetooth? ( >=net-wireless/bluez-4.18:0= )"
98 + virtual/libintl:0"
99
100 DEPEND="${RDEPEND}
101 app-text/docbook-xml-dtd:4.1.2
102 @@ -49,7 +48,7 @@ src_configure() {
103 gnome2_src_configure \
104 --with-httpd=apache2 \
105 --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
106 - $(use_enable bluetooth) \
107 + --disable-bluetooth \
108 $(use_with X x)
109 }