summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-13 11:56:56 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-13 11:56:56 +0000
commitfd6577eecada40af76a1c9b149cc16a3e6fde787 (patch)
treea116891bf3a17fd05660b0d3809c7fbd6925cc4e
parentDrop old (#508854) (diff)
downloadgentoo-2-fd6577eecada40af76a1c9b149cc16a3e6fde787.tar.gz
gentoo-2-fd6577eecada40af76a1c9b149cc16a3e6fde787.tar.bz2
gentoo-2-fd6577eecada40af76a1c9b149cc16a3e6fde787.zip
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r--gnome-extra/gnome-user-share/ChangeLog7
-rw-r--r--gnome-extra/gnome-user-share/files/gnome-user-share-2.30.1-libnotify-0.7.patch31
-rw-r--r--gnome-extra/gnome-user-share/gnome-user-share-2.30.1.ebuild59
3 files changed, 6 insertions, 91 deletions
diff --git a/gnome-extra/gnome-user-share/ChangeLog b/gnome-extra/gnome-user-share/ChangeLog
index 4e8fb41cb79c..5d3c4881e975 100644
--- a/gnome-extra/gnome-user-share/ChangeLog
+++ b/gnome-extra/gnome-user-share/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/gnome-user-share
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-share/ChangeLog,v 1.37 2014/05/27 06:51:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-share/ChangeLog,v 1.38 2014/11/13 11:56:56 pacho Exp $
+
+ 13 Nov 2014; Pacho Ramos <pacho@gentoo.org>
+ -files/gnome-user-share-2.30.1-libnotify-0.7.patch,
+ -gnome-user-share-2.30.1.ebuild:
+ Drop old (#508854)
27 May 2014; Pacho Ramos <pacho@gentoo.org> -gnome-user-share-3.10.1.ebuild,
gnome-user-share-3.10.2.ebuild:
diff --git a/gnome-extra/gnome-user-share/files/gnome-user-share-2.30.1-libnotify-0.7.patch b/gnome-extra/gnome-user-share/files/gnome-user-share-2.30.1-libnotify-0.7.patch
deleted file mode 100644
index 73c5a9ab8f01..000000000000
--- a/gnome-extra/gnome-user-share/files/gnome-user-share-2.30.1-libnotify-0.7.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-http://pkgs.fedoraproject.org/gitweb/?p=gnome-user-share.git;a=blob;f=notify.patch;hb=HEAD
-
---- src/obexpush.c
-+++ src/obexpush.c
-@@ -139,10 +139,9 @@ show_notification (const char *filename)
- /* Translators: %s is the name of the filename received */
- notification_text = g_strdup_printf(_("You received \"%s\" via Bluetooth"), display);
- g_free (display);
-- notification = notify_notification_new_with_status_icon (_("You received a file"),
-- notification_text,
-- "dialog-information",
-- GTK_STATUS_ICON (statusicon));
-+ notification = notify_notification_new (_("You received a file"),
-+ notification_text,
-+ "dialog-information");
-
- notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT);
-
-@@ -218,10 +217,10 @@ device_is_authorised (const char *bdaddr
- char *device_path;
- GHashTable *props;
-
-- g_message ("checking adapter %s", g_ptr_array_index (adapters, i));
-+ g_message ("checking adapter %s", (char *)g_ptr_array_index (adapters, i));
-
- adapter = dbus_g_proxy_new_for_name (connection, "org.bluez",
-- g_ptr_array_index (adapters, i), "org.bluez.Adapter");
-+ (char *)g_ptr_array_index (adapters, i), "org.bluez.Adapter");
-
- if (dbus_g_proxy_call (adapter, "FindDevice", NULL,
- G_TYPE_STRING, bdaddr, G_TYPE_INVALID,
diff --git a/gnome-extra/gnome-user-share/gnome-user-share-2.30.1.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-2.30.1.ebuild
deleted file mode 100644
index 2b5c99ebf763..000000000000
--- a/gnome-extra/gnome-user-share/gnome-user-share-2.30.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-share/gnome-user-share-2.30.1.ebuild,v 1.10 2012/05/06 05:39:00 tetromino Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 multilib
-
-DESCRIPTION="Personal file sharing for the GNOME desktop"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# FIXME: could libnotify be made optional ?
-# is consolekit needed or not ?
-# FIXME: gnome-bluetooth is a hard-dep
-# bluetooth is pure runtime dep (dbus)
-RDEPEND=">=dev-libs/glib-2.16.0
- >=x11-libs/gtk+-2.14:2
- >=app-mobilephone/obex-data-server-0.4
- >=dev-libs/dbus-glib-0.70
- dev-libs/libunique:1
- >=gnome-base/gconf-2.10:2
- >=gnome-base/nautilus-2
- media-libs/libcanberra[gtk]
- >=net-wireless/gnome-bluetooth-2.27.7.2:2
- >=net-wireless/bluez-4.18
- >=sys-apps/dbus-1.1.1
- >=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]
- >=x11-libs/libnotify-0.7"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- virtual/pkgconfig
- app-text/gnome-doc-utils
- app-text/docbook-xml-dtd:4.1.2"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF}
- --with-httpd=apache2
- --with-modules-path=/usr/$(get_libdir)/apache2/modules/"
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
- gnome2_src_prepare
-}
-
-src_install() {
- gnome2_src_install
- # nautilus does not need la files
- find "${ED}" -name "*.la" -delete
-}