Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/
Date: Thu, 26 Dec 2019 17:29:05
Message-Id: 1577381321.da7e8aeaed17fb4ab0fc9857d160c9635de598ab.pacho@gentoo
1 commit: da7e8aeaed17fb4ab0fc9857d160c9635de598ab
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 17:28:41 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 17:28:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7e8aea
7
8 net-p2p/deluge: Drop python2_7 to stop relying on ..
9
10 pygame with python2 support and others
11
12 Package-Manager: Portage-2.3.82, Repoman-2.3.20
13 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
14
15 net-p2p/deluge/{deluge-9999.ebuild => deluge-2.0.3-r2.ebuild} | 2 +-
16 net-p2p/deluge/deluge-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-2.0.3-r2.ebuild
20 similarity index 99%
21 copy from net-p2p/deluge/deluge-9999.ebuild
22 copy to net-p2p/deluge/deluge-2.0.3-r2.ebuild
23 index 9d936b780a0..01bdfda12a2 100644
24 --- a/net-p2p/deluge/deluge-9999.ebuild
25 +++ b/net-p2p/deluge/deluge-2.0.3-r2.ebuild
26 @@ -3,7 +3,7 @@
27
28 EAPI="7"
29
30 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
31 +PYTHON_COMPAT=( python3_{5,6,7} )
32 DISTUTILS_SINGLE_IMPL=1
33 inherit distutils-r1 systemd
34
35
36 diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
37 index 9d936b780a0..01bdfda12a2 100644
38 --- a/net-p2p/deluge/deluge-9999.ebuild
39 +++ b/net-p2p/deluge/deluge-9999.ebuild
40 @@ -3,7 +3,7 @@
41
42 EAPI="7"
43
44 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
45 +PYTHON_COMPAT=( python3_{5,6,7} )
46 DISTUTILS_SINGLE_IMPL=1
47 inherit distutils-r1 systemd