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 7B1DA158030 for ; Mon, 27 Feb 2023 14:24:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EB4CE07C5; Mon, 27 Feb 2023 14:24:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 75827E07C5 for ; Mon, 27 Feb 2023 14:24:50 +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 B0F0D340E3B for ; Mon, 27 Feb 2023 14:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37E058C2 for ; Mon, 27 Feb 2023 14:24:48 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1677507881.add5d781f12da8e7a447f055718dffe92450110b.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/onionrouter/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild net-mail/onionrouter/onionrouter-9999.ebuild X-VCS-Directories: net-mail/onionrouter/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: add5d781f12da8e7a447f055718dffe92450110b X-VCS-Branch: master Date: Mon, 27 Feb 2023 14:24:48 +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: b0bfffd7-1aee-4ac7-a01b-22ffaf0542e8 X-Archives-Hash: e6b2e66ad3fd8f0c2372c20bb8967e44 commit: add5d781f12da8e7a447f055718dffe92450110b Author: Craig Andrews gentoo org> AuthorDate: Mon Feb 27 14:13:36 2023 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Feb 27 14:24:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add5d781 net-mail/onionrouter: EAPI=8 Signed-off-by: Craig Andrews gentoo.org> .../{onionrouter-9999.ebuild => onionrouter-0.6.2-r1.ebuild} | 4 ++-- net-mail/onionrouter/onionrouter-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mail/onionrouter/onionrouter-9999.ebuild b/net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild similarity index 96% copy from net-mail/onionrouter/onionrouter-9999.ebuild copy to net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild index 6e70759dfa0c..f5a753cbc898 100644 --- a/net-mail/onionrouter/onionrouter-9999.ebuild +++ b/net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{9,10,11} ) +DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 systemd diff --git a/net-mail/onionrouter/onionrouter-9999.ebuild b/net-mail/onionrouter/onionrouter-9999.ebuild index 6e70759dfa0c..f5a753cbc898 100644 --- a/net-mail/onionrouter/onionrouter-9999.ebuild +++ b/net-mail/onionrouter/onionrouter-9999.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{9,10,11} ) +DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 systemd