Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/unix2tcp/
Date: Wed, 28 Sep 2022 02:35:33
Message-Id: 1664332475.12b0d9219149c4c2eadace4f217ed87315b97d87.ionen@gentoo
1 commit: 12b0d9219149c4c2eadace4f217ed87315b97d87
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 00:42:01 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 02:34:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b0d921
7
8 net-misc/unix2tcp: EAPI6->8, fix license, remove dead HOMEPAGE
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
16 index 5c2afd689c0c..1fe4b2478e3b 100644
17 --- a/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
18 +++ b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
19 @@ -1,13 +1,13 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=8
26
27 -DESCRIPTION="a connection forwarder that converts Unix sockets into TCP sockets"
28 -HOMEPAGE="http://gnu.gds.tuwien.ac.at/directory/all/unix2tcp.html"
29 +DESCRIPTION="Connection forwarder that converts Unix sockets into TCP sockets"
30 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
31 SRC_URI="mirror://gentoo/${P}.tar.bz2"
32
33 -LICENSE="GPL-2"
34 +LICENSE="GPL-2+"
35 SLOT="0"
36 KEYWORDS="amd64 arm ~hppa ~ia64 ppc ~s390 x86"