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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C094158030 for ; Thu, 2 Mar 2023 16:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 756B4E07B2; Thu, 2 Mar 2023 16:41:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53EE1E07D8 for ; Thu, 2 Mar 2023 16:41:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7190F340824 for ; Thu, 2 Mar 2023 16:41:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0FCA8C8 for ; Thu, 2 Mar 2023 16:40:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1677775198.ed3f914bf626eea43d1ad65b9c954abf1e13bb3b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/socket/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/socket/socket-1.5.ebuild X-VCS-Directories: net-misc/socket/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ed3f914bf626eea43d1ad65b9c954abf1e13bb3b X-VCS-Branch: master Date: Thu, 2 Mar 2023 16:40:59 +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: 9486cbf1-5891-42b4-a95c-905b420eb2a9 X-Archives-Hash: 368368a55ad9f8f60a0c6364d3d54f73 commit: ed3f914bf626eea43d1ad65b9c954abf1e13bb3b Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Feb 24 17:44:19 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Mar 2 16:39:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3f914b net-misc/socket: update HOMEPAGE, SRC_URI Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Joonas Niilola gentoo.org> net-misc/socket/socket-1.5.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/socket/socket-1.5.ebuild b/net-misc/socket/socket-1.5.ebuild index be38d567737b..0a9cad96c8ec 100644 --- a/net-misc/socket/socket-1.5.ebuild +++ b/net-misc/socket/socket-1.5.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs -DESCRIPTION="A shell-level interface to TCP sockets" -HOMEPAGE="http://www.jnickelsen.de/socket/" -SRC_URI="http://www.jnickelsen.de/${PN}/${P}.tar.gz" +DESCRIPTION="Shell-level interface to TCP sockets" +HOMEPAGE="https://w21.org/jnickelsen/socket/" +SRC_URI="https://w21.org/jnickelsen/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0"