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 4861F15808D for ; Mon, 18 Apr 2022 18:48:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E19CE0845; Mon, 18 Apr 2022 18:48:08 +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 A1ED4E0837 for ; Mon, 18 Apr 2022 18:48:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 644FA34183D for ; Mon, 18 Apr 2022 18:48:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FF573AF for ; Mon, 18 Apr 2022 18:48:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650307675.cf74bf617c43bda32e45ab0c249db280a4ae4227.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tor/tor-0.4.6.10.ebuild net-vpn/tor/tor-0.4.7.5_alpha.ebuild net-vpn/tor/tor-0.4.7.6_rc.ebuild X-VCS-Directories: net-vpn/tor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cf74bf617c43bda32e45ab0c249db280a4ae4227 X-VCS-Branch: master Date: Mon, 18 Apr 2022 18:48:03 +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: f13b5ac7-20de-4dee-953a-2d09896b9bf9 X-Archives-Hash: b9b15a7fe9dcbc1def95388f96bd4dc3 commit: cf74bf617c43bda32e45ab0c249db280a4ae4227 Author: Sam James gentoo org> AuthorDate: Mon Apr 18 18:47:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 18 18:47:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf74bf61 net-vpn/tor: drop unused flag-o-matic Signed-off-by: Sam James gentoo.org> net-vpn/tor/tor-0.4.6.10.ebuild | 2 +- net-vpn/tor/tor-0.4.7.5_alpha.ebuild | 2 +- net-vpn/tor/tor-0.4.7.6_rc.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-vpn/tor/tor-0.4.6.10.ebuild b/net-vpn/tor/tor-0.4.6.10.ebuild index f84054aac604..0e0a28e5d34e 100644 --- a/net-vpn/tor/tor-0.4.6.10.ebuild +++ b/net-vpn/tor/tor-0.4.6.10.ebuild @@ -4,7 +4,7 @@ EAPI="8" PYTHON_COMPAT=( python3_{8,9} ) -inherit flag-o-matic python-any-r1 readme.gentoo-r1 systemd verify-sig +inherit python-any-r1 readme.gentoo-r1 systemd verify-sig MY_PV="$(ver_rs 4 -)" MY_PF="${PN}-${MY_PV}" diff --git a/net-vpn/tor/tor-0.4.7.5_alpha.ebuild b/net-vpn/tor/tor-0.4.7.5_alpha.ebuild index a117b5a80dea..aa699f12c38b 100644 --- a/net-vpn/tor/tor-0.4.7.5_alpha.ebuild +++ b/net-vpn/tor/tor-0.4.7.5_alpha.ebuild @@ -4,7 +4,7 @@ EAPI="8" PYTHON_COMPAT=( python3_{8,9} ) -inherit flag-o-matic python-any-r1 readme.gentoo-r1 systemd verify-sig +inherit python-any-r1 readme.gentoo-r1 systemd verify-sig MY_PV="$(ver_rs 4 -)" MY_PF="${PN}-${MY_PV}" diff --git a/net-vpn/tor/tor-0.4.7.6_rc.ebuild b/net-vpn/tor/tor-0.4.7.6_rc.ebuild index a117b5a80dea..aa699f12c38b 100644 --- a/net-vpn/tor/tor-0.4.7.6_rc.ebuild +++ b/net-vpn/tor/tor-0.4.7.6_rc.ebuild @@ -4,7 +4,7 @@ EAPI="8" PYTHON_COMPAT=( python3_{8,9} ) -inherit flag-o-matic python-any-r1 readme.gentoo-r1 systemd verify-sig +inherit python-any-r1 readme.gentoo-r1 systemd verify-sig MY_PV="$(ver_rs 4 -)" MY_PF="${PN}-${MY_PV}"