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 F268A138350 for ; Wed, 18 Mar 2020 22:16:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FF6EE0BBA; Wed, 18 Mar 2020 22:16:05 +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 121F8E0BBA for ; Wed, 18 Mar 2020 22:16:05 +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 DDA8C34E5C3 for ; Wed, 18 Mar 2020 22:16:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D5AA103 for ; Wed, 18 Mar 2020 22:16:01 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1584569702.3d030cc3f941305e13a5f7318e17fd8412d608c8.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild X-VCS-Directories: net-misc/telnet-bsd/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 3d030cc3f941305e13a5f7318e17fd8412d608c8 X-VCS-Branch: master Date: Wed, 18 Mar 2020 22:16:01 +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: 933b5fb9-f15b-42d7-8cab-a64561c6aacd X-Archives-Hash: 929e405e6621248f68c1c2f7ab015227 commit: 3d030cc3f941305e13a5f7318e17fd8412d608c8 Author: Marc Schiffbauer gentoo org> AuthorDate: Wed Mar 18 22:14:24 2020 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Wed Mar 18 22:15:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d030cc3 net-misc/telnet-bsd: Fix SRC_URI (#713216) Closes: https://bugs.gentoo.org/713216 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Marc Schiffbauer gentoo.org> net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild index 8fc40fcfe23..96527c5c15e 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild @@ -6,7 +6,7 @@ inherit eutils autotools toolchain-funcs DESCRIPTION="Telnet and telnetd ported from OpenBSD with IPv6 support" HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/" -SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2" +SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2" LICENSE="BSD" SLOT="0"