summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-10-06 23:08:02 +0300
committerMart Raudsepp <leio@gentoo.org>2018-10-06 23:22:11 +0300
commit2a346f3939d1cebb21a9e0f00365da70272fcd43 (patch)
treedde5ef173c0455e88fab1c4e1739a55bf1c04a6f /mate-extra
parentmate-extra/mate-user-guide: remove old (diff)
downloadgentoo-2a346f3939d1cebb21a9e0f00365da70272fcd43.tar.gz
gentoo-2a346f3939d1cebb21a9e0f00365da70272fcd43.tar.bz2
gentoo-2a346f3939d1cebb21a9e0f00365da70272fcd43.zip
mate-extra/mate-user-share: remove old
Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'mate-extra')
-rw-r--r--mate-extra/mate-user-share/Manifest3
-rw-r--r--mate-extra/mate-user-share/mate-user-share-1.12.0.ebuild57
-rw-r--r--mate-extra/mate-user-share/mate-user-share-1.14.0.ebuild59
-rw-r--r--mate-extra/mate-user-share/mate-user-share-1.16.0.ebuild58
-rw-r--r--mate-extra/mate-user-share/metadata.xml3
5 files changed, 0 insertions, 180 deletions
diff --git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest
index f6b1ecde71ef..7c9bf97c789d 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 477b173134ba..000000000000
--- 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 88e86f04f13b..000000000000
--- 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 11f1d7fe930e..000000000000
--- 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)
-}
diff --git a/mate-extra/mate-user-share/metadata.xml b/mate-extra/mate-user-share/metadata.xml
index 99735b0bd1f5..e67f167e102a 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>