Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/socket/
Date: Thu, 02 Mar 2023 16:41:03
Message-Id: 1677775198.ed3f914bf626eea43d1ad65b9c954abf1e13bb3b.juippis@gentoo
1 commit: ed3f914bf626eea43d1ad65b9c954abf1e13bb3b
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Feb 24 17:44:19 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 16:39:58 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3f914b
7
8 net-misc/socket: update HOMEPAGE, SRC_URI
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 net-misc/socket/socket-1.5.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-misc/socket/socket-1.5.ebuild b/net-misc/socket/socket-1.5.ebuild
17 index be38d567737b..0a9cad96c8ec 100644
18 --- a/net-misc/socket/socket-1.5.ebuild
19 +++ b/net-misc/socket/socket-1.5.ebuild
20 @@ -1,13 +1,13 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 inherit toolchain-funcs
28
29 -DESCRIPTION="A shell-level interface to TCP sockets"
30 -HOMEPAGE="http://www.jnickelsen.de/socket/"
31 -SRC_URI="http://www.jnickelsen.de/${PN}/${P}.tar.gz"
32 +DESCRIPTION="Shell-level interface to TCP sockets"
33 +HOMEPAGE="https://w21.org/jnickelsen/socket/"
34 +SRC_URI="https://w21.org/jnickelsen/${PN}/${P}.tar.gz"
35
36 LICENSE="BSD-2"
37 SLOT="0"