Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
Date: Thu, 05 Jul 2018 01:19:56
Message-Id: 1530753574.68313f9508a3bbc2bd82048f56a0c7bb9ec2fc3b.vdupras@gentoo
1 commit: 68313f9508a3bbc2bd82048f56a0c7bb9ec2fc3b
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 5 01:19:34 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 5 01:19:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68313f95
7
8 net-misc/redir: bump to 3.2
9
10 This is a fork of the unmaintained 2.x version
11
12 Closes: https://bugs.gentoo.org/660414
13 Package-Manager: Portage-2.3.41, Repoman-2.3.9
14
15 net-misc/redir/Manifest | 1 +
16 net-misc/redir/redir-3.2.ebuild | 14 ++++++++++++++
17 2 files changed, 15 insertions(+)
18
19 diff --git a/net-misc/redir/Manifest b/net-misc/redir/Manifest
20 index 0a45eebe24d..a786e7f5aa7 100644
21 --- a/net-misc/redir/Manifest
22 +++ b/net-misc/redir/Manifest
23 @@ -1 +1,2 @@
24 DIST redir-2.2.1.tar.gz 42247 BLAKE2B 779b9c754b83ac78cf32dde738dec29d55dc9a4e5a3fe43b978d25f2935249e89f3a0a15ae875672424026faf5d346446dab13e76f0fb73c7b94d6341cdfae0a SHA512 1e311e9ca81bcd7baec26f22634e43b2881873c80ef58a21aa5807d00ff5298227d2d4882a7cc1e218e55a19e64cf0634f2bef417bb89733ae0b3e23942be423
25 +DIST redir-3.2.tar.xz 84240 BLAKE2B d1b48a14ea83cdcd58b7b2449e340e5cc110e212f17ec2f56cb8a914bc2c880d009d102dcb2cb1ee723ec4e3ceb48cd396731863fdc9ae864fe4fbf15ed90eec SHA512 b379047e94f377847b15c4e4c94fa34be996fbf6b26a83670061d705791902b184e89270887a967b2aed993f9ca46c3d0a41cde6b162ff9b32dbb689c1384c6f
26
27 diff --git a/net-misc/redir/redir-3.2.ebuild b/net-misc/redir/redir-3.2.ebuild
28 new file mode 100644
29 index 00000000000..a7f76dc0741
30 --- /dev/null
31 +++ b/net-misc/redir/redir-3.2.ebuild
32 @@ -0,0 +1,14 @@
33 +# Copyright 1999-2018 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +DESCRIPTION="Redir is a port redirector"
39 +HOMEPAGE="https://github.com/troglobit/redir"
40 +SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86 ~amd64-fbsd"
45 +
46 +DOCS=( ChangeLog.md README.md transproxy.txt )