summaryrefslogtreecommitdiff
path: root/net-misc/redir
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-21 18:00:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-21 18:00:10 +0100
commit265dbe5dbc14c199299496c6db8fce3f76647015 (patch)
treeab18b5617d138f6684566b619405090989d55a2c /net-misc/redir
parent586819755b4dbfdffdc8a725ab7c0f86095b8489 (diff)
gentoo resync : 21.09.2018
Diffstat (limited to 'net-misc/redir')
-rw-r--r--net-misc/redir/Manifest5
-rw-r--r--net-misc/redir/files/redir-2.2.1-include.patch10
-rw-r--r--net-misc/redir/redir-2.2.1-r1.ebuild29
-rw-r--r--net-misc/redir/redir-3.2.ebuild2
4 files changed, 2 insertions, 44 deletions
diff --git a/net-misc/redir/Manifest b/net-misc/redir/Manifest
index 2e324ee543df..102717c4f741 100644
--- a/net-misc/redir/Manifest
+++ b/net-misc/redir/Manifest
@@ -1,6 +1,3 @@
-AUX redir-2.2.1-include.patch 272 BLAKE2B 5aa7a0b9d299e554fae83cebaa0128b26900ee139f5edbdf5ddaeaef4f93fb9ef82c0b39012ad12e4940bae038cbe4e3925883774ba64132488af73bcd2264b8 SHA512 b30607a0cbb55d5963512535b8ad519f1f97c1fef751c7fc01ab2515124bb8b7232107bddb888b56ae320dd350353f02da1bcd24d76780ffa9bfdc2ec3710dd9
-DIST redir-2.2.1.tar.gz 42247 BLAKE2B 779b9c754b83ac78cf32dde738dec29d55dc9a4e5a3fe43b978d25f2935249e89f3a0a15ae875672424026faf5d346446dab13e76f0fb73c7b94d6341cdfae0a SHA512 1e311e9ca81bcd7baec26f22634e43b2881873c80ef58a21aa5807d00ff5298227d2d4882a7cc1e218e55a19e64cf0634f2bef417bb89733ae0b3e23942be423
DIST redir-3.2.tar.xz 84240 BLAKE2B d1b48a14ea83cdcd58b7b2449e340e5cc110e212f17ec2f56cb8a914bc2c880d009d102dcb2cb1ee723ec4e3ceb48cd396731863fdc9ae864fe4fbf15ed90eec SHA512 b379047e94f377847b15c4e4c94fa34be996fbf6b26a83670061d705791902b184e89270887a967b2aed993f9ca46c3d0a41cde6b162ff9b32dbb689c1384c6f
-EBUILD redir-2.2.1-r1.ebuild 612 BLAKE2B c68392b7433ca09c420b98814507027036904d8726d070438d87febce0ae07d336a069a49429f0854f983c8d1da78cd11323295c2130de8db1a76ffb0c468b84 SHA512 8cc9fe9db0fb9321d90f314e96748058e37f66c227591ff8733e91f745e4cf5e4558221ed1b9205290ead8e7f0c5b2dda7cc58e30ecca1ca73225d8de6c4f9d1
-EBUILD redir-3.2.ebuild 420 BLAKE2B 35438ec35b31a29bc2c49ed429c2c68ee02f2975c406156e574c8608290735925f6b17ac4e3921e884b3a3827de005dcd114f76776aca1f84f3f7056b9630f10 SHA512 35b3e77e973f99b5f4c4095503386f3eb1303774b225daf34d0fc8dc3e565a04b8da36d23c939065d7538f9012319c44efe6504326f87fff15266832309b8a06
+EBUILD redir-3.2.ebuild 418 BLAKE2B 5029224479a247f22f095931f7ef54b549fd2bfd79fdfa0e61a0a8461686f5e9902c7d400e8c2c2da46b3ffee769df054141029ca6eccc3122f67dabc3e3fdcd SHA512 74671c09ad7a9f308edec0f464ece0d6ebe41b7f84f2286469ca220586ba9c4c29f7a67b7a42bc6a860b518b1d7b94dcffc4aade27fde128cdd9ea03b4defee4
MISC metadata.xml 251 BLAKE2B f3c965f619454b2d17e1039b6c218308c83af9214f41a5b18244ce9bd811b0a0b6e0227fdaac9b1659a2e2467e6b992b771ff6cf431220648363ab8173ee76f2 SHA512 e8203a24b5e739dcf0d94742215ee6ccdccbd00bb43001f9df58d27100fa427b01937065e1d7399e3552532b09179611e06099e3af14aac5fcf9ddc4ca5463da
diff --git a/net-misc/redir/files/redir-2.2.1-include.patch b/net-misc/redir/files/redir-2.2.1-include.patch
deleted file mode 100644
index 5fea475d31a0..000000000000
--- a/net-misc/redir/files/redir-2.2.1-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- redir-2.2.1/redir.c.orig 1999-12-26 21:50:06.000000000 +0100
-+++ redir-2.2.1/redir.c 2009-10-23 15:01:26.000000000 +0200
-@@ -78,6 +78,7 @@
- #include <arpa/inet.h>
- #include <netdb.h>
- #include <errno.h>
-+#include <time.h>
-
- #ifdef USE_TCP_WRAPPERS
- #include <tcpd.h>
diff --git a/net-misc/redir/redir-2.2.1-r1.ebuild b/net-misc/redir/redir-2.2.1-r1.ebuild
deleted file mode 100644
index 7d813844581b..000000000000
--- a/net-misc/redir/redir-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Redir is a port redirector"
-HOMEPAGE="http://sammy.net/~sammy/hacks/"
-SRC_URI="http://sammy.net/~sammy/hacks/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86 ~amd64-fbsd"
-
-PATCHES=( "${FILESDIR}/${P}-include.patch" )
-DOCS=( CHANGES README transproxy.txt )
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin "${PN}"
- newman "${PN}.man" "${PN}.1"
-}
diff --git a/net-misc/redir/redir-3.2.ebuild b/net-misc/redir/redir-3.2.ebuild
index a7f76dc07410..617fdbb69991 100644
--- a/net-misc/redir/redir-3.2.ebuild
+++ b/net-misc/redir/redir-3.2.ebuild
@@ -9,6 +9,6 @@ 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"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86 ~amd64-fbsd"
DOCS=( ChangeLog.md README.md transproxy.txt )