* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-02-09 2:49 NP Hardass
0 siblings, 0 replies; 36+ messages in thread
From: NP Hardass @ 2016-02-09 2:49 UTC (permalink / raw
To: gentoo-commits
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
| 1 +
.../mate-user-share/mate-user-share-1.10.1.ebuild | 56 ++++++++++++++++++++++
2 files changed, 57 insertions(+)
--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"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-02-21 2:52 NP Hardass
0 siblings, 0 replies; 36+ messages in thread
From: NP Hardass @ 2016-02-21 2:52 UTC (permalink / raw
To: gentoo-commits
commit: 9df31f0112eacb7b9bdf2ee7d30bb33c2396fa3a
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 02:51:09 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 02:51:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df31f01
mate-extra/mate-user-share: Drop obsolete support for bluez4, per #564262.
Requires stabilization of 1.8-r1 to complete the drop.
Package-Manager: portage-2.2.26
...share-1.10.1.ebuild => mate-user-share-1.10.1-r1.ebuild} | 9 ++++-----
...-share-1.10.1.ebuild => mate-user-share-1.8.0-r1.ebuild} | 13 ++++++-------
2 files changed, 10 insertions(+), 12 deletions(-)
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-r1.ebuild
similarity index 88%
copy from mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild
copy to mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
index 09806cc..c9e9dac 100644
--- 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-r1.ebuild
@@ -19,9 +19,9 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="X bluetooth"
+IUSE="X"
-RDEPEND=">=app-mobilephone/obex-data-server-0.4:0
+RDEPEND="
>=dev-libs/dbus-glib-0.70:0
>=dev-libs/glib-2.15.2:2
>=dev-libs/libunique-1:1
@@ -35,8 +35,7 @@ RDEPEND=">=app-mobilephone/obex-data-server-0.4: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= )"
+ virtual/libintl:0"
DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
@@ -49,7 +48,7 @@ src_configure() {
gnome2_src_configure \
--with-httpd=apache2 \
--with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
- $(use_enable bluetooth) \
+ --disable-bluetooth \
$(use_with X x)
}
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.8.0-r1.ebuild
similarity index 85%
rename from mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild
rename to mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
index 09806cc..3fe2309 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
@@ -19,24 +19,23 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="X bluetooth"
+IUSE="X"
-RDEPEND=">=app-mobilephone/obex-data-server-0.4:0
+RDEPEND="
>=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
+ >=mate-base/caja-1.8: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/gtk+-2.14: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= )"
+ virtual/libintl:0"
DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
@@ -49,7 +48,7 @@ src_configure() {
gnome2_src_configure \
--with-httpd=apache2 \
--with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
- $(use_enable bluetooth) \
+ --disable-bluetooth \
$(use_with X x)
}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-03-06 8:16 Mikle Kolyada
0 siblings, 0 replies; 36+ messages in thread
From: Mikle Kolyada @ 2016-03-06 8:16 UTC (permalink / raw
To: gentoo-commits
commit: 028bf4a4cdc85233c125c379c52635f383f9c45d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 08:13:03 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 08:13:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028bf4a4
mate-extra/mate-user-share: amd64 stable wrt bug #575262
Package-Manager: portage-2.2.26
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
index 3fe2309..4151b62 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.mate-desktop.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="X"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-03-15 15:55 NP Hardass
0 siblings, 0 replies; 36+ messages in thread
From: NP Hardass @ 2016-03-15 15:55 UTC (permalink / raw
To: gentoo-commits
commit: 6f1baa44b8ba2004aa2c01ed247e564cbd158f02
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 15:54:40 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 15:54:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1baa44
mate-extra/mate-user-share: Drop old, per bug #564262
Package-Manager: portage-2.2.26
.../mate-user-share/mate-user-share-1.8.0.ebuild | 56 ----------------------
1 file changed, 56 deletions(-)
diff --git a/mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild
deleted file mode 100644
index d08825d..0000000
--- a/mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 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.8:0
- media-libs/libcanberra:0[gtk]
- >=sys-apps/dbus-1.1.1:0
- >=x11-libs/gdk-pixbuf-2:2
- >=x11-libs/gtk+-2.14: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"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-05-30 19:18 Mikle Kolyada
0 siblings, 0 replies; 36+ messages in thread
From: Mikle Kolyada @ 2016-05-30 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 5ca4c3c5756e61b87e525c050f1ba6462e3dd3b4
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 19:13:30 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 30 19:17:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca4c3c5
mate-extra/mate-user-share: Add ~arm keyword wrt bug #508072
Package-Manager: portage-2.2.28
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
index c9e9dac..d6ec9fb 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.mate-desktop.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="X"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-07-25 18:36 NP Hardass
0 siblings, 0 replies; 36+ messages in thread
From: NP Hardass @ 2016-07-25 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 86d12dd4a3b50b5d0dd1abc8660db4ee6007e722
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 18:28:54 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 18:36:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d12dd4
mate-extra/mate-user-share: amd64 x86 stable wrt bug #579644
Package-Manager: portage-2.2.28
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
index d6ec9fb..129a959 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.mate-desktop.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="X"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-08-06 2:12 NP Hardass
0 siblings, 0 replies; 36+ messages in thread
From: NP Hardass @ 2016-08-06 2:12 UTC (permalink / raw
To: gentoo-commits
commit: 165ab7f4dfc3214670a583669f79c652f4aa072d
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 02:06:03 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 02:12:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165ab7f4
mate-extra/mate-user-share: Drop 1.8.x
Package-Manager: portage-2.2.26
| 1 -
.../mate-user-share-1.8.0-r1.ebuild | 55 ----------------------
2 files changed, 56 deletions(-)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index 58cfa29..77333ef 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,2 +1 @@
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.8.0-r1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
deleted file mode 100644
index 83850f7..0000000
--- a/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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"
-
-RDEPEND="
- >=dev-libs/dbus-glib-0.70:0
- >=dev-libs/glib-2.15.2:2
- >=dev-libs/libunique-1:1
- >=mate-base/caja-1.8:0
- media-libs/libcanberra:0[gtk]
- >=sys-apps/dbus-1.1.1:0
- >=x11-libs/gdk-pixbuf-2:2
- >=x11-libs/gtk+-2.14: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"
-
-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/ \
- --disable-bluetooth \
- $(use_with X x)
-}
-
-DOCS="AUTHORS ChangeLog NEWS README"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-08-12 5:13 NP Hardass
0 siblings, 0 replies; 36+ messages in thread
From: NP Hardass @ 2016-08-12 5:13 UTC (permalink / raw
To: gentoo-commits
commit: 429aea0f753a45799949a516bef4efffa1dfc969
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 12 04:58:59 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 05:12:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429aea0f
mate-extra/mate-user-share: 1.12.x vbump, add gtk3, import from project repo
Package-Manager: portage-2.3.0
| 1 +
.../mate-user-share/mate-user-share-1.12.0.ebuild | 58 ++++++++++++++++++++++
| 3 ++
3 files changed, 62 insertions(+)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index 77333ef..8018560 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.12.0.tar.xz 931776 SHA256 06b4798079e28fa6ca6085b2867dbe42ff2f78b45e722dc535d333f4922ddfe8 SHA512 928bcfa594ba56b84bde249b71fb6315d7dd20fc46c1300edb4f9ab3296a468f1105934ba8cb351e47cef52dac5ca70bdc2f3f7d2166219ded7b7016bea23c24 WHIRLPOOL be5b5ee61ef83abac3cc0f6b79b349dce1a227bd2838c435846b87e646146eb83ce2d83657581a165656f4ac952d8b782ebcf4f9d90e2c3126dc9e2ee8d750b8
diff --git a/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild
new file mode 100644
index 0000000..a7e2057
--- /dev/null
+++ b/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild
@@ -0,0 +1,58 @@
+# 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"
+
+RDEPEND="
+ >=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
+ >=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
+ !gtk3? (
+ >=dev-libs/libunique-1:1
+ media-libs/libcanberra:0[gtk]
+ >=x11-libs/gtk+-2.24:2
+ )
+ gtk3? (
+ >=dev-libs/libunique-3:3
+ media-libs/libcanberra:0[gtk3]
+ >=x11-libs/gtk+-3.0:3
+ )"
+
+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() {
+ 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)
+}
--git a/mate-extra/mate-user-share/metadata.xml b/mate-extra/mate-user-share/metadata.xml
index 1aff06c..34a5354 100644
--- a/mate-extra/mate-user-share/metadata.xml
+++ b/mate-extra/mate-user-share/metadata.xml
@@ -5,6 +5,9 @@
<email>mate@gentoo.org</email>
<name>Gentoo MATE Desktop</name>
</maintainer>
+ <use>
+ <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
+ </use>
<upstream>
<remote-id type="github">mate-desktop/mate-user-share</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-10-15 2:59 NP Hardass
0 siblings, 0 replies; 36+ messages in thread
From: NP Hardass @ 2016-10-15 2:59 UTC (permalink / raw
To: gentoo-commits
commit: 7be7300c5af862dc680a52cd687b21757fd3d0ac
Author: mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Thu Oct 13 21:39:40 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 02:57:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be7300c
mate-extra/mate-user-share: Stable on x86 keyword wrt #596998
Package-Manager: portage-2.3.1
Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild
index fdaa752..459053f 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild
@@ -9,7 +9,7 @@ MATE_LA_PUNT="yes"
inherit mate multilib
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~x86"
+ KEYWORDS="amd64 ~arm x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-10-15 2:59 NP Hardass
0 siblings, 0 replies; 36+ messages in thread
From: NP Hardass @ 2016-10-15 2:59 UTC (permalink / raw
To: gentoo-commits
commit: d77c4853f9c85c6fa387bd8eac178699b6188881
Author: mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Thu Oct 13 21:39:35 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 02:57:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77c4853
mate-extra/mate-user-share: Stable on amd64 keyword wrt #596998
Package-Manager: portage-2.3.1
Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild
index a7e2057..fdaa752 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild
@@ -9,7 +9,7 @@ MATE_LA_PUNT="yes"
inherit mate multilib
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="amd64 ~arm ~x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-11-21 11:02 Ettore Di Giacinto
0 siblings, 0 replies; 36+ messages in thread
From: Ettore Di Giacinto @ 2016-11-21 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 9eb4a3818db96adcc6ed3058111414f0d9bae1dc
Author: mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Mon Sep 5 13:51:15 2016 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 11:00:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb4a381
mate-extra/mate-user-share: Version bump to 1.14.0
Package-Manager: portage-2.2.26
| 1 +
.../mate-user-share/mate-user-share-1.14.0.ebuild | 60 ++++++++++++++++++++++
2 files changed, 61 insertions(+)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index 8018560..f949809 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,2 +1,3 @@
DIST mate-user-share-1.10.1.tar.xz 921508 SHA256 787f4b2449315f18a43d46a4d0035b35994db38bf7a050240b5390b926357b75 SHA512 6becba18ccd5d3724fb53e9a713e4d68db5abcaeb0524bb1590aec96f18f85e404dd1bb53830d5a57fccfa4761c2a9c45e87d7ce67ee929fcce62e93a3c5f350 WHIRLPOOL 55d97a23e140ae20afdaeafb757ce84748d67896b2535426602a9fb4f51e16f6849bab3723ba72bcc973d337098cf395b219fddd598f44f84bbedd85270f1b84
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
diff --git a/mate-extra/mate-user-share/mate-user-share-1.14.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.14.0.ebuild
new file mode 100644
index 00000000..6644c16
--- /dev/null
+++ b/mate-extra/mate-user-share/mate-user-share-1.14.0.ebuild
@@ -0,0 +1,60 @@
+# 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? (
+ >=dev-libs/libunique-3:3
+ 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)
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-11-24 22:22 Ettore Di Giacinto
0 siblings, 0 replies; 36+ messages in thread
From: Ettore Di Giacinto @ 2016-11-24 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 793e0afc30fb50fa58b5bbe8e1ec3eb19e823cad
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 19:22:07 2016 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 22:21:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793e0afc
mate-extra/mate-user-share: Drop 1.10.x
Package-Manager: portage-2.3.1
| 1 -
.../mate-user-share-1.10.1-r1.ebuild | 55 ----------------------
2 files changed, 56 deletions(-)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index f949809..eb4e8d7 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,3 +1,2 @@
-DIST mate-user-share-1.10.1.tar.xz 921508 SHA256 787f4b2449315f18a43d46a4d0035b35994db38bf7a050240b5390b926357b75 SHA512 6becba18ccd5d3724fb53e9a713e4d68db5abcaeb0524bb1590aec96f18f85e404dd1bb53830d5a57fccfa4761c2a9c45e87d7ce67ee929fcce62e93a3c5f350 WHIRLPOOL 55d97a23e140ae20afdaeafb757ce84748d67896b2535426602a9fb4f51e16f6849bab3723ba72bcc973d337098cf395b219fddd598f44f84bbedd85270f1b84
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
diff --git a/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
deleted file mode 100644
index 129a959..00000000
--- a/mate-extra/mate-user-share/mate-user-share-1.10.1-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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 ~arm x86"
-
-IUSE="X"
-
-RDEPEND="
- >=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"
-
-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/ \
- --disable-bluetooth \
- $(use_with X x)
-}
-
-DOCS="AUTHORS ChangeLog NEWS README"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2016-12-08 15:31 Ettore Di Giacinto
0 siblings, 0 replies; 36+ messages in thread
From: Ettore Di Giacinto @ 2016-12-08 15:31 UTC (permalink / raw
To: gentoo-commits
commit: 345ae6adfea6dbec7937cedeb89a83f7bae4c695
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 Dec 8 15:30:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345ae6ad
mate-extra/mate-user-share: version bump to 1.16.0
Package-Manager: portage-2.3.1
| 1 +
.../mate-user-share/mate-user-share-1.16.0.ebuild | 59 ++++++++++++++++++++++
2 files changed, 60 insertions(+)
--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 00000000..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)
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2017-06-04 15:18 Ettore Di Giacinto
0 siblings, 0 replies; 36+ messages in thread
From: Ettore Di Giacinto @ 2017-06-04 15:18 UTC (permalink / raw
To: gentoo-commits
commit: c8620769c8840e0fcd7f79539bb381ba17bda2bb
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 15:06:25 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 15:16:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8620769
mate-extra/mate-user-share: Version bump to 1.18.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
| 1 +
.../mate-user-share/mate-user-share-1.18.0.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index 118f67239ae..f8b8a06c119 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,3 +1,4 @@
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
+DIST mate-user-share-1.18.0.tar.xz 919404 SHA256 36f83c16bb2d87143a4844bdd35b63c9f80edc98ee06d9190cc48a50ab3cf970 SHA512 581a53efc115b3b2bac455d828bb689c79bc2a0c5bf3fb2a560ae7eb153b6a8c9589695ca540bb759498c0dc21e016f634a0aabf8e9863c42c5ae7712c91d058 WHIRLPOOL 2731ef7d358b1ff0683118fd0827ca11eeef88fe9fc12f29739bba73d916f89ef6ce7757385e63e907afb7e30c2b19e504a2c65691b92efdd760970eede04a81
diff --git a/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild
new file mode 100644
index 00000000000..5fe69b73343
--- /dev/null
+++ b/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+COMMON_DEPEND="
+ >=dev-libs/dbus-glib-0.70:0
+ >=dev-libs/glib-2.15.2:2
+ >=mate-base/caja-1.17.1
+ media-libs/libcanberra:0[gtk3]
+ >=sys-apps/dbus-1.1.1:0
+ >=x11-libs/gdk-pixbuf-2:2
+ >=x11-libs/gtk+-3.14:3
+ x11-libs/libX11:0
+ x11-libs/pango:0
+ >=x11-libs/libnotify-0.7:0
+ virtual/libintl:0"
+
+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 \
+ $(use_with X x)
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2017-09-27 3:23 NP Hardass
0 siblings, 0 replies; 36+ messages in thread
From: NP Hardass @ 2017-09-27 3:23 UTC (permalink / raw
To: gentoo-commits
commit: 54743fcbc73136aa779eef2ff85459b38135e4fd
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 03:14:10 2017 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 03:22:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54743fcb
mate-extra/mate-user-share: Fix inconsistent metadata.xml spacing
Package-Manager: Portage-2.3.10, Repoman-2.3.3
| 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--git a/mate-extra/mate-user-share/metadata.xml b/mate-extra/mate-user-share/metadata.xml
index 34a5354c831..99735b0bd1f 100644
--- a/mate-extra/mate-user-share/metadata.xml
+++ b/mate-extra/mate-user-share/metadata.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>mate@gentoo.org</email>
- <name>Gentoo MATE Desktop</name>
- </maintainer>
+ <maintainer type="project">
+ <email>mate@gentoo.org</email>
+ <name>Gentoo MATE Desktop</name>
+ </maintainer>
<use>
<flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
</use>
- <upstream>
- <remote-id type="github">mate-desktop/mate-user-share</remote-id>
- </upstream>
+ <upstream>
+ <remote-id type="github">mate-desktop/mate-user-share</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2018-09-09 23:53 Thomas Deutschmann
0 siblings, 0 replies; 36+ messages in thread
From: Thomas Deutschmann @ 2018-09-09 23:53 UTC (permalink / raw
To: gentoo-commits
commit: 758c176a0c986dbfbf4cdf1ee1dab72fbd08ced6
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 9 23:39:54 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 9 23:52:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758c176a
mate-extra/mate-user-share: x86 stable (bug #625838)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild
index 5fe69b73343..86e6ab6a82a 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate multilib
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2018-09-10 16:19 Mikle Kolyada
0 siblings, 0 replies; 36+ messages in thread
From: Mikle Kolyada @ 2018-09-10 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 66cce4fe0ff53464dcc46c783239f3b81a94357d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 16:17:21 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 16:18:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cce4fe
mate-extra/mate-user-share: amd64 stable wrt bug #625838
Package-Manager: Portage-2.3.40, Repoman-2.3.9
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild
index 86e6ab6a82a..41b9177bfed 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate multilib
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm x86"
+ KEYWORDS="amd64 ~arm x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2018-10-06 20:25 Mart Raudsepp
0 siblings, 0 replies; 36+ messages in thread
From: Mart Raudsepp @ 2018-10-06 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 2a346f3939d1cebb21a9e0f00365da70272fcd43
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 6 20:08:02 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Oct 6 20:22:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a346f39
mate-extra/mate-user-share: remove old
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
| 3 --
.../mate-user-share/mate-user-share-1.12.0.ebuild | 57 ---------------------
.../mate-user-share/mate-user-share-1.14.0.ebuild | 59 ----------------------
.../mate-user-share/mate-user-share-1.16.0.ebuild | 58 ---------------------
| 3 --
5 files changed, 180 deletions(-)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index f6b1ecde71e..7c9bf97c789 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,4 +1 @@
-DIST mate-user-share-1.12.0.tar.xz 931776 BLAKE2B 810441690c333b5fcc77904bd39f4bbc3548fccb99852aa6a05a0c6021fec470c636fe34f1c2ecef020ed1499c55648463a40fce23a14168315838849719fdf2 SHA512 928bcfa594ba56b84bde249b71fb6315d7dd20fc46c1300edb4f9ab3296a468f1105934ba8cb351e47cef52dac5ca70bdc2f3f7d2166219ded7b7016bea23c24
-DIST mate-user-share-1.14.0.tar.xz 902728 BLAKE2B 12ca9cf01b7f91bb3e67fdcfd259dc31a4712524404507302f49a88bb2dc9ce1bb8cda480ec6172ecbc4cbe55e6111dae90298bc61a0a9bf4cd6776380b1a1e6 SHA512 a9ad934b0681d1168d7ea3b7d3120cb39f230b7267cd71a91f511f03f132a8e8022bb339fcd017c243988214a82dd337cacb65875d9e35e4c10f014f39eefbe1
-DIST mate-user-share-1.16.0.tar.xz 918148 BLAKE2B 1cb1be82876eb383eb6642ef1f562c0c7d770391524ae15529a1b06f0fa3e48c9b9b1babb7e75c4543f35798b666d8ffefee40c6a4d5ceff86486e610557841b SHA512 fe8994f288360bbecfc7055a0222f18be81b5cd74d620948c7e60365f56869c9dd25efb3262224a3b5d1071ec36419c3fde925c31038d04e60026c63d132252c
DIST mate-user-share-1.18.0.tar.xz 919404 BLAKE2B fc81dbe17a0ed57eb7baaa385fe786d73a5d64171e51735de061c9c7fbe69f0174f984d75ae39e7b0dcd7bf5562655cf599f394ab7ed50bba520b8472da1111f SHA512 581a53efc115b3b2bac455d828bb689c79bc2a0c5bf3fb2a560ae7eb153b6a8c9589695ca540bb759498c0dc21e016f634a0aabf8e9863c42c5ae7712c91d058
diff --git a/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild
deleted file mode 100644
index 477b173134b..00000000000
--- a/mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-
-RDEPEND="
- >=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
- >=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
- !gtk3? (
- >=dev-libs/libunique-1:1
- media-libs/libcanberra:0[gtk]
- >=x11-libs/gtk+-2.24:2
- )
- gtk3? (
- >=dev-libs/libunique-3:3
- media-libs/libcanberra:0[gtk3]
- >=x11-libs/gtk+-3.0:3
- )"
-
-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() {
- 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)
-}
diff --git a/mate-extra/mate-user-share/mate-user-share-1.14.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.14.0.ebuild
deleted file mode 100644
index 88e86f04f13..00000000000
--- a/mate-extra/mate-user-share/mate-user-share-1.14.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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? (
- >=dev-libs/libunique-3:3
- 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)
-}
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
deleted file mode 100644
index 11f1d7fe930..00000000000
--- a/mate-extra/mate-user-share/mate-user-share-1.16.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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)
-}
--git a/mate-extra/mate-user-share/metadata.xml b/mate-extra/mate-user-share/metadata.xml
index 99735b0bd1f..e67f167e102 100644
--- a/mate-extra/mate-user-share/metadata.xml
+++ b/mate-extra/mate-user-share/metadata.xml
@@ -5,9 +5,6 @@
<email>mate@gentoo.org</email>
<name>Gentoo MATE Desktop</name>
</maintainer>
- <use>
- <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
- </use>
<upstream>
<remote-id type="github">mate-desktop/mate-user-share</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2019-04-14 15:27 Mikle Kolyada
0 siblings, 0 replies; 36+ messages in thread
From: Mikle Kolyada @ 2019-04-14 15:27 UTC (permalink / raw
To: gentoo-commits
commit: 4502a2f0f1b23c9de1b1bf5d0f6b56d51ebc25df
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 15:25:27 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:26:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4502a2f0
mate-extra/mate-user-share: amd64 stable wrt bug #682168
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
index 80932af7720..bf1be65603a 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="amd64 ~arm ~x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2019-04-14 16:24 Mikle Kolyada
0 siblings, 0 replies; 36+ messages in thread
From: Mikle Kolyada @ 2019-04-14 16:24 UTC (permalink / raw
To: gentoo-commits
commit: bd5b42d2f432079bbc82b5d58296571040504c5d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 16:22:22 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 16:23:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5b42d2
mate-extra/mate-user-share: x86 stable wrt bug #682168
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
index bf1be65603a..aa87a8dc105 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~x86"
+ KEYWORDS="amd64 ~arm x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2019-04-14 21:24 Mikle Kolyada
0 siblings, 0 replies; 36+ messages in thread
From: Mikle Kolyada @ 2019-04-14 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 56c7ab390c7f1a5fa9e8059e7c7a39b08ce9baf3
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 21:18:54 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 21:24:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c7ab39
mate-extra/mate-user-share: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
| 1 -
.../mate-user-share/mate-user-share-1.18.0.ebuild | 50 ----------------------
2 files changed, 51 deletions(-)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index a07f4e73ab0..b72fbcc1e8d 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,2 +1 @@
-DIST mate-user-share-1.18.0.tar.xz 919404 BLAKE2B fc81dbe17a0ed57eb7baaa385fe786d73a5d64171e51735de061c9c7fbe69f0174f984d75ae39e7b0dcd7bf5562655cf599f394ab7ed50bba520b8472da1111f SHA512 581a53efc115b3b2bac455d828bb689c79bc2a0c5bf3fb2a560ae7eb153b6a8c9589695ca540bb759498c0dc21e016f634a0aabf8e9863c42c5ae7712c91d058
DIST mate-user-share-1.22.0.tar.xz 927068 BLAKE2B a37d3a886ec3cad4427ccff94c00ce2d2412607f16aacf0a8ae4096f0c63c61f07f10cbd902d3a62d74f2a172b3dcbd5575f5c027045a9d31bdf4cffce4a8de2 SHA512 151532ebe031a973e8825d86c9a315697f5930f89d78960946da3ba135238e3130c59018d04cf9dc8d343ff1613e51254701bbf8e23a9881733ecbb7e6fb9f18
diff --git a/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild
deleted file mode 100644
index 41b9177bfed..00000000000
--- a/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-
-COMMON_DEPEND="
- >=dev-libs/dbus-glib-0.70:0
- >=dev-libs/glib-2.15.2:2
- >=mate-base/caja-1.17.1
- media-libs/libcanberra:0[gtk3]
- >=sys-apps/dbus-1.1.1:0
- >=x11-libs/gdk-pixbuf-2:2
- >=x11-libs/gtk+-3.14:3
- x11-libs/libX11:0
- x11-libs/pango:0
- >=x11-libs/libnotify-0.7:0
- virtual/libintl:0"
-
-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 \
- $(use_with X x)
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2019-08-17 4:23 Göktürk Yüksek
0 siblings, 0 replies; 36+ messages in thread
From: Göktürk Yüksek @ 2019-08-17 4:23 UTC (permalink / raw
To: gentoo-commits
commit: b64637c46a5d7c17b050e526e1ae2ba9f9321b3c
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 22:09:20 2019 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 04:17:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64637c4
mate-extra/mate-user-share: Bump to 1.22.1
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
| 1 +
.../mate-user-share/mate-user-share-1.22.1.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index b72fbcc1e8d..6b6ea464f78 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1 +1,2 @@
DIST mate-user-share-1.22.0.tar.xz 927068 BLAKE2B a37d3a886ec3cad4427ccff94c00ce2d2412607f16aacf0a8ae4096f0c63c61f07f10cbd902d3a62d74f2a172b3dcbd5575f5c027045a9d31bdf4cffce4a8de2 SHA512 151532ebe031a973e8825d86c9a315697f5930f89d78960946da3ba135238e3130c59018d04cf9dc8d343ff1613e51254701bbf8e23a9881733ecbb7e6fb9f18
+DIST mate-user-share-1.22.1.tar.xz 921944 BLAKE2B dfa3b304bc81c82abf9a2354ede94b08672f2e8cd28b4def0f0dad0f6389c762d68ddb1924918c89eee40374eedfff312ffc4a9c65d3766be240ede182072837 SHA512 afd2c2f8484124e26ac9ced23abd89c1b553adb4df6ca8bd49159e3ec5d76f2b16f6576b7f5608488e5290cddef733e27c653433ee9f57a09a6b76b774555894
diff --git a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
new file mode 100644
index 00000000000..80932af7720
--- /dev/null
+++ b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Personal file sharing for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X"
+
+COMMON_DEPEND="
+ >=dev-libs/dbus-glib-0.70
+ >=dev-libs/glib-2.50:2
+ >=mate-base/caja-1.17.1
+ media-libs/libcanberra[gtk3]
+ >=sys-apps/dbus-1.1.1
+ >=x11-libs/gdk-pixbuf-2:2
+ >=x11-libs/gtk+-3.22:3
+ x11-libs/libX11
+ x11-libs/pango
+ >=x11-libs/libnotify-0.7
+ virtual/libintl"
+
+RDEPEND="${COMMON_DEPEND}
+ >=www-apache/mod_dnssd-0.6
+ >=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
+ >=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 \
+ $(use_with X x)
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2020-04-06 17:49 Adam Feldman
0 siblings, 0 replies; 36+ messages in thread
From: Adam Feldman @ 2020-04-06 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 73900222208ea5666047ace301480ad4890cad0c
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 01:19:36 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Apr 6 17:48:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73900222
mate-extra/mate-user-share: Bump to 1.24.0
Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
| 1 +
.../mate-user-share/mate-user-share-1.24.0.ebuild | 52 ++++++++++++++++++++++
2 files changed, 53 insertions(+)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index 6b6ea464f78..499d1c901f4 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,2 +1,3 @@
DIST mate-user-share-1.22.0.tar.xz 927068 BLAKE2B a37d3a886ec3cad4427ccff94c00ce2d2412607f16aacf0a8ae4096f0c63c61f07f10cbd902d3a62d74f2a172b3dcbd5575f5c027045a9d31bdf4cffce4a8de2 SHA512 151532ebe031a973e8825d86c9a315697f5930f89d78960946da3ba135238e3130c59018d04cf9dc8d343ff1613e51254701bbf8e23a9881733ecbb7e6fb9f18
DIST mate-user-share-1.22.1.tar.xz 921944 BLAKE2B dfa3b304bc81c82abf9a2354ede94b08672f2e8cd28b4def0f0dad0f6389c762d68ddb1924918c89eee40374eedfff312ffc4a9c65d3766be240ede182072837 SHA512 afd2c2f8484124e26ac9ced23abd89c1b553adb4df6ca8bd49159e3ec5d76f2b16f6576b7f5608488e5290cddef733e27c653433ee9f57a09a6b76b774555894
+DIST mate-user-share-1.24.0.tar.xz 1008992 BLAKE2B 0fe21e49ff30c88c32b6b88aba84e58b3e6310d3bbd7a4873be460c97366828a7edfd24be37d2c10ea88a51c6990ee482ad595582d288ded2e4f7e0ca6f0b4e0 SHA512 15ede8754bf95ac78844cd9645a43d2deb8419dd550aee5263936d710cd13ce7f4a68cfd53e589c2dd37f87f59c9e8153f8abac711a3a7f88a2e2789dbd4f664
diff --git a/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild
new file mode 100644
index 00000000000..df282eff4b2
--- /dev/null
+++ b/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Personal file sharing for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X"
+
+COMMON_DEPEND="
+ >=dev-libs/dbus-glib-0.70
+ >=dev-libs/glib-2.50:2
+ >=mate-base/caja-1.17.1
+ media-libs/libcanberra[gtk3]
+ >=sys-apps/dbus-1.1.1
+ >=x11-libs/gdk-pixbuf-2:2
+ >=x11-libs/gtk+-3.22:3
+ x11-libs/libX11
+ x11-libs/pango
+ >=x11-libs/libnotify-0.7
+"
+
+RDEPEND="${COMMON_DEPEND}
+ >=www-apache/mod_dnssd-0.6
+ >=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
+"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=sys-devel/gettext-0.19.8:*
+ virtual/pkgconfig:*
+"
+
+src_configure() {
+ mate_src_configure \
+ --with-httpd=apache2 \
+ --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
+ --disable-bluetooth \
+ $(use_with X x)
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2020-04-06 17:49 Adam Feldman
0 siblings, 0 replies; 36+ messages in thread
From: Adam Feldman @ 2020-04-06 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 6cffa03020be8951c0aa3e3f13ac05e6c8f9b75a
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 02:02:02 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Apr 6 17:48:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cffa030
mate-extra/mate-user-share: Fix LICENSE
Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
| 4 ++--
| 4 ++--
| 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
index aa87a8dc105..3373fa4c543 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
-LICENSE="GPL-2"
+LICENSE="FDL-1.1+ GPL-2+"
SLOT="0"
IUSE="X"
--git a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
index 80932af7720..4d22498948d 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
-LICENSE="GPL-2"
+LICENSE="FDL-1.1+ GPL-2+"
SLOT="0"
IUSE="X"
--git a/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild
index df282eff4b2..dbfca4d5174 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
-LICENSE="GPL-2"
+LICENSE="FDL-1.1+ GPL-2+"
SLOT="0"
IUSE="X"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2020-05-08 4:45 Adam Feldman
0 siblings, 0 replies; 36+ messages in thread
From: Adam Feldman @ 2020-05-08 4:45 UTC (permalink / raw
To: gentoo-commits
commit: 059a6caf8fa5b9883f57a801aca8e385b2b6f6f7
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 04:31:18 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri May 8 04:44:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059a6caf
mate-extra/mate-user-share: Drop old
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
| 1 -
.../mate-user-share/mate-user-share-1.22.0.ebuild | 50 ----------------------
2 files changed, 51 deletions(-)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index 499d1c901f4..7feeaa3fc92 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,3 +1,2 @@
-DIST mate-user-share-1.22.0.tar.xz 927068 BLAKE2B a37d3a886ec3cad4427ccff94c00ce2d2412607f16aacf0a8ae4096f0c63c61f07f10cbd902d3a62d74f2a172b3dcbd5575f5c027045a9d31bdf4cffce4a8de2 SHA512 151532ebe031a973e8825d86c9a315697f5930f89d78960946da3ba135238e3130c59018d04cf9dc8d343ff1613e51254701bbf8e23a9881733ecbb7e6fb9f18
DIST mate-user-share-1.22.1.tar.xz 921944 BLAKE2B dfa3b304bc81c82abf9a2354ede94b08672f2e8cd28b4def0f0dad0f6389c762d68ddb1924918c89eee40374eedfff312ffc4a9c65d3766be240ede182072837 SHA512 afd2c2f8484124e26ac9ced23abd89c1b553adb4df6ca8bd49159e3ec5d76f2b16f6576b7f5608488e5290cddef733e27c653433ee9f57a09a6b76b774555894
DIST mate-user-share-1.24.0.tar.xz 1008992 BLAKE2B 0fe21e49ff30c88c32b6b88aba84e58b3e6310d3bbd7a4873be460c97366828a7edfd24be37d2c10ea88a51c6990ee482ad595582d288ded2e4f7e0ca6f0b4e0 SHA512 15ede8754bf95ac78844cd9645a43d2deb8419dd550aee5263936d710cd13ce7f4a68cfd53e589c2dd37f87f59c9e8153f8abac711a3a7f88a2e2789dbd4f664
diff --git a/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
deleted file mode 100644
index 3373fa4c543..00000000000
--- a/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="Personal file sharing for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+"
-SLOT="0"
-
-IUSE="X"
-
-COMMON_DEPEND="
- >=dev-libs/dbus-glib-0.70
- >=dev-libs/glib-2.50:2
- >=mate-base/caja-1.17.1
- media-libs/libcanberra[gtk3]
- >=sys-apps/dbus-1.1.1
- >=x11-libs/gdk-pixbuf-2:2
- >=x11-libs/gtk+-3.22:3
- x11-libs/libX11
- x11-libs/pango
- >=x11-libs/libnotify-0.7
- virtual/libintl"
-
-RDEPEND="${COMMON_DEPEND}
- >=www-apache/mod_dnssd-0.6
- >=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
- >=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 \
- $(use_with X x)
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2020-05-08 4:45 Adam Feldman
0 siblings, 0 replies; 36+ messages in thread
From: Adam Feldman @ 2020-05-08 4:45 UTC (permalink / raw
To: gentoo-commits
commit: 5ae8a7cb0a9edcddc9fd77a2f46e988dfcf4234e
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 04:30:33 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri May 8 04:44:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae8a7cb
mate-extra/mate-user-share: Stabilize 1.22.1 for amd64,x86
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
index 4d22498948d..3373fa4c543 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="amd64 ~arm x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2020-08-07 3:18 Adam Feldman
0 siblings, 0 replies; 36+ messages in thread
From: Adam Feldman @ 2020-08-07 3:18 UTC (permalink / raw
To: gentoo-commits
commit: c81dcddf38831dcace3556faf3b9a95403003da4
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 22:00:19 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 03:17:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81dcddf
mate-extra/mate-user-share: Stabilize 1.24.0 for amd64, x86
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild
index dbfca4d5174..ec2217c7e29 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="amd64 ~arm x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2020-09-25 20:32 Adam Feldman
0 siblings, 0 replies; 36+ messages in thread
From: Adam Feldman @ 2020-09-25 20:32 UTC (permalink / raw
To: gentoo-commits
commit: 316178321cde93c70fba9224103d768b34811b58
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 6 22:17:55 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 20:32:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31617832
mate-extra/mate-user-share: Fix deps
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
.../mate-user-share-1.24.0-r1.ebuild | 52 ++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/mate-extra/mate-user-share/mate-user-share-1.24.0-r1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.24.0-r1.ebuild
new file mode 100644
index 00000000000..5b09cfcba02
--- /dev/null
+++ b/mate-extra/mate-user-share/mate-user-share-1.24.0-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Personal file sharing for the MATE desktop"
+LICENSE="FDL-1.1+ GPL-2+"
+SLOT="0"
+
+IUSE="X"
+
+COMMON_DEPEND="
+ >=dev-libs/dbus-glib-0.70
+ >=dev-libs/glib-2.50:2
+ >=mate-base/caja-1.17.1
+ media-libs/libcanberra[gtk3]
+ >=sys-apps/dbus-1.1.1
+ >=x11-libs/gdk-pixbuf-2:2
+ >=x11-libs/gtk+-3.22:3
+ x11-libs/libX11
+ x11-libs/pango
+ >=x11-libs/libnotify-0.7
+"
+
+RDEPEND="${COMMON_DEPEND}
+ >=www-apache/mod_dnssd-0.6
+ >=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
+"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --disable-bluetooth \
+ --with-httpd=apache2 \
+ --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
+ $(use_with X x)
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2022-12-03 1:04 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2022-12-03 1:04 UTC (permalink / raw
To: gentoo-commits
commit: 7227e2e018cd5d1d3db36c96aab3e8689b465282
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Wed Nov 30 08:24:46 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 01:04:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7227e2e0
mate-extra/mate-user-share: add 1.26.0
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 +
.../mate-user-share/mate-user-share-1.26.0.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index 2fda712a72ee..a5cf71852a88 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1 +1,2 @@
DIST mate-user-share-1.24.0.tar.xz 1008992 BLAKE2B 0fe21e49ff30c88c32b6b88aba84e58b3e6310d3bbd7a4873be460c97366828a7edfd24be37d2c10ea88a51c6990ee482ad595582d288ded2e4f7e0ca6f0b4e0 SHA512 15ede8754bf95ac78844cd9645a43d2deb8419dd550aee5263936d710cd13ce7f4a68cfd53e589c2dd37f87f59c9e8153f8abac711a3a7f88a2e2789dbd4f664
+DIST mate-user-share-1.26.0.tar.xz 1028740 BLAKE2B 28f7d0041325c451f1e5f15410cfc4f8b6d2edaeaf448810e35d2d70d6330601a743878bc581458a110766b0613ed35491be191b14a8c68c5818ed11036125b3 SHA512 4dfd35bd4d9c72a83b0929c30738d2cb93a622af630cce1ffcfb23b9ca1167414ac969a5e417fa7e9d86e334249ff3e519c326c41fee87a6cbfc58d855d4b978
diff --git a/mate-extra/mate-user-share/mate-user-share-1.26.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.26.0.ebuild
new file mode 100644
index 000000000000..fb8da103d6f8
--- /dev/null
+++ b/mate-extra/mate-user-share/mate-user-share-1.26.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Personal file sharing for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X"
+
+COMMON_DEPEND="
+ >=dev-libs/dbus-glib-0.70
+ >=dev-libs/glib-2.50:2
+ >=mate-base/caja-1.17.1
+ media-libs/libcanberra[gtk3]
+ >=sys-apps/dbus-1.1.1
+ >=x11-libs/gdk-pixbuf-2:2
+ >=x11-libs/gtk+-3.22:3
+ x11-libs/libX11
+ x11-libs/pango
+ >=x11-libs/libnotify-0.7
+ virtual/libintl"
+
+RDEPEND="${COMMON_DEPEND}
+ >=www-apache/mod_dnssd-0.6
+ >=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]"
+
+BDEPEND="${COMMON_DEPEND}
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=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 \
+ $(use_with X x)
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2022-12-16 20:39 Arthur Zamarin
0 siblings, 0 replies; 36+ messages in thread
From: Arthur Zamarin @ 2022-12-16 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 821bcdac73dcbb15993615e5bcc97dd1bdcd8e52
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 20:38:54 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 20:39:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821bcdac
mate-extra/mate-user-share: Stabilize 1.26.0 x86, #884079
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.26.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.26.0.ebuild
index 74d7614b5c51..7e79286af6e2 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.26.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.26.0.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~x86"
+ KEYWORDS="amd64 ~arm x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2022-12-21 10:00 Andreas Sturmlechner
0 siblings, 0 replies; 36+ messages in thread
From: Andreas Sturmlechner @ 2022-12-21 10:00 UTC (permalink / raw
To: gentoo-commits
commit: 57d4d20b7a6e0e73c135faa6918a9fd3b4bf3c53
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 09:23:15 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 09:59:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d4d20b
mate-extra/mate-user-share: drop 1.24.0-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 1 -
.../mate-user-share-1.24.0-r1.ebuild | 52 ----------------------
2 files changed, 53 deletions(-)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index a5cf71852a88..27b6cd165da1 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,2 +1 @@
-DIST mate-user-share-1.24.0.tar.xz 1008992 BLAKE2B 0fe21e49ff30c88c32b6b88aba84e58b3e6310d3bbd7a4873be460c97366828a7edfd24be37d2c10ea88a51c6990ee482ad595582d288ded2e4f7e0ca6f0b4e0 SHA512 15ede8754bf95ac78844cd9645a43d2deb8419dd550aee5263936d710cd13ce7f4a68cfd53e589c2dd37f87f59c9e8153f8abac711a3a7f88a2e2789dbd4f664
DIST mate-user-share-1.26.0.tar.xz 1028740 BLAKE2B 28f7d0041325c451f1e5f15410cfc4f8b6d2edaeaf448810e35d2d70d6330601a743878bc581458a110766b0613ed35491be191b14a8c68c5818ed11036125b3 SHA512 4dfd35bd4d9c72a83b0929c30738d2cb93a622af630cce1ffcfb23b9ca1167414ac969a5e417fa7e9d86e334249ff3e519c326c41fee87a6cbfc58d855d4b978
diff --git a/mate-extra/mate-user-share/mate-user-share-1.24.0-r1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.24.0-r1.ebuild
deleted file mode 100644
index ad03ba381bf4..000000000000
--- a/mate-extra/mate-user-share/mate-user-share-1.24.0-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="Personal file sharing for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+"
-SLOT="0"
-
-IUSE="X"
-
-COMMON_DEPEND="
- >=dev-libs/dbus-glib-0.70
- >=dev-libs/glib-2.50:2
- >=mate-base/caja-1.17.1
- media-libs/libcanberra[gtk3]
- >=sys-apps/dbus-1.1.1
- >=x11-libs/gdk-pixbuf-2:2
- >=x11-libs/gtk+-3.22:3
- x11-libs/libX11
- x11-libs/pango
- >=x11-libs/libnotify-0.7
-"
-
-RDEPEND="${COMMON_DEPEND}
- >=www-apache/mod_dnssd-0.6
- >=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
-"
-
-DEPEND="${COMMON_DEPEND}
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- mate_src_configure \
- --disable-bluetooth \
- --with-httpd=apache2 \
- --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
- $(use_with X x)
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2023-12-21 11:55 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-12-21 11:55 UTC (permalink / raw
To: gentoo-commits
commit: dcb4014a8237654f35de5a310b8e10e72f90108f
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Mon Dec 18 02:41:25 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 11:49:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb4014a
mate-extra/mate-user-share: add 1.27.0
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 +
.../mate-user-share/mate-user-share-1.27.0.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index 27b6cd165da1..7c1516fc8fae 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1 +1,2 @@
DIST mate-user-share-1.26.0.tar.xz 1028740 BLAKE2B 28f7d0041325c451f1e5f15410cfc4f8b6d2edaeaf448810e35d2d70d6330601a743878bc581458a110766b0613ed35491be191b14a8c68c5818ed11036125b3 SHA512 4dfd35bd4d9c72a83b0929c30738d2cb93a622af630cce1ffcfb23b9ca1167414ac969a5e417fa7e9d86e334249ff3e519c326c41fee87a6cbfc58d855d4b978
+DIST mate-user-share-1.27.0.tar.xz 1038728 BLAKE2B 7e0dccc2e1c6e8ebade1000dcb5d5ffe8bac613a29ba30d109d97c229cbc5f8071ddacdecedad0c63a5e5caab906624cb82a2fb9a046817eb3501551b2caa4f8 SHA512 0ef068a57b6ed25d38e9caf5807451ff091a58f80f1cbb79c4bf3179f6a8d5b62013b3ed56411ed627d9d617371963481ae8cdd5b0ca56893052d95ec535480e
diff --git a/mate-extra/mate-user-share/mate-user-share-1.27.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.27.0.ebuild
new file mode 100644
index 000000000000..644f3db8e24e
--- /dev/null
+++ b/mate-extra/mate-user-share/mate-user-share-1.27.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Personal file sharing for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X"
+
+COMMON_DEPEND="
+ >=dev-libs/dbus-glib-0.70
+ >=dev-libs/glib-2.50:2
+ >=mate-base/caja-1.17.1
+ media-libs/libcanberra[gtk3]
+ >=sys-apps/dbus-1.1.1
+ >=x11-libs/gdk-pixbuf-2:2
+ >=x11-libs/gtk+-3.22:3
+ x11-libs/libX11
+ x11-libs/pango
+ >=x11-libs/libnotify-0.7
+ virtual/libintl"
+
+RDEPEND="${COMMON_DEPEND}
+ >=www-apache/mod_dnssd-0.6
+ >=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]"
+
+BDEPEND="${COMMON_DEPEND}
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=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 \
+ $(use_with X x)
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2024-08-30 5:57 Joonas Niilola
0 siblings, 0 replies; 36+ messages in thread
From: Joonas Niilola @ 2024-08-30 5:57 UTC (permalink / raw
To: gentoo-commits
commit: ad5dbd21f95f1551b430f757977a0982372f08eb
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 05:56:44 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 05:56:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5dbd21
mate-extra/mate-user-share: Stabilize 1.28.0 x86, #938707
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.28.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.28.0.ebuild
index b34d9e6f414f..45cbd92d6fcd 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.28.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.28.0.ebuild
@@ -9,7 +9,7 @@ inherit mate
MINOR=$(($(ver_cut 2) % 2))
if [[ ${MINOR} -eq 0 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2024-08-30 5:57 Joonas Niilola
0 siblings, 0 replies; 36+ messages in thread
From: Joonas Niilola @ 2024-08-30 5:57 UTC (permalink / raw
To: gentoo-commits
commit: ad4bbfa432d5ed158fa0f9b5ea9ec495ed994e94
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 05:57:23 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 05:57:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4bbfa4
mate-extra/mate-user-share: Stabilize 1.28.0 amd64, #938707
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-user-share/mate-user-share-1.28.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.28.0.ebuild
index 45cbd92d6fcd..cb3a10594e7f 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.28.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.28.0.ebuild
@@ -9,7 +9,7 @@ inherit mate
MINOR=$(($(ver_cut 2) % 2))
if [[ ${MINOR} -eq 0 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="Personal file sharing for the MATE desktop"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2024-09-17 17:50 Andreas Sturmlechner
0 siblings, 0 replies; 36+ messages in thread
From: Andreas Sturmlechner @ 2024-09-17 17:50 UTC (permalink / raw
To: gentoo-commits
commit: e8ed57b9c5fd30cae311473d39236ef17cfea71f
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Tue Sep 3 12:29:00 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 17:50:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ed57b9
mate-extra/mate-user-share: drop 1.26.0
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 1 -
.../mate-user-share/mate-user-share-1.26.0.ebuild | 50 ----------------------
2 files changed, 51 deletions(-)
--git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index fd3d438fb725..6d7ab8fe79ee 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,2 +1 @@
-DIST mate-user-share-1.26.0.tar.xz 1028740 BLAKE2B 28f7d0041325c451f1e5f15410cfc4f8b6d2edaeaf448810e35d2d70d6330601a743878bc581458a110766b0613ed35491be191b14a8c68c5818ed11036125b3 SHA512 4dfd35bd4d9c72a83b0929c30738d2cb93a622af630cce1ffcfb23b9ca1167414ac969a5e417fa7e9d86e334249ff3e519c326c41fee87a6cbfc58d855d4b978
DIST mate-user-share-1.28.0.tar.xz 1039764 BLAKE2B f24dc257edbfc8f131f87e8adad4f51048a5903ddda08a3fb5225969bb4a8694a9e6d85086d492663ea2aa5b13054a44eed0e6f3730f37a0c6a8dcecc8005dd0 SHA512 7d8ea26dd43972b457bc704474e942d575c82262243aad3402c24392a54ec5a146343a68f0b3908ada089ce91767d7b4b9f7323463429efa55b29b8f0a30c2e3
diff --git a/mate-extra/mate-user-share/mate-user-share-1.26.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.26.0.ebuild
deleted file mode 100644
index 7e79286af6e2..000000000000
--- a/mate-extra/mate-user-share/mate-user-share-1.26.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="Personal file sharing for the MATE desktop"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="X"
-
-COMMON_DEPEND="
- >=dev-libs/dbus-glib-0.70
- >=dev-libs/glib-2.50:2
- >=mate-base/caja-1.17.1
- media-libs/libcanberra[gtk3]
- >=sys-apps/dbus-1.1.1
- >=x11-libs/gdk-pixbuf-2:2
- >=x11-libs/gtk+-3.22:3
- x11-libs/libX11
- x11-libs/pango
- >=x11-libs/libnotify-0.7
- virtual/libintl"
-
-RDEPEND="${COMMON_DEPEND}
- >=www-apache/mod_dnssd-0.6
- >=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]"
-
-BDEPEND="${COMMON_DEPEND}
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- >=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 \
- $(use_with X x)
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
@ 2024-11-04 18:39 Andreas Sturmlechner
0 siblings, 0 replies; 36+ messages in thread
From: Andreas Sturmlechner @ 2024-11-04 18:39 UTC (permalink / raw
To: gentoo-commits
commit: d75f783b103f210a285a8092449ab0ee7e8e8692
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 19:43:47 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 4 18:38:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75f783b
mate-extra/mate-user-share: Depend on libcanberra-gtk3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
...ate-user-share-1.28.0.ebuild => mate-user-share-1.28.0-r1.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/mate-extra/mate-user-share/mate-user-share-1.28.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.28.0-r1.ebuild
similarity index 93%
rename from mate-extra/mate-user-share/mate-user-share-1.28.0.ebuild
rename to mate-extra/mate-user-share/mate-user-share-1.28.0-r1.ebuild
index cb3a10594e7f..e3ea00210504 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.28.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.28.0-r1.ebuild
@@ -22,7 +22,10 @@ COMMON_DEPEND="
>=dev-libs/dbus-glib-0.70
>=dev-libs/glib-2.50:2
>=mate-base/caja-1.17.1
- media-libs/libcanberra[gtk3]
+ || (
+ media-libs/libcanberra-gtk3
+ media-libs/libcanberra[gtk3(-)]
+ )
>=sys-apps/dbus-1.1.1
>=x11-libs/gdk-pixbuf-2:2
>=x11-libs/gtk+-3.22:3
^ permalink raw reply related [flat|nested] 36+ messages in thread
end of thread, other threads:[~2024-11-04 18:39 UTC | newest]
Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-08 15:31 [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/ Ettore Di Giacinto
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 18:39 Andreas Sturmlechner
2024-09-17 17:50 Andreas Sturmlechner
2024-08-30 5:57 Joonas Niilola
2024-08-30 5:57 Joonas Niilola
2023-12-21 11:55 Sam James
2022-12-21 10:00 Andreas Sturmlechner
2022-12-16 20:39 Arthur Zamarin
2022-12-03 1:04 Sam James
2020-09-25 20:32 Adam Feldman
2020-08-07 3:18 Adam Feldman
2020-05-08 4:45 Adam Feldman
2020-05-08 4:45 Adam Feldman
2020-04-06 17:49 Adam Feldman
2020-04-06 17:49 Adam Feldman
2019-08-17 4:23 Göktürk Yüksek
2019-04-14 21:24 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2018-10-06 20:25 Mart Raudsepp
2018-09-10 16:19 Mikle Kolyada
2018-09-09 23:53 Thomas Deutschmann
2017-09-27 3:23 NP Hardass
2017-06-04 15:18 Ettore Di Giacinto
2016-11-24 22:22 Ettore Di Giacinto
2016-11-21 11:02 Ettore Di Giacinto
2016-10-15 2:59 NP Hardass
2016-10-15 2:59 NP Hardass
2016-08-12 5:13 NP Hardass
2016-08-06 2:12 NP Hardass
2016-07-25 18:36 NP Hardass
2016-05-30 19:18 Mikle Kolyada
2016-03-15 15:55 NP Hardass
2016-03-06 8:16 Mikle Kolyada
2016-02-21 2:52 NP Hardass
2016-02-09 2:49 NP Hardass
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox