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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFECD1382C5 for ; Sat, 3 Apr 2021 15:57:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B8E0E091D; Sat, 3 Apr 2021 15:57:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05E16E091F for ; Sat, 3 Apr 2021 15:57:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08E78340B81 for ; Sat, 3 Apr 2021 15:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BE0564D for ; Sat, 3 Apr 2021 15:57:17 +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: <1617465314.f1d40603d55cf3f31938f5a7fba0eb8af5a9e7b1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslscan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sslscan/sslscan-2.0.6.ebuild net-analyzer/sslscan/sslscan-2.0.8.ebuild net-analyzer/sslscan/sslscan-2.0.9.ebuild X-VCS-Directories: net-analyzer/sslscan/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f1d40603d55cf3f31938f5a7fba0eb8af5a9e7b1 X-VCS-Branch: master Date: Sat, 3 Apr 2021 15:57:17 +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: 9d174631-0d0e-4102-aaa9-9e26c27b3019 X-Archives-Hash: f881eb8b8277ec6f672ac499f188173b commit: f1d40603d55cf3f31938f5a7fba0eb8af5a9e7b1 Author: Sam James gentoo org> AuthorDate: Fri Apr 2 00:56:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 15:55:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d40603 net-analyzer/sslscan: drop unused toolchain-funcs Signed-off-by: Sam James gentoo.org> net-analyzer/sslscan/sslscan-2.0.6.ebuild | 3 --- net-analyzer/sslscan/sslscan-2.0.8.ebuild | 3 --- net-analyzer/sslscan/sslscan-2.0.9.ebuild | 3 --- 3 files changed, 9 deletions(-) diff --git a/net-analyzer/sslscan/sslscan-2.0.6.ebuild b/net-analyzer/sslscan/sslscan-2.0.6.ebuild index 92a3a89625b..0cade5bca7f 100644 --- a/net-analyzer/sslscan/sslscan-2.0.6.ebuild +++ b/net-analyzer/sslscan/sslscan-2.0.6.ebuild @@ -7,8 +7,6 @@ EAPI=7 # to be enabled so that they can be tested. OPENSSL_RELEASE_TAG="OpenSSL_1_1_1h" -inherit toolchain-funcs - DESCRIPTION="Fast SSL configuration scanner" HOMEPAGE="https://github.com/rbsec/sslscan" SRC_URI="https://github.com/rbsec/sslscan/archive/${PV}.tar.gz -> ${P}.tar.gz @@ -17,7 +15,6 @@ SRC_URI="https://github.com/rbsec/sslscan/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" # Requires a docker environment RESTRICT="test" diff --git a/net-analyzer/sslscan/sslscan-2.0.8.ebuild b/net-analyzer/sslscan/sslscan-2.0.8.ebuild index 5093e3ee48a..d7a03ebe0b4 100644 --- a/net-analyzer/sslscan/sslscan-2.0.8.ebuild +++ b/net-analyzer/sslscan/sslscan-2.0.8.ebuild @@ -7,8 +7,6 @@ EAPI=7 # to be enabled so that they can be tested. OPENSSL_RELEASE_TAG="OpenSSL_1_1_1j" -inherit toolchain-funcs - DESCRIPTION="Fast SSL configuration scanner" HOMEPAGE="https://github.com/rbsec/sslscan" SRC_URI="https://github.com/rbsec/sslscan/archive/${PV}.tar.gz -> ${P}.tar.gz @@ -17,7 +15,6 @@ SRC_URI="https://github.com/rbsec/sslscan/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" # Requires a docker environment RESTRICT="test" diff --git a/net-analyzer/sslscan/sslscan-2.0.9.ebuild b/net-analyzer/sslscan/sslscan-2.0.9.ebuild index 5e25d50fb22..01672701213 100644 --- a/net-analyzer/sslscan/sslscan-2.0.9.ebuild +++ b/net-analyzer/sslscan/sslscan-2.0.9.ebuild @@ -7,8 +7,6 @@ EAPI=7 # to be enabled so that they can be tested. OPENSSL_RELEASE_TAG="OpenSSL_1_1_1k" -inherit toolchain-funcs - DESCRIPTION="Fast SSL configuration scanner" HOMEPAGE="https://github.com/rbsec/sslscan" SRC_URI="https://github.com/rbsec/sslscan/archive/${PV}.tar.gz -> ${P}.tar.gz @@ -17,7 +15,6 @@ SRC_URI="https://github.com/rbsec/sslscan/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" # Requires a docker environment RESTRICT="test"