public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ettore Di Giacinto" <mudler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:1.16-bump commit in: mate-extra/mate-user-share/
Date: Thu, 10 Nov 2016 22:36:21 +0000 (UTC)	[thread overview]
Message-ID: <1478814671.ceed23bb6c73f5bd8980b787094267cc1f9339bf.mudler@gentoo> (raw)

commit:     ceed23bb6c73f5bd8980b787094267cc1f9339bf
Author:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 21:51:11 2016 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 21:51:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ceed23bb

mate-extra/mate-user-share: version bump to 1.16.0

Package-Manager: portage-2.3.1

 mate-extra/mate-user-share/Manifest                |  1 +
 .../mate-user-share/mate-user-share-1.16.0.ebuild  | 59 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index eb4e8d7..118f672 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,2 +1,3 @@
 DIST mate-user-share-1.12.0.tar.xz 931776 SHA256 06b4798079e28fa6ca6085b2867dbe42ff2f78b45e722dc535d333f4922ddfe8 SHA512 928bcfa594ba56b84bde249b71fb6315d7dd20fc46c1300edb4f9ab3296a468f1105934ba8cb351e47cef52dac5ca70bdc2f3f7d2166219ded7b7016bea23c24 WHIRLPOOL be5b5ee61ef83abac3cc0f6b79b349dce1a227bd2838c435846b87e646146eb83ce2d83657581a165656f4ac952d8b782ebcf4f9d90e2c3126dc9e2ee8d750b8
 DIST mate-user-share-1.14.0.tar.xz 902728 SHA256 b43c6658e941cef3781dba5eea47472aa50eb40815bdc36a983b95ef8c4d5f5c SHA512 a9ad934b0681d1168d7ea3b7d3120cb39f230b7267cd71a91f511f03f132a8e8022bb339fcd017c243988214a82dd337cacb65875d9e35e4c10f014f39eefbe1 WHIRLPOOL 8fb9d5ea5e89d9acfc08f83daf9f20985ec6d09236f40c4e7c9093ac72c5a17fec807cd2d205cfb8502fd1ff1eb872f378c3506b17e85d2fd7440d12b8c1b192
+DIST mate-user-share-1.16.0.tar.xz 918148 SHA256 ccdb8ead854a6c0829ab89cc3aad27b82d131367cf8358ab0852ac345ee7ee68 SHA512 fe8994f288360bbecfc7055a0222f18be81b5cd74d620948c7e60365f56869c9dd25efb3262224a3b5d1071ec36419c3fde925c31038d04e60026c63d132252c WHIRLPOOL 6b7faf685b3ac85eac6e47f150589782a9df11d7b3c4a6052e9726b8ff3f3c4e74c0056649fce0647e040e4cbfc480788edea43d8dfd64f0a6a3e5708ad9387d

diff --git a/mate-extra/mate-user-share/mate-user-share-1.16.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.16.0.ebuild
new file mode 100644
index 0000000..ed2b363
--- /dev/null
+++ b/mate-extra/mate-user-share/mate-user-share-1.16.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate multilib
+
+if [[ ${PV} != 9999 ]]; then
+	KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Personal file sharing for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X gtk3"
+
+COMMON_DEPEND="
+	>=dev-libs/dbus-glib-0.70:0
+	>=dev-libs/glib-2.15.2:2
+	>=mate-base/caja-1.6[gtk3(-)=]
+	>=sys-apps/dbus-1.1.1:0
+	>=x11-libs/gdk-pixbuf-2:2
+	x11-libs/libX11:0
+	x11-libs/pango:0
+	>=x11-libs/libnotify-0.7:0
+	virtual/libintl:0
+	!gtk3? (
+		>=dev-libs/libunique-1:1
+		media-libs/libcanberra:0[gtk]
+		>=x11-libs/gtk+-2.24:2
+	)
+	gtk3? (
+		media-libs/libcanberra:0[gtk3]
+		>=x11-libs/gtk+-3.0:3
+	)"
+
+RDEPEND="${COMMON_DEPEND}
+	>=www-apache/mod_dnssd-0.6:0
+	>=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]"
+
+DEPEND="${COMMON_DEPEND}
+	app-text/docbook-xml-dtd:4.1.2
+	app-text/yelp-tools:0
+	>=dev-util/intltool-0.35:*
+	sys-devel/gettext:*
+	virtual/pkgconfig:*"
+
+src_configure() {
+	mate_src_configure \
+		--with-httpd=apache2 \
+		--with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
+		--disable-bluetooth \
+		--with-gtk=$(usex gtk3 3.0 2.0) \
+		$(use_with X x)
+}


                 reply	other threads:[~2016-11-10 22:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1478814671.ceed23bb6c73f5bd8980b787094267cc1f9339bf.mudler@gentoo \
    --to=mudler@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