From e39bfca57af3b292ac3ab1a1c3e0becd090afe99 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 3 Apr 2016 12:21:07 +0200 Subject: gnome-extra/gnome-user-share: Drop old Package-Manager: portage-2.2.28 --- gnome-extra/gnome-user-share/Manifest | 1 - .../gnome-user-share-3.10.2-launch-obexd.patch | 29 ------------- .../gnome-user-share-3.14.2.ebuild | 47 ---------------------- 3 files changed, 77 deletions(-) delete mode 100644 gnome-extra/gnome-user-share/files/gnome-user-share-3.10.2-launch-obexd.patch delete mode 100644 gnome-extra/gnome-user-share/gnome-user-share-3.14.2.ebuild diff --git a/gnome-extra/gnome-user-share/Manifest b/gnome-extra/gnome-user-share/Manifest index d002e2b74548..9ddb9cd575fe 100644 --- a/gnome-extra/gnome-user-share/Manifest +++ b/gnome-extra/gnome-user-share/Manifest @@ -1,2 +1 @@ -DIST gnome-user-share-3.14.2.tar.xz 391916 SHA256 6b05b3ef31af3bb39c903f94a0d163c0a9c4aa5266ae98e2281e0613f2972ee9 SHA512 d42587c0c64fda9d051f3d6c792358d02c32b95193df512016a04a0ee4861483f3060f1579de6fa229676795e420cf88732da334757471b79410d3be6ebe8bd1 WHIRLPOOL 14a191b8cbfa218e4dcde379212a00f0753d02726b55b16b9f67fbc2c5484038d9d18ababb5c2019624856041257a88cea6b00a3d4cf21a83c9369b9486452be DIST gnome-user-share-3.18.0.tar.xz 376944 SHA256 feb3bed59193eafea31f563ed7eab5f066aa5f86d4a89f067b162653d168d3fc SHA512 bc053b879c602f2d6d04431f817f528c7f6ffb20e2078fcef1b4cc8acbe95a658fb6cfe03b55fe87c46bd87ea175cfdfda8314928e9c3525ccf2fa8ab0fdf055 WHIRLPOOL 72c43048afae3888306c8033d63458df7fd806bf21c99405b72b5694e03e73fc5a43473671da978aea5ae223f9bf4111a809c0a9f17f47f7d38a55dd25f08817 diff --git a/gnome-extra/gnome-user-share/files/gnome-user-share-3.10.2-launch-obexd.patch b/gnome-extra/gnome-user-share/files/gnome-user-share-3.10.2-launch-obexd.patch deleted file mode 100644 index a6bb00156fe2..000000000000 --- a/gnome-extra/gnome-user-share/files/gnome-user-share-3.10.2-launch-obexd.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 5bca8742e96bc5f3447be18e9c6ac5692cc3e3cd Mon Sep 17 00:00:00 2001 -From: Mario Sanchez Prada -Date: Thu, 30 Oct 2014 11:06:44 -0700 -Subject: obex: Make sure obexd daemon is launched if needed when starting to - watch it - -This fixes a situation where files can't be sent to the computer (e.g. -from a phone) until you enable and then disable the bluetooth sharing -options at least once, as the shutting down will cause the obexd daemon -to run due to the UnregisterAgent D-Bus call in obex_agent_down(). - -https://bugzilla.gnome.org/show_bug.cgi?id=739417 - -diff --git a/src/obexpush.c b/src/obexpush.c -index 6424bd2..6d305d7 100644 ---- a/src/obexpush.c -+++ b/src/obexpush.c -@@ -740,7 +740,7 @@ on_bus_acquired (GDBusConnection *connection, - - self->obexd_watch_id = g_bus_watch_name_on_connection (self->connection, - MANAGER_SERVICE, -- G_BUS_NAME_WATCHER_FLAGS_NONE, -+ G_BUS_NAME_WATCHER_FLAGS_AUTO_START, - obexd_appeared_cb, - NULL, - self, --- -cgit v0.10.1 - diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.14.2.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.14.2.ebuild deleted file mode 100644 index 76200e169599..000000000000 --- a/gnome-extra/gnome-user-share/gnome-user-share-3.14.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 multilib - -DESCRIPTION="Personal file sharing for the GNOME desktop" -HOMEPAGE="https://git.gnome.org/browse/gnome-user-share" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="bluetooth" - -# FIXME: could libnotify be made optional ? -# FIXME: selinux automagic support -RDEPEND=" - >=dev-libs/glib-2.28:2 - >=x11-libs/gtk+-3:3 - >=gnome-base/nautilus-2.91.7 - media-libs/libcanberra[gtk3] - >=www-apache/mod_dnssd-0.6 - >=www-servers/apache-2.2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile,apache2_mpms_prefork] - >=x11-libs/libnotify-0.7:= - bluetooth? ( - >=net-wireless/gnome-bluetooth-3.9.3:2= - >=net-wireless/bluez-5[obex] ) -" -DEPEND="${RDEPEND} - !=dev-util/intltool-0.35 - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure \ - $(use_enable bluetooth) \ - --with-httpd=apache2 \ - --with-modules-path=/usr/$(get_libdir)/apache2/modules/ -} -- cgit v1.2.3-18-g5258