Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/
Date: Sun, 19 Jan 2020 13:38:12
Message-Id: 1579441001.1ecc08102d6b52b6dd98c4f35139d33eba18e111.asturm@gentoo
1 commit: 1ecc08102d6b52b6dd98c4f35139d33eba18e111
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 15 20:47:05 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 13:36:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecc0810
7
8 net-misc/dropbox: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-misc/dropbox/dropbox-89.3.268.ebuild | 26 ++++++++------------------
14 1 file changed, 8 insertions(+), 18 deletions(-)
15
16 diff --git a/net-misc/dropbox/dropbox-89.3.268.ebuild b/net-misc/dropbox/dropbox-89.3.268.ebuild
17 index 7a750370139..b08c6c38492 100644
18 --- a/net-misc/dropbox/dropbox-89.3.268.ebuild
19 +++ b/net-misc/dropbox/dropbox-89.3.268.ebuild
20 @@ -1,20 +1,21 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 -inherit eutils gnome2-utils pax-utils systemd
28 +inherit desktop pax-utils systemd xdg
29
30 DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
31 HOMEPAGE="https://www.dropbox.com/"
32 SRC_URI="
33 - x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz )
34 - amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz )"
35 + amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz )
36 + x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz )"
37
38 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
39 SLOT="0"
40 KEYWORDS="amd64 x86 ~x86-linux"
41 IUSE="+librsync-bundled selinux X"
42 +
43 RESTRICT="mirror strip"
44
45 QA_PREBUILT="opt/.*"
46 @@ -23,7 +24,8 @@ QA_EXECSTACK="opt/dropbox/dropbox"
47 DEPEND="librsync-bundled? ( dev-util/patchelf )"
48
49 # Be sure to have GLIBCXX_3.4.9, #393125
50 -RDEPEND="X? (
51 +RDEPEND="
52 + X? (
53 dev-libs/glib:2
54 dev-qt/qtcore:5
55 dev-qt/qtdbus:5
56 @@ -65,7 +67,7 @@ src_unpack() {
57 }
58
59 src_prepare() {
60 - eapply_user
61 + default
62
63 rm -vf libGL.so.1 libX11* libdrm.so.2 libffi.so.6 libpopt.so.0 wmctrl || die
64 # tray icon doesnt load when removing libQt5* (bug 641416)
65 @@ -102,15 +104,3 @@ src_install() {
66
67 dodoc "${T}"/{README,ACKNOWLEDGEMENTS}
68 }
69 -
70 -pkg_preinst() {
71 - gnome2_icon_savelist
72 -}
73 -
74 -pkg_postinst() {
75 - gnome2_icon_cache_update
76 -}
77 -
78 -pkg_postrm() {
79 - gnome2_icon_cache_update
80 -}