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 F0017158088 for ; Tue, 19 Oct 2021 19:09:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CF4BE0857; Tue, 19 Oct 2021 19:09:30 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 764CEE0849 for ; Tue, 19 Oct 2021 19:09:29 +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 8C059343843 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 C1A2B166 for ; Tue, 19 Oct 2021 19:09:25 +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: <1634670534.872a031099417028f542d22eb3bc5f9e24dfa876.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bigeye/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/bigeye/bigeye-0.3-r4.ebuild X-VCS-Directories: net-analyzer/bigeye/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 872a031099417028f542d22eb3bc5f9e24dfa876 X-VCS-Branch: master Date: Tue, 19 Oct 2021 19:09:25 +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: 8039e176-374b-47e5-9ae6-d3db492bcbe9 X-Archives-Hash: 458248973ebb38aa77ff092a449b9f38 commit: 872a031099417028f542d22eb3bc5f9e24dfa876 Author: Jakov Smolić gentoo org> AuthorDate: Tue Oct 19 18:58:18 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Oct 19 19:08:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872a0310 net-analyzer/bigeye: Update SRC_URI jer@ is retired and I've archived the distfiles in my devspace Signed-off-by: Jakov Smolić gentoo.org> net-analyzer/bigeye/bigeye-0.3-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/bigeye/bigeye-0.3-r4.ebuild b/net-analyzer/bigeye/bigeye-0.3-r4.ebuild index e9382d08ec4..4aa3965850e 100644 --- a/net-analyzer/bigeye/bigeye-0.3-r4.ebuild +++ b/net-analyzer/bigeye/bigeye-0.3-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ DESCRIPTION="network utility dump and simple honeypot utility" HOMEPAGE="http://violating.us/projects/bigeye/" SRC_URI=" http://violating.us/projects/bigeye/download/${P}.tgz - https://dev.gentoo.org/~jer/${P}-gcc34.patch.xz + https://dev.gentoo.org/~jsmolic/distfiles/${P}-gcc34.patch.xz " LICENSE="GPL-2"