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 8F0EF138247 for ; Thu, 14 Nov 2013 22:52:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B3DDE0B40; Thu, 14 Nov 2013 22:52:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48E62E0B29 for ; Thu, 14 Nov 2013 22:52:12 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D21E333F24E for ; Thu, 14 Nov 2013 22:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 358ADE54D7 for ; Thu, 14 Nov 2013 22:52:09 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1384475952.64c27f47cc995aacfa469d99b515f9642920bd99.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-user-share/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-user-share/gnome-user-share-3.10.0.ebuild gnome-extra/gnome-user-share/metadata.xml X-VCS-Directories: gnome-extra/gnome-user-share/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 64c27f47cc995aacfa469d99b515f9642920bd99 X-VCS-Branch: master Date: Thu, 14 Nov 2013 22:52:09 +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: c51358f6-d067-4fe3-9bed-8682da51901c X-Archives-Hash: 08bdee3e4cc204217a6389397512a964 commit: 64c27f47cc995aacfa469d99b515f9642920bd99 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 13 21:50:03 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Nov 15 00:39:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=64c27f47 gnome-extra/gnome-user-share: 3.8.3 → 3.10.0 --- .../gnome-user-share-3.10.0.ebuild | 55 ++++++++++++++++++++++ gnome-extra/gnome-user-share/metadata.xml | 10 ++++ 2 files changed, 65 insertions(+) diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.10.0.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.10.0.ebuild new file mode 100644 index 0000000..b54d126 --- /dev/null +++ b/gnome-extra/gnome-user-share/gnome-user-share-3.10.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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="" + +# FIXME: could libnotify be made optional ? +# FIXME: selinux automagic support +# FIXME: bluetooth can be optional if nautilus is too +RDEPEND=" + >=dev-libs/glib-2.28:2 + >=x11-libs/gtk+-3:3 + >=app-mobilephone/obex-data-server-0.4 + >=dev-libs/dbus-glib-0.70 + >=gnome-base/nautilus-2.91.7 + media-libs/libcanberra[gtk3] + >=net-wireless/gnome-bluetooth-3.9.3: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} + app-text/docbook-xml-dtd:4.1.2 + >=dev-util/intltool-0.35 + sys-devel/gettext + virtual/pkgconfig +" +# app-text/yelp-tools + +src_prepare() { + # Rebuild marshalers for + + + gnome + + eva@gentoo.org + Gilles Dartiguelongue + Primary maintainer + +