From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-share/
Date: Sat, 8 Oct 2016 09:51:18 +0000 (UTC) [thread overview]
Message-ID: <1475920240.6a546b70c60a115de31200f344363f7f0fe9a058.pacho@gentoo> (raw)
commit: 6a546b70c60a115de31200f344363f7f0fe9a058
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 09:10:52 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 09:50:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a546b70
gnome-extra/gnome-user-share: Version bump
Package-Manager: portage-2.3.1
| 1 +
.../gnome-user-share-3.18.3.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
--git a/gnome-extra/gnome-user-share/Manifest b/gnome-extra/gnome-user-share/Manifest
index b84bbb9..a994f96 100644
--- a/gnome-extra/gnome-user-share/Manifest
+++ b/gnome-extra/gnome-user-share/Manifest
@@ -1 +1,2 @@
DIST gnome-user-share-3.18.2.tar.xz 347712 SHA256 155ddbd7d467e9b2b8f39fade93244d6124652f4985e286364ceeaa3357ece35 SHA512 157a3b83ec0de6c64a94f86eb76f5b16174b1adcaab79e4adb259b86c96ec9ecc76f0629a8674a14405f227fc8a0f45d98ec0bf93ec773b08c1233b682167f62 WHIRLPOOL 7d7ea259a6def54f71fb38f5834585519ebaaecf82dc128a16a54bb3ce29dd87fec96a9ed71b03b5c4baea17cec6dbf55cb911d3bd3fc3df365ac83476cad76a
+DIST gnome-user-share-3.18.3.tar.xz 347528 SHA256 3092fa7ad137531e35484195dde4ecbbc75a8a3d9b8209aef4c852717cf4bbf1 SHA512 3f8da3cc6f73aa612883252982fac0c53e35184ac0d31f210b525fd04dd8dbffb3f7be4c331309ea9df6a712000eb2d29f75224505c822cffc11b3d435e17991 WHIRLPOOL ea8b00b4be1907ea19bff09d53a6cd62171daca3cb55e0cf2cdc3ebe3fd77c0fccbdf9592059664cd3f0d6248a34949d2a13214b9f6cac2cfc2e9cd794a72d80
diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.18.3.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.18.3.ebuild
new file mode 100644
index 00000000..ebba93e
--- /dev/null
+++ b/gnome-extra/gnome-user-share/gnome-user-share-3.18.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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-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:=
+"
+DEPEND="${RDEPEND}
+ !<gnome-base/gnome-control-center-3.9
+ app-text/yelp-tools
+ app-text/docbook-xml-dtd:4.1.2
+ >=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)"
+}
next reply other threads:[~2016-10-08 9:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-08 9:51 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-27 10:22 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-share/ WANG Xuerui
2022-11-23 17:52 Jakov Smolić
2022-11-05 5:59 Arthur Zamarin
2022-10-30 22:29 Matt Turner
2022-09-24 15:04 Matt Turner
2022-02-08 4:45 Sam James
2020-03-29 17:08 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-10-13 18:24 Mart Raudsepp
2019-08-05 0:34 Aaron Bauman
2019-05-18 21:24 Mart Raudsepp
2019-03-06 19:36 Mart Raudsepp
2017-02-15 20:38 Mart Raudsepp
2016-10-08 9:51 Pacho Ramos
2016-09-09 22:55 Gilles Dartiguelongue
2016-03-06 18:03 Mikle Kolyada
2015-11-17 20:23 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1475920240.6a546b70c60a115de31200f344363f7f0fe9a058.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox