Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-dropbox/
Date: Sat, 02 Jul 2022 17:43:34
Message-Id: 1656779234.f01e19fdb330c79c74b77d6e2afdced750a7e909.soap@gentoo
1 commit: f01e19fdb330c79c74b77d6e2afdced750a7e909
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 16:27:14 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 16:27:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01e19fd
7
8 gnome-extra/nautilus-dropbox: enable py3.10
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild | 16 +++++++---------
13 1 file changed, 7 insertions(+), 9 deletions(-)
14
15 diff --git a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild
16 index 76ae97342d8f..c07e55dfe255 100644
17 --- a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild
18 +++ b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="7"
25 +EAPI=7
26
27 -PYTHON_COMPAT=( python3_{8,9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29
30 inherit autotools python-single-r1 xdg-utils
31
32 @@ -15,17 +15,15 @@ LICENSE="GPL-3 CC-BY-ND-3.0"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="debug"
36 -
37 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
38
39 -RDEPEND="${PYTHON_DEPS}
40 +RDEPEND="
41 + ${PYTHON_DEPS}
42 $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]' )
43 dev-libs/glib:2
44 gnome-base/nautilus
45 net-misc/dropbox"
46 -
47 DEPEND="${RDEPEND}"
48 -
49 BDEPEND="
50 $(python_gen_cond_dep 'dev-python/docutils[${PYTHON_USEDEP}]' )
51 virtual/pkgconfig"
52 @@ -54,8 +52,8 @@ src_install() {
53 default
54
55 # removes files which conflicts with system dropbox
56 - rm -r "${D}/usr/share/applications" || die
57 - rm -r "${D}/usr/bin" || die
58 + rm -r "${ED}"/usr/share/applications || die
59 + rm -r "${ED}"/usr/bin || die
60 }
61
62 pkg_postinst() {