public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-dropbox/
Date: Sat,  2 Jul 2022 16:27:24 +0000 (UTC)	[thread overview]
Message-ID: <1656779234.f01e19fdb330c79c74b77d6e2afdced750a7e909.soap@gentoo> (raw)

commit:     f01e19fdb330c79c74b77d6e2afdced750a7e909
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 16:27:14 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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() {


             reply	other threads:[~2022-07-02 17:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-02 16:27 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-23 16:25 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-dropbox/ Ben Kohler
2024-07-30  8:49 Pacho Ramos
2024-07-30  8:49 Pacho Ramos
2022-12-22 11:14 Arthur Zamarin
2022-07-02 16:27 David Seifert
2021-03-26  6:59 Joonas Niilola
2021-03-26  6:59 Joonas Niilola
2020-04-09  9:00 Joonas Niilola
2019-11-29  8:17 Michał Górny
2018-05-20 23:26 Aaron Bauman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1656779234.f01e19fdb330c79c74b77d6e2afdced750a7e909.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox