summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2019-04-11 23:43:15 +0200
committerPatrice Clement <monsieurp@gentoo.org>2019-04-11 23:43:32 +0200
commitd1bf2fc9c6ac47c95ad9065a2ee0303ec64160c7 (patch)
tree37e224ec2dd9d6513361acd87a5d2f785dc921d6 /net-misc/redir/redir-3.3.ebuild
parentapp-emulation/libpod: remove old versions (diff)
downloadgentoo-d1bf2fc9c6ac47c95ad9065a2ee0303ec64160c7.tar.gz
gentoo-d1bf2fc9c6ac47c95ad9065a2ee0303ec64160c7.tar.bz2
gentoo-d1bf2fc9c6ac47c95ad9065a2ee0303ec64160c7.zip
net-misc/redir: version bump.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'net-misc/redir/redir-3.3.ebuild')
-rw-r--r--net-misc/redir/redir-3.3.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-misc/redir/redir-3.3.ebuild b/net-misc/redir/redir-3.3.ebuild
new file mode 100644
index 000000000000..4e706162dccb
--- /dev/null
+++ b/net-misc/redir/redir-3.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~amd64-fbsd"
+
+DOCS=( ChangeLog.md README.md transproxy.txt )