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 6CAB4158083 for ; Sat, 14 Sep 2024 09:41:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1713E29A5; Sat, 14 Sep 2024 09:40:59 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88124E29A5 for ; Sat, 14 Sep 2024 09:40:59 +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 C16F333BEE9 for ; Sat, 14 Sep 2024 09:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BC95BB4 for ; Sat, 14 Sep 2024 09:40:57 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1726306761.2928c015a61938ab98f286ecce645a43e9a7b62a.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/redir/redir-3.3-r1.ebuild X-VCS-Directories: net-misc/redir/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 2928c015a61938ab98f286ecce645a43e9a7b62a X-VCS-Branch: master Date: Sat, 14 Sep 2024 09:40:57 +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: 2b04be66-b383-494e-874c-39ab501aa5e9 X-Archives-Hash: ffce68c01895364ed3954b819ab2f6f4 commit: 2928c015a61938ab98f286ecce645a43e9a7b62a Author: Petr Vaněk gentoo org> AuthorDate: Sat Sep 14 09:36:16 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sat Sep 14 09:39:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2928c015 net-misc/redir: update EAPI 7 -> 8 Signed-off-by: Petr Vaněk gentoo.org> net-misc/redir/redir-3.3-r1.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/net-misc/redir/redir-3.3-r1.ebuild b/net-misc/redir/redir-3.3-r1.ebuild new file mode 100644 index 000000000000..adff06afc486 --- /dev/null +++ b/net-misc/redir/redir-3.3-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Redir is a port redirector" +HOMEPAGE="https://github.com/troglobit/redir" +SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86" + +DOCS=( ChangeLog.md README.md transproxy.txt )