From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2EFFA1388C0 for ; Sun, 21 Feb 2016 02:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9972E21C005; Sun, 21 Feb 2016 02:48:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E7B121C005 for ; Sun, 21 Feb 2016 02:48:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2A3B340C21 for ; Sun, 21 Feb 2016 02:48:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B37708F5 for ; Sun, 21 Feb 2016 02:48:01 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1456022800.47e096eafb65b16d79245ab997df34ca1c461cc8.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-user-share/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild X-VCS-Directories: mate-extra/mate-user-share/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 47e096eafb65b16d79245ab997df34ca1c461cc8 X-VCS-Branch: master Date: Sun, 21 Feb 2016 02:48:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c4329e86-45bd-4060-9caa-1b51a44970f3 X-Archives-Hash: eb39d12625d8daf584fd9d1660d8a318 commit: 47e096eafb65b16d79245ab997df34ca1c461cc8 Author: NP-Hardass gentoo org> AuthorDate: Sun Feb 21 02:46:40 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sun Feb 21 02:46:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=47e096ea mate-extra/mate-user-share: Remove bluetooth support per #564262 Upstream MATE hasn't incorporated changed to support bluez5, so removing bluetooth support until upstream manages to catch up. Package-Manager: portage-2.2.26 ...share-1.10.1.ebuild => mate-user-share-1.10.1-r1.ebuild} | 11 +++++------ ...r-share-1.8.0.ebuild => mate-user-share-1.8.0-r1.ebuild} | 13 ++++++------- 2 files changed, 11 insertions(+), 13 deletions(-) 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 similarity index 85% rename from mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild rename to mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild index 0b5bb68..c9e9dac 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,9 +19,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="X bluetooth" +IUSE="X" -RDEPEND=">=app-mobilephone/obex-data-server-0.4:0 +RDEPEND=" >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.15.2:2 >=dev-libs/libunique-1:1 @@ -35,8 +35,7 @@ RDEPEND=">=app-mobilephone/obex-data-server-0.4:0 >=x11-libs/libnotify-0.7:0 >=www-apache/mod_dnssd-0.6:0 >=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] - virtual/libintl:0 - bluetooth? ( >=net-wireless/bluez-4.18:0= )" + virtual/libintl:0" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 @@ -49,7 +48,7 @@ src_configure() { gnome2_src_configure \ --with-httpd=apache2 \ --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \ - $(use_enable bluetooth) \ + --disable-bluetooth \ $(use_with X x) } 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 similarity index 84% rename from mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild rename to mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild index d08825d..3fe2309 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,11 +17,11 @@ HOMEPAGE="http://www.mate-desktop.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" -IUSE="X bluetooth" +IUSE="X" -RDEPEND=">=app-mobilephone/obex-data-server-0.4:0 +RDEPEND=" >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.15.2:2 >=dev-libs/libunique-1:1 @@ -35,8 +35,7 @@ RDEPEND=">=app-mobilephone/obex-data-server-0.4:0 >=x11-libs/libnotify-0.7:0 >=www-apache/mod_dnssd-0.6:0 >=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] - virtual/libintl:0 - bluetooth? ( >=net-wireless/bluez-4.18:0= )" + virtual/libintl:0" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 @@ -49,7 +48,7 @@ src_configure() { gnome2_src_configure \ --with-httpd=apache2 \ --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \ - $(use_enable bluetooth) \ + --disable-bluetooth \ $(use_with X x) }