Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-user-share/files/, gnome-extra/gnome-user-share/
Date: Fri, 28 Oct 2011 20:18:17
Message-Id: 2f8c3108ab5a9460638d8dc522fbc3e134bfde70.tetromino@gentoo
1 commit: 2f8c3108ab5a9460638d8dc522fbc3e134bfde70
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 20:17:42 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Fri Oct 28 20:17:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2f8c3108
7
8 gnome-extra/gnome-user-share: 3.0.1 is in gx86
9
10 ---
11 .../files/gnome-user-share-3.0.0-AF_INET.patch | 14 -----
12 .../gnome-user-share-3.0.0-r1.ebuild | 57 --------------------
13 2 files changed, 0 insertions(+), 71 deletions(-)
14
15 diff --git a/gnome-extra/gnome-user-share/files/gnome-user-share-3.0.0-AF_INET.patch b/gnome-extra/gnome-user-share/files/gnome-user-share-3.0.0-AF_INET.patch
16 deleted file mode 100644
17 index 7a8e55b..0000000
18 --- a/gnome-extra/gnome-user-share/files/gnome-user-share-3.0.0-AF_INET.patch
19 +++ /dev/null
20 @@ -1,14 +0,0 @@
21 -## Description: Specify an address family in http.c:get_port()
22 -## Origin/Author: Adam Glasgall <adam@××××××××××××.net>
23 -Index: gnome-user-share-3.0.0/src/http.c
24 -===================================================================
25 ---- gnome-user-share-3.0.0.orig/src/http.c 2011-09-22 15:00:09.086505068 -0400
26 -+++ gnome-user-share-3.0.0/src/http.c 2011-09-22 15:00:00.766504944 -0400
27 -@@ -77,6 +77,7 @@
28 - memset (&addr, 0, sizeof (addr));
29 - addr.sin_port = 0;
30 - addr.sin_addr.s_addr = INADDR_ANY;
31 -+ addr.sin_family = AF_INET;
32 -
33 - reuse = 1;
34 - setsockopt (sock, SOL_SOCKET, SO_REUSEADDR, &reuse, sizeof (reuse));
35
36 diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.0.0-r1.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.0.0-r1.ebuild
37 deleted file mode 100644
38 index 87e3c60..0000000
39 --- a/gnome-extra/gnome-user-share/gnome-user-share-3.0.0-r1.ebuild
40 +++ /dev/null
41 @@ -1,57 +0,0 @@
42 -# Copyright 1999-2011 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-share/gnome-user-share-2.30.1.ebuild,v 1.1 2010/09/28 19:05:16 eva Exp $
45 -
46 -EAPI="3"
47 -GCONF_DEBUG="no"
48 -GNOME2_LA_PUNT="yes"
49 -
50 -inherit eutils gnome2 multilib
51 -
52 -DESCRIPTION="Personal file sharing for the GNOME desktop"
53 -HOMEPAGE="http://www.gnome.org/"
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -KEYWORDS="~amd64 ~x86"
58 -IUSE=""
59 -
60 -# FIXME: could libnotify be made optional ?
61 -# FIXME: gnome-bluetooth is a hard-dep
62 -# bluetooth is pure runtime dep (dbus)
63 -RDEPEND=">=dev-libs/glib-2.16.0:2
64 - >=x11-libs/gtk+-3.0.0:3
65 - >=app-mobilephone/obex-data-server-0.4
66 - >=dev-libs/dbus-glib-0.70
67 - dev-libs/libunique:3
68 - >=gnome-base/gconf-2.10:2
69 - >=gnome-base/nautilus-2.91.7
70 - media-libs/libcanberra[gtk3]
71 - >=net-wireless/gnome-bluetooth-2.91.5:2
72 - >=net-wireless/bluez-4.18
73 - >=sys-apps/dbus-1.1.1
74 - >=www-apache/mod_dnssd-0.6
75 - >=www-servers/apache-2.2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]
76 - >=x11-libs/libnotify-0.7"
77 -DEPEND="${RDEPEND}
78 - sys-devel/gettext
79 - >=dev-util/intltool-0.35
80 - >=dev-util/pkgconfig-0.17
81 - app-text/gnome-doc-utils
82 - app-text/docbook-xml-dtd:4.1.2"
83 -
84 -pkg_setup() {
85 - DOCS="AUTHORS ChangeLog NEWS README"
86 - G2CONF="${G2CONF}
87 - --with-httpd=apache2
88 - --with-modules-path=/usr/$(get_libdir)/apache2/modules/"
89 -}
90 -
91 -src_prepare() {
92 - gnome2_src_prepare
93 -
94 - # Ubuntu patch to work around kernel 3.x's inability to bind to AF_UNSPEC
95 - # sockets. See https://bugzilla.gnome.org/show_bug.cgi?id=660658 and
96 - # https://bugs.launchpad.net/ubuntu/+source/gnome-user-share/+bug/856732
97 - epatch "${FILESDIR}/${PN}-3.0.0-AF_INET.patch"
98 -}