From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4048F158094 for ; Sat, 2 Jul 2022 17:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2980DE0930; Sat, 2 Jul 2022 17:43:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09792E0930 for ; Sat, 2 Jul 2022 17:43:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1DB8341CD6 for ; Sat, 2 Jul 2022 17:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F4A0555 for ; Sat, 2 Jul 2022 16:27:24 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1656779234.f01e19fdb330c79c74b77d6e2afdced750a7e909.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-dropbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild X-VCS-Directories: gnome-extra/nautilus-dropbox/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f01e19fdb330c79c74b77d6e2afdced750a7e909 X-VCS-Branch: master Date: Sat, 2 Jul 2022 16:27:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c7673101-c2f1-4825-a406-f127336c4c5d X-Archives-Hash: 343fdbdb12739d40b002e1338d074e57 commit: f01e19fdb330c79c74b77d6e2afdced750a7e909 Author: David Seifert gentoo org> AuthorDate: Sat Jul 2 16:27:14 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 2 16:27:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01e19fd gnome-extra/nautilus-dropbox: enable py3.10 Signed-off-by: David Seifert gentoo.org> .../nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild index 76ae97342d8f..c07e55dfe255 100644 --- a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild +++ b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-single-r1 xdg-utils @@ -15,17 +15,15 @@ LICENSE="GPL-3 CC-BY-ND-3.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" - REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS} +RDEPEND=" + ${PYTHON_DEPS} $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]' ) dev-libs/glib:2 gnome-base/nautilus net-misc/dropbox" - DEPEND="${RDEPEND}" - BDEPEND=" $(python_gen_cond_dep 'dev-python/docutils[${PYTHON_USEDEP}]' ) virtual/pkgconfig" @@ -54,8 +52,8 @@ src_install() { default # removes files which conflicts with system dropbox - rm -r "${D}/usr/share/applications" || die - rm -r "${D}/usr/bin" || die + rm -r "${ED}"/usr/share/applications || die + rm -r "${ED}"/usr/bin || die } pkg_postinst() {