public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
Date: Tue,  9 Feb 2016 02:49:04 +0000 (UTC)	[thread overview]
Message-ID: <1454986012.3a0d6803eab5a2bbd8edadc03c1a588aa36d116a.np-hardass@gentoo> (raw)

commit:     3a0d6803eab5a2bbd8edadc03c1a588aa36d116a
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 01:42:42 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 02:46:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0d6803

mate-extra/mate-user-share: Import 1.10.x from Project:MATE repo

Package-Manager: portage-2.2.26

 mate-extra/mate-user-share/Manifest                |  1 +
 .../mate-user-share/mate-user-share-1.10.1.ebuild  | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index 8a12016..58cfa29 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1 +1,2 @@
+DIST mate-user-share-1.10.1.tar.xz 921508 SHA256 787f4b2449315f18a43d46a4d0035b35994db38bf7a050240b5390b926357b75 SHA512 6becba18ccd5d3724fb53e9a713e4d68db5abcaeb0524bb1590aec96f18f85e404dd1bb53830d5a57fccfa4761c2a9c45e87d7ce67ee929fcce62e93a3c5f350 WHIRLPOOL 55d97a23e140ae20afdaeafb757ce84748d67896b2535426602a9fb4f51e16f6849bab3723ba72bcc973d337098cf395b219fddd598f44f84bbedd85270f1b84
 DIST mate-user-share-1.8.0.tar.xz 928348 SHA256 8cfe07fcf728384b073557aa17bc10c9e221c6d714a1009ace582c3c74cc8b5a SHA512 0d0231abfc65fc8d0a16ec871bc534d788d9699f5a3a8b2f967c6532b06266591c11199eb9630121c595513fb7255175bdd8eeae0a265e68c7d0f5059daf4947 WHIRLPOOL ecb66912c6015f97f24156f8b83824873136177acc525bbed72606af35cd21d95e1cd2ea556ac9b7c403e6a756e9e9577189ee4cd19301e721113c51780f6d01

diff --git a/mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild
new file mode 100644
index 0000000..09806cc
--- /dev/null
+++ b/mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 multilib versionator
+
+MATE_BRANCH="$(get_version_component_range 1-2)"
+
+SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
+DESCRIPTION="Personal file sharing for the MATE desktop"
+HOMEPAGE="http://www.mate-desktop.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="X bluetooth"
+
+RDEPEND=">=app-mobilephone/obex-data-server-0.4:0
+	>=dev-libs/dbus-glib-0.70:0
+	>=dev-libs/glib-2.15.2:2
+	>=dev-libs/libunique-1:1
+	>=mate-base/caja-1.10:0
+	media-libs/libcanberra:0[gtk]
+	>=sys-apps/dbus-1.1.1:0
+	>=x11-libs/gdk-pixbuf-2:2
+	>=x11-libs/gtk+-2.24:2
+	x11-libs/libX11:0
+	x11-libs/pango:0
+	>=x11-libs/libnotify-0.7:0
+	>=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]
+	virtual/libintl:0
+	bluetooth? ( >=net-wireless/bluez-4.18:0= )"
+
+DEPEND="${RDEPEND}
+	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() {
+	gnome2_src_configure \
+		--with-httpd=apache2 \
+		--with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
+		$(use_enable bluetooth) \
+		$(use_with X x)
+}
+
+DOCS="AUTHORS ChangeLog NEWS README"


             reply	other threads:[~2016-02-09  2:49 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-09  2:49 NP Hardass [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-21  2:52 [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/ NP Hardass
2016-03-06  8:16 Mikle Kolyada
2016-03-15 15:55 NP Hardass
2016-05-30 19:18 Mikle Kolyada
2016-07-25 18:36 NP Hardass
2016-08-06  2:12 NP Hardass
2016-08-12  5:13 NP Hardass
2016-10-15  2:59 NP Hardass
2016-10-15  2:59 NP Hardass
2016-11-21 11:02 Ettore Di Giacinto
2016-11-24 22:22 Ettore Di Giacinto
2016-12-08 15:31 Ettore Di Giacinto
2017-06-04 15:18 Ettore Di Giacinto
2017-09-27  3:23 NP Hardass
2018-09-09 23:53 Thomas Deutschmann
2018-09-10 16:19 Mikle Kolyada
2018-10-06 20:25 Mart Raudsepp
2019-04-14 15:27 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 21:24 Mikle Kolyada
2019-08-17  4:23 Göktürk Yüksek
2020-04-06 17:49 Adam Feldman
2020-04-06 17:49 Adam Feldman
2020-05-08  4:45 Adam Feldman
2020-05-08  4:45 Adam Feldman
2020-08-07  3:18 Adam Feldman
2020-09-25 20:32 Adam Feldman
2022-12-03  1:04 Sam James
2022-12-16 20:39 Arthur Zamarin
2022-12-21 10:00 Andreas Sturmlechner
2023-12-21 11:55 Sam James
2024-08-30  5:57 Joonas Niilola
2024-08-30  5:57 Joonas Niilola
2024-09-17 17:50 Andreas Sturmlechner

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=1454986012.3a0d6803eab5a2bbd8edadc03c1a588aa36d116a.np-hardass@gentoo \
    --to=np-hardass@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