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/, net-misc/redir/files/
Date: Thu, 20 Sep 2018 21:08:02
Message-Id: 1537477646.9ee1db8644327758f0aadcb57f065d9e05a61c92.monsieurp@gentoo
1 commit: 9ee1db8644327758f0aadcb57f065d9e05a61c92
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 20 21:07:07 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 20 21:07:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee1db86
7
8 net-misc/redir: clean up old.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-misc/redir/Manifest | 1 -
13 net-misc/redir/files/redir-2.2.1-include.patch | 10 ---------
14 net-misc/redir/redir-2.2.1-r1.ebuild | 29 --------------------------
15 3 files changed, 40 deletions(-)
16
17 diff --git a/net-misc/redir/Manifest b/net-misc/redir/Manifest
18 index a786e7f5aa7..cf2a6e02ba1 100644
19 --- a/net-misc/redir/Manifest
20 +++ b/net-misc/redir/Manifest
21 @@ -1,2 +1 @@
22 -DIST redir-2.2.1.tar.gz 42247 BLAKE2B 779b9c754b83ac78cf32dde738dec29d55dc9a4e5a3fe43b978d25f2935249e89f3a0a15ae875672424026faf5d346446dab13e76f0fb73c7b94d6341cdfae0a SHA512 1e311e9ca81bcd7baec26f22634e43b2881873c80ef58a21aa5807d00ff5298227d2d4882a7cc1e218e55a19e64cf0634f2bef417bb89733ae0b3e23942be423
23 DIST redir-3.2.tar.xz 84240 BLAKE2B d1b48a14ea83cdcd58b7b2449e340e5cc110e212f17ec2f56cb8a914bc2c880d009d102dcb2cb1ee723ec4e3ceb48cd396731863fdc9ae864fe4fbf15ed90eec SHA512 b379047e94f377847b15c4e4c94fa34be996fbf6b26a83670061d705791902b184e89270887a967b2aed993f9ca46c3d0a41cde6b162ff9b32dbb689c1384c6f
24
25 diff --git a/net-misc/redir/files/redir-2.2.1-include.patch b/net-misc/redir/files/redir-2.2.1-include.patch
26 deleted file mode 100644
27 index 5fea475d31a..00000000000
28 --- a/net-misc/redir/files/redir-2.2.1-include.patch
29 +++ /dev/null
30 @@ -1,10 +0,0 @@
31 ---- redir-2.2.1/redir.c.orig 1999-12-26 21:50:06.000000000 +0100
32 -+++ redir-2.2.1/redir.c 2009-10-23 15:01:26.000000000 +0200
33 -@@ -78,6 +78,7 @@
34 - #include <arpa/inet.h>
35 - #include <netdb.h>
36 - #include <errno.h>
37 -+#include <time.h>
38 -
39 - #ifdef USE_TCP_WRAPPERS
40 - #include <tcpd.h>
41
42 diff --git a/net-misc/redir/redir-2.2.1-r1.ebuild b/net-misc/redir/redir-2.2.1-r1.ebuild
43 deleted file mode 100644
44 index 7d813844581..00000000000
45 --- a/net-misc/redir/redir-2.2.1-r1.ebuild
46 +++ /dev/null
47 @@ -1,29 +0,0 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=6
52 -
53 -inherit eutils toolchain-funcs
54 -
55 -DESCRIPTION="Redir is a port redirector"
56 -HOMEPAGE="http://sammy.net/~sammy/hacks/"
57 -SRC_URI="http://sammy.net/~sammy/hacks/${P}.tar.gz"
58 -
59 -LICENSE="GPL-2"
60 -SLOT="0"
61 -KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86 ~amd64-fbsd"
62 -
63 -PATCHES=( "${FILESDIR}/${P}-include.patch" )
64 -DOCS=( CHANGES README transproxy.txt )
65 -
66 -src_compile() {
67 - emake \
68 - CC="$(tc-getCC)" \
69 - CFLAGS="${CFLAGS}" \
70 - LDFLAGS="${LDFLAGS}"
71 -}
72 -
73 -src_install() {
74 - dobin "${PN}"
75 - newman "${PN}.man" "${PN}.1"
76 -}