commit: 2928c015a61938ab98f286ecce645a43e9a7b62a Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Sat Sep 14 09:36:16 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> 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 <arkamar <AT> 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 )
