Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/
Date: Thu, 10 Sep 2020 14:24:56
Message-Id: 1599747867.e8298bc3b32359c645aed5f948e837f3a9b4f479.bkohler@gentoo
1 commit: e8298bc3b32359c645aed5f948e837f3a9b4f479
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 10 14:24:11 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 10 14:24:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8298bc3
7
8 net-misc/dropbox: add information on blocking autoupdate
9
10 Closes: https://bugs.gentoo.org/473888
11 Package-Manager: Portage-3.0.6, Repoman-3.0.1
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 net-misc/dropbox/dropbox-104.4.175.ebuild | 8 ++++++++
15 net-misc/dropbox/dropbox-105.4.649.ebuild | 8 ++++++++
16 net-misc/dropbox/dropbox-105.4.651.ebuild | 8 ++++++++
17 3 files changed, 24 insertions(+)
18
19 diff --git a/net-misc/dropbox/dropbox-104.4.175.ebuild b/net-misc/dropbox/dropbox-104.4.175.ebuild
20 index 30d998505ce..2408606d15f 100644
21 --- a/net-misc/dropbox/dropbox-104.4.175.ebuild
22 +++ b/net-misc/dropbox/dropbox-104.4.175.ebuild
23 @@ -94,3 +94,11 @@ src_install() {
24
25 dodoc "${T}"/{README,ACKNOWLEDGEMENTS}
26 }
27 +
28 +pkg_postinst() {
29 + einfo "Warning: while running, dropbox may attempt to autoupdate itself in"
30 + einfo " your user's home directory. To prevent this, run the following as"
31 + einfo " each user who will run dropbox:"
32 + einfo ""
33 + einfo "install -dm0 ~/.dropbox-dist"
34 +}
35
36 diff --git a/net-misc/dropbox/dropbox-105.4.649.ebuild b/net-misc/dropbox/dropbox-105.4.649.ebuild
37 index 4530b917859..7286be94a2d 100644
38 --- a/net-misc/dropbox/dropbox-105.4.649.ebuild
39 +++ b/net-misc/dropbox/dropbox-105.4.649.ebuild
40 @@ -92,3 +92,11 @@ src_install() {
41
42 dodoc "${T}"/{README,ACKNOWLEDGEMENTS}
43 }
44 +
45 +pkg_postinst() {
46 + einfo "Warning: while running, dropbox may attempt to autoupdate itself in"
47 + einfo " your user's home directory. To prevent this, run the following as"
48 + einfo " each user who will run dropbox:"
49 + einfo ""
50 + einfo "install -dm0 ~/.dropbox-dist"
51 +}
52
53 diff --git a/net-misc/dropbox/dropbox-105.4.651.ebuild b/net-misc/dropbox/dropbox-105.4.651.ebuild
54 index 4530b917859..7286be94a2d 100644
55 --- a/net-misc/dropbox/dropbox-105.4.651.ebuild
56 +++ b/net-misc/dropbox/dropbox-105.4.651.ebuild
57 @@ -92,3 +92,11 @@ src_install() {
58
59 dodoc "${T}"/{README,ACKNOWLEDGEMENTS}
60 }
61 +
62 +pkg_postinst() {
63 + einfo "Warning: while running, dropbox may attempt to autoupdate itself in"
64 + einfo " your user's home directory. To prevent this, run the following as"
65 + einfo " each user who will run dropbox:"
66 + einfo ""
67 + einfo "install -dm0 ~/.dropbox-dist"
68 +}