gnome-extra/gnome-user-share: remove old
authorMart Raudsepp <leio@gentoo.org>
Mon, 23 Dec 2019 21:56:54 +0000 (23:56 +0200)
committerMart Raudsepp <leio@gentoo.org>
Mon, 23 Dec 2019 22:02:29 +0000 (00:02 +0200)
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-extra/gnome-user-share/Manifest
gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild [deleted file]

index caa487068302e7c86a03336425feadd3594b9daa..155f60321c9bc5540931bbba42ba1daa5f482c66 100644 (file)
@@ -1,2 +1 @@
-DIST gnome-user-share-3.28.0.tar.xz 393516 BLAKE2B f17efe9b763b14bb67837d65973f1125ac2bd9d49dabc359aca6fa040cb32d656d71236e306b4e97b39e49e07198aff4b3f456d62937baeff01b50d1a5ccfb67 SHA512 1b7ca604fec69402312f801d5b7117d99cb82bca674a4e4d279bda8ba9ca96c70dfd2c815d571094c1a95eb0e9084cd560445257dce194f6050d68c17ae4bb1d
 DIST gnome-user-share-3.32.0.1.tar.xz 439696 BLAKE2B 278e46adfdb2a24a2b9d8d76e38bb9a6cb1b5ee85c820fbc38aa1ebbed2481537dc8686dccef3d213c0c83bb236f1431a9706b3d6cceace78172d93798534d76 SHA512 d644aaf0c0b593188936505391b1927d883234ffa5acd6d04675575fc68409512b416d87ca6d0a7960187b433a874f2da6ec2d304eccbab8846446f89df8297e
diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild
deleted file mode 100644 (file)
index 261d891..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 multilib systemd
-
-DESCRIPTION="Personal file sharing for the GNOME desktop"
-HOMEPAGE="https://git.gnome.org/browse/gnome-user-share"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-# FIXME: could libnotify be made optional ?
-# FIXME: selinux automagic support
-RDEPEND="
-       >=dev-libs/glib-2.28:2
-       >=x11-libs/gtk+-3:3
-       >=gnome-base/nautilus-3.27.90
-       media-libs/libcanberra[gtk3]
-       >=www-apache/mod_dnssd-0.6
-       >=www-servers/apache-2.2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]
-       >=x11-libs/libnotify-0.7:=
-       sys-apps/systemd
-"
-DEPEND="${RDEPEND}
-       !<gnome-base/gnome-control-center-3.9
-       app-text/yelp-tools
-       app-text/docbook-xml-dtd:4.1.2
-       >=dev-util/intltool-0.35
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       # Upstream forces to use prefork because of Fedora defaults, but
-       # that is problematic for us (bug #551012)
-       # https://bugzilla.gnome.org/show_bug.cgi?id=750525#c2
-       "${FILESDIR}"/${PN}-3.18.1-no-prefork.patch
-)
-
-src_configure() {
-       gnome2_src_configure \
-               --with-httpd=apache2 \
-               --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
-               --with-systemduserunitdir="$(systemd_get_userunitdir)"
-}