Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
Date: Thu, 11 Apr 2019 21:43:43
Message-Id: 1555019012.d1bf2fc9c6ac47c95ad9065a2ee0303ec64160c7.monsieurp@gentoo
1 commit: d1bf2fc9c6ac47c95ad9065a2ee0303ec64160c7
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 11 21:43:15 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 11 21:43:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1bf2fc9
7
8 net-misc/redir: version bump.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 net-misc/redir/Manifest | 1 +
14 net-misc/redir/redir-3.3.ebuild | 14 ++++++++++++++
15 2 files changed, 15 insertions(+)
16
17 diff --git a/net-misc/redir/Manifest b/net-misc/redir/Manifest
18 index cf2a6e02ba1..c33c5d91ac0 100644
19 --- a/net-misc/redir/Manifest
20 +++ b/net-misc/redir/Manifest
21 @@ -1 +1,2 @@
22 DIST redir-3.2.tar.xz 84240 BLAKE2B d1b48a14ea83cdcd58b7b2449e340e5cc110e212f17ec2f56cb8a914bc2c880d009d102dcb2cb1ee723ec4e3ceb48cd396731863fdc9ae864fe4fbf15ed90eec SHA512 b379047e94f377847b15c4e4c94fa34be996fbf6b26a83670061d705791902b184e89270887a967b2aed993f9ca46c3d0a41cde6b162ff9b32dbb689c1384c6f
23 +DIST redir-3.3.tar.xz 84980 BLAKE2B 3275e8315dbcd4666adc5064af80848f3c41378c46880ef825bae4d5a6d5a4246b959596a6810f5484db033d3f27a1b1860e40c250b29c75defa600cdf48a5d1 SHA512 89d9b45bc62538751cc0d8baf8dc3dc5ed84888faf18125c4044bb813ca415607b4906e9f5ccd60484eb737ad44d5c3bd22458444dee58d6e3be31446a71c3f3
24
25 diff --git a/net-misc/redir/redir-3.3.ebuild b/net-misc/redir/redir-3.3.ebuild
26 new file mode 100644
27 index 00000000000..4e706162dcc
28 --- /dev/null
29 +++ b/net-misc/redir/redir-3.3.ebuild
30 @@ -0,0 +1,14 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +DESCRIPTION="Redir is a port redirector"
37 +HOMEPAGE="https://github.com/troglobit/redir"
38 +SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
39 +
40 +LICENSE="GPL-2"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86 ~amd64-fbsd"
43 +
44 +DOCS=( ChangeLog.md README.md transproxy.txt )