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 D0A381382C5 for ; Sun, 8 Apr 2018 13:30:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BC7AE0A91; Sun, 8 Apr 2018 13:30:35 +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 08F2FE0A91 for ; Sun, 8 Apr 2018 13:30:34 +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 81180335C05 for ; Sun, 8 Apr 2018 13:30:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E24826D for ; Sun, 8 Apr 2018 13:30:31 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523194221.85f923455730d39bb7722b54b58a606cc8d2acd7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dnstracer/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild X-VCS-Directories: net-analyzer/dnstracer/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 85f923455730d39bb7722b54b58a606cc8d2acd7 X-VCS-Branch: master Date: Sun, 8 Apr 2018 13:30:31 +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-Archives-Salt: 6791ce4e-8bcd-4fa9-9623-a5c0a918ab22 X-Archives-Hash: 378250e0e38e11c6fa6dbaea0e693da4 commit: 85f923455730d39bb7722b54b58a606cc8d2acd7 Author: Aaron Bauman gentoo org> AuthorDate: Sun Apr 8 13:29:18 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 8 13:30:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f92345 net-analyzer/dnstracer: drop vulnerable Bug: https://bugs.gentoo.org/620928 Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild b/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild deleted file mode 100644 index 8f535fd427d..00000000000 --- a/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Determines where a given nameserver gets its information from" -HOMEPAGE="http://www.mavetju.org/unix/general.php" -SRC_URI="http://www.mavetju.org/download/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm hppa ia64 ~ppc ppc64 s390 sparc x86 ~amd64-linux" -IUSE="ipv6" - -DOCS=( CHANGES README ) - -src_configure() { - econf $(use_enable ipv6) -}