mate-extra/mate-user-share: drop 1.24.0-r1

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2022-12-21 10:23:15 +01:00
parent f28cf9d4d9
commit 57d4d20b7a
2 changed files with 0 additions and 53 deletions

View File

@@ -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

View File

@@ -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)
}