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 6DFD61382C5 for ; Fri, 27 Nov 2020 14:46:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7D55E083B; Fri, 27 Nov 2020 14:46:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AA023E0839 for ; Fri, 27 Nov 2020 14:46:44 +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 D65A4340EC7 for ; Fri, 27 Nov 2020 14:46:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16A8647C for ; Fri, 27 Nov 2020 14:46:40 +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: <1606488259.328c9fd1fe81ab9263ccc188be7cc178e0c17649.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/traceroute-nanog/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2-r1.ebuild X-VCS-Directories: net-analyzer/traceroute-nanog/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 328c9fd1fe81ab9263ccc188be7cc178e0c17649 X-VCS-Branch: master Date: Fri, 27 Nov 2020 14:46:40 +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: fa9451dd-2fdc-4505-9905-4ce2b6822e3a X-Archives-Hash: 32e38101257ed65f0b8715b025ddf48c commit: 328c9fd1fe81ab9263ccc188be7cc178e0c17649 Author: Aaron Bauman gentoo org> AuthorDate: Fri Nov 27 14:44:19 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Nov 27 14:44:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328c9fd1 net-analyzer/traceroute-nanog: drop old Signed-off-by: Aaron Bauman gentoo.org> .../traceroute-nanog-6.4.2-r1.ebuild | 39 ---------------------- 1 file changed, 39 deletions(-) diff --git a/net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2-r1.ebuild b/net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2-r1.ebuild deleted file mode 100644 index 5dc3aa31866..00000000000 --- a/net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -MY_P="${PN}_${PV}" -DEB_PL="1" -DESCRIPTION="Traceroute with AS lookup, TOS support, MTU discovery and other features" -HOMEPAGE="http://packages.debian.org/traceroute-nanog" -SRC_URI=" - https://dev.gentoo.org/~jer/${MY_P}.orig.tar.gz - https://dev.gentoo.org/~jer/${MY_P}-${DEB_PL}.diff.gz -" -RESTRICT="mirror" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" - -S="${S}.orig" - -src_prepare() { - EPATCH_SUFFIX="dpatch" epatch \ - "${WORKDIR}/${MY_P}-${DEB_PL}.diff" \ - "${WORKDIR}/${P}.orig/${P}/debian/patches/" -} - -src_compile() { - $(tc-getCC) traceroute.c -o ${PN} ${CFLAGS} -DSTRING ${LDFLAGS} -lresolv -lm \ - || die -} - -src_install() { - dosbin traceroute-nanog - dodoc 0_readme.txt faq.txt - newman ${P}/debian/traceroute-nanog.genuine.8 traceroute-nanog.8 -}