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 B108F158086 for ; Tue, 19 Oct 2021 19:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86DB2E0877; Tue, 19 Oct 2021 19:09:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6ADD8E087E for ; Tue, 19 Oct 2021 19:09:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DECAE3438F2 for ; Tue, 19 Oct 2021 19:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 508EB178 for ; Tue, 19 Oct 2021 19:09:26 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1634670541.566ac381692b3d5a3404ad3085652b5190aa5e60.jsmolic@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_p1.ebuild X-VCS-Directories: net-analyzer/traceroute-nanog/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 566ac381692b3d5a3404ad3085652b5190aa5e60 X-VCS-Branch: master Date: Tue, 19 Oct 2021 19:09:26 +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: fa81b3e8-4c80-4305-8c49-ea26196f8f2f X-Archives-Hash: 2f88df6e76e90fa58b951abb4083e935 commit: 566ac381692b3d5a3404ad3085652b5190aa5e60 Author: Jakov Smolić gentoo org> AuthorDate: Tue Oct 19 19:04:37 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Oct 19 19:09:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566ac381 net-analyzer/traceroute-nanog: Update SRC_URI jer@ is retired and I've archived the distfiles in my devspace Signed-off-by: Jakov Smolić gentoo.org> net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2_p1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2_p1.ebuild b/net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2_p1.ebuild index d40f8a60a49..84675a59420 100644 --- a/net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2_p1.ebuild +++ b/net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2_p1.ebuild @@ -8,8 +8,8 @@ DEB_PL="1" DESCRIPTION="Traceroute with AS lookup, TOS support, MTU discovery and other features" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI=" - https://dev.gentoo.org/~jer/${PN}_${PV/_p*}.orig.tar.gz - https://dev.gentoo.org/~jer/${PN}_${PV/_p*}-${PV/*_p}.diff.gz + https://dev.gentoo.org/~jsmolic/distfiles/${PN}_${PV/_p*}.orig.tar.gz + https://dev.gentoo.org/~jsmolic/distfiles/${PN}_${PV/_p*}-${PV/*_p}.diff.gz " LICENSE="BSD"