Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-user-share/
Date: Thu, 10 Jun 2021 00:24:07
Message-Id: 1623282557.4186075e73490ee21e9abb31669b3ba3db609245.np-hardass@gentoo
1 commit: 4186075e73490ee21e9abb31669b3ba3db609245
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 23:49:17 2021 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 23:49:17 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4186075e
7
8 mate-extra/mate-user-share: Drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 .../mate-user-share/mate-user-share-1.24.0.ebuild | 52 ----------------------
14 1 file changed, 52 deletions(-)
15
16 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
17 deleted file mode 100644
18 index ec2217c..0000000
19 --- a/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild
20 +++ /dev/null
21 @@ -1,52 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -MATE_LA_PUNT="yes"
28 -
29 -inherit mate
30 -
31 -if [[ ${PV} != 9999 ]]; then
32 - KEYWORDS="amd64 ~arm x86"
33 -fi
34 -
35 -DESCRIPTION="Personal file sharing for the MATE desktop"
36 -LICENSE="FDL-1.1+ GPL-2+"
37 -SLOT="0"
38 -
39 -IUSE="X"
40 -
41 -COMMON_DEPEND="
42 - >=dev-libs/dbus-glib-0.70
43 - >=dev-libs/glib-2.50:2
44 - >=mate-base/caja-1.17.1
45 - media-libs/libcanberra[gtk3]
46 - >=sys-apps/dbus-1.1.1
47 - >=x11-libs/gdk-pixbuf-2:2
48 - >=x11-libs/gtk+-3.22:3
49 - x11-libs/libX11
50 - x11-libs/pango
51 - >=x11-libs/libnotify-0.7
52 -"
53 -
54 -RDEPEND="${COMMON_DEPEND}
55 - >=www-apache/mod_dnssd-0.6
56 - >=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]
57 - virtual/libintl
58 -"
59 -
60 -DEPEND="${COMMON_DEPEND}
61 - app-text/docbook-xml-dtd:4.1.2
62 - app-text/yelp-tools
63 - >=sys-devel/gettext-0.19.8:*
64 - virtual/pkgconfig:*
65 -"
66 -
67 -src_configure() {
68 - mate_src_configure \
69 - --with-httpd=apache2 \
70 - --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
71 - --disable-bluetooth \
72 - $(use_with X x)
73 -}