Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/onionrouter/
Date: Mon, 27 Feb 2023 14:24:51
Message-Id: 1677507881.add5d781f12da8e7a447f055718dffe92450110b.candrews@gentoo
1 commit: add5d781f12da8e7a447f055718dffe92450110b
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 14:13:36 2023 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 14:24:41 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add5d781
7
8 net-mail/onionrouter: EAPI=8
9
10 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
11
12 .../{onionrouter-9999.ebuild => onionrouter-0.6.2-r1.ebuild} | 4 ++--
13 net-mail/onionrouter/onionrouter-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-mail/onionrouter/onionrouter-9999.ebuild b/net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild
17 similarity index 96%
18 copy from net-mail/onionrouter/onionrouter-9999.ebuild
19 copy to net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild
20 index 6e70759dfa0c..f5a753cbc898 100644
21 --- a/net-mail/onionrouter/onionrouter-9999.ebuild
22 +++ b/net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild
23 @@ -1,11 +1,11 @@
24 # Copyright 1999-2023 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=7
28 +EAPI=8
29
30 PYTHON_COMPAT=( python3_{9,10,11} )
31 +DISTUTILS_USE_PEP517=setuptools
32 DISTUTILS_SINGLE_IMPL=1
33 -DISTUTILS_USE_SETUPTOOLS=rdepend
34
35 inherit distutils-r1 systemd
36
37
38 diff --git a/net-mail/onionrouter/onionrouter-9999.ebuild b/net-mail/onionrouter/onionrouter-9999.ebuild
39 index 6e70759dfa0c..f5a753cbc898 100644
40 --- a/net-mail/onionrouter/onionrouter-9999.ebuild
41 +++ b/net-mail/onionrouter/onionrouter-9999.ebuild
42 @@ -1,11 +1,11 @@
43 # Copyright 1999-2023 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 -EAPI=7
47 +EAPI=8
48
49 PYTHON_COMPAT=( python3_{9,10,11} )
50 +DISTUTILS_USE_PEP517=setuptools
51 DISTUTILS_SINGLE_IMPL=1
52 -DISTUTILS_USE_SETUPTOOLS=rdepend
53
54 inherit distutils-r1 systemd