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 E6BD913835A for ; Sat, 3 Apr 2021 15:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF5E5E08FE; Sat, 3 Apr 2021 15:57:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C5B58E08FC for ; Sat, 3 Apr 2021 15:57:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6E469340C74 for ; Sat, 3 Apr 2021 15:57:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87FEC644 for ; Sat, 3 Apr 2021 15:57:16 +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: <1617465305.01ac1c40953e8a2b3ee2c52aa050f9143c8cbd5f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openbsd-netcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild X-VCS-Directories: net-analyzer/openbsd-netcat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 01ac1c40953e8a2b3ee2c52aa050f9143c8cbd5f X-VCS-Branch: master Date: Sat, 3 Apr 2021 15:57:16 +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: 5d65d9db-8ff6-4f82-94f6-89dd44af24b8 X-Archives-Hash: 848d60078ee0c232882dbcc2e723ad30 commit: 01ac1c40953e8a2b3ee2c52aa050f9143c8cbd5f Author: Sam James gentoo org> AuthorDate: Fri Apr 2 01:59:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 15:55:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ac1c40 net-analyzer/openbsd-netcat: drop unused eutils Signed-off-by: Sam James gentoo.org> net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild index 298a47420fd..7a6f5c18460 100644 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit toolchain-funcs eutils +inherit toolchain-funcs DESCRIPTION="The OpenBSD network swiss army knife" HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/"