Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/
Date: Sun, 26 Sep 2021 04:16:52
Message-Id: 1632629794.4fa7c091f287f44c8b8251f8f5efacf30883d9ec.sam@gentoo
1 commit: 4fa7c091f287f44c8b8251f8f5efacf30883d9ec
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 04:16:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 04:16:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa7c091
7
8 net-p2p/deluge: sync live
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-p2p/deluge/deluge-9999.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
16 index af6de067f70..be0397a7f78 100644
17 --- a/net-p2p/deluge/deluge-9999.ebuild
18 +++ b/net-p2p/deluge/deluge-9999.ebuild
19 @@ -5,7 +5,7 @@ EAPI="7"
20
21 PYTHON_COMPAT=( python3_{8,9} )
22 DISTUTILS_SINGLE_IMPL=1
23 -inherit distutils-r1 systemd
24 +inherit xdg distutils-r1 systemd
25
26 DESCRIPTION="BitTorrent client with a client/server model"
27 HOMEPAGE="https://deluge-torrent.org/"
28 @@ -126,6 +126,8 @@ python_install_all() {
29 }
30
31 pkg_postinst() {
32 + xdg_pkg_postinst
33 +
34 elog
35 elog "If, after upgrading, deluge doesn't work, please remove the"
36 elog "'~/.config/deluge' directory and try again, but make a backup"