From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D48F138334 for ; Wed, 6 Mar 2019 19:36:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2224BE092B; Wed, 6 Mar 2019 19:36:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCED7E092B for ; Wed, 6 Mar 2019 19:36:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79F2A335CFF for ; Wed, 6 Mar 2019 19:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2F25576 for ; Wed, 6 Mar 2019 19:36:51 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1551900482.a1cdbb65c2e32e3e1155911dd5444b031778de78.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-share/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-user-share/Manifest gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild X-VCS-Directories: gnome-extra/gnome-user-share/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a1cdbb65c2e32e3e1155911dd5444b031778de78 X-VCS-Branch: master Date: Wed, 6 Mar 2019 19:36:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 14f37afc-42ac-4bda-bb26-6b2a2dcf4534 X-Archives-Hash: 792452ab806dad6e15727e505cb866e4 commit: a1cdbb65c2e32e3e1155911dd5444b031778de78 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Mar 6 13:31:27 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Mar 6 19:28:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1cdbb65 gnome-extra/gnome-user-share: bump to 3.28.0 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/gnome-user-share/Manifest | 1 + .../gnome-user-share-3.28.0.ebuild | 49 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/gnome-extra/gnome-user-share/Manifest b/gnome-extra/gnome-user-share/Manifest index bcdc07e0cd1..d5c27e81d6c 100644 --- a/gnome-extra/gnome-user-share/Manifest +++ b/gnome-extra/gnome-user-share/Manifest @@ -1 +1,2 @@ DIST gnome-user-share-3.18.3.tar.xz 347528 BLAKE2B 32c3a5aa84438e8bc276c6cf21fb35325b2b2c31f73bd301f73bdfbb91d90bcedf66c02b249dc047fb23eae2b7740097465c3a4164113d05e6811fec6f719d6c SHA512 3f8da3cc6f73aa612883252982fac0c53e35184ac0d31f210b525fd04dd8dbffb3f7be4c331309ea9df6a712000eb2d29f75224505c822cffc11b3d435e17991 +DIST gnome-user-share-3.28.0.tar.xz 393516 BLAKE2B f17efe9b763b14bb67837d65973f1125ac2bd9d49dabc359aca6fa040cb32d656d71236e306b4e97b39e49e07198aff4b3f456d62937baeff01b50d1a5ccfb67 SHA512 1b7ca604fec69402312f801d5b7117d99cb82bca674a4e4d279bda8ba9ca96c70dfd2c815d571094c1a95eb0e9084cd560445257dce194f6050d68c17ae4bb1d diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild new file mode 100644 index 00000000000..cb7ff280a16 --- /dev/null +++ b/gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" + +inherit gnome2 multilib systemd + +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 +RDEPEND=" + >=dev-libs/glib-2.28:2 + >=x11-libs/gtk+-3:3 + >=gnome-base/nautilus-3.27.90 + 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:= +" +DEPEND="${RDEPEND} + !=dev-util/intltool-0.35 + sys-devel/gettext + virtual/pkgconfig +" + +PATCHES=( + # Upstream forces to use prefork because of Fedora defaults, but + # that is problematic for us (bug #551012) + # https://bugzilla.gnome.org/show_bug.cgi?id=750525#c2 + "${FILESDIR}"/${PN}-3.18.1-no-prefork.patch +) + +src_configure() { + gnome2_src_configure \ + --with-httpd=apache2 \ + --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \ + --with-systemduserunitdir="$(systemd_get_userunitdir)" +}