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 1B1AC13838B for ; Mon, 6 Oct 2014 23:06:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FB89E096C; Mon, 6 Oct 2014 23:06:33 +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 D34DCE096C for ; Mon, 6 Oct 2014 23:06:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D334340354 for ; Mon, 6 Oct 2014 23:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 623B37305 for ; Mon, 6 Oct 2014 23:06:29 +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: <1412634074.67ae7d4aa6053ad26a1318c6a2ce63b73acac8aa.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.14.0.ebuild X-VCS-Directories: gnome-extra/gnome-user-share/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 67ae7d4aa6053ad26a1318c6a2ce63b73acac8aa X-VCS-Branch: master Date: Mon, 6 Oct 2014 23:06:29 +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: 2368deee-661c-439d-93af-c1c984e6cc87 X-Archives-Hash: 1d49c2b121df67074e5a0e5a3829f201 commit: 67ae7d4aa6053ad26a1318c6a2ce63b73acac8aa Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Oct 6 22:21:10 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Oct 6 22:21:14 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=67ae7d4a gnome-extra/gnome-user-share: 3.10.2 → 3.14.0 --- .../gnome-user-share-3.14.0.ebuild | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.14.0.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.14.0.ebuild new file mode 100644 index 0000000..5748a36 --- /dev/null +++ b/gnome-extra/gnome-user-share/gnome-user-share-3.14.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2014 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="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] + >=x11-libs/libnotify-0.7:= + bluetooth? ( + >=net-wireless/gnome-bluetooth-3.9.3:2= + >=net-wireless/bluez-5 ) +" +DEPEND="${RDEPEND} + !=dev-util/intltool-0.35 + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + $(use_enable bluetooth) \ + ITSTOOL=$(type -P true) \ + --with-httpd=apache2 \ + --with-modules-path=/usr/$(get_libdir)/apache2/modules/ +}