summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2023-01-31 07:32:18 +0200
committerViorel Munteanu <ceamac@gentoo.org>2023-01-31 07:32:50 +0200
commit0496527537647fe9387252a20d7580cde21f7b48 (patch)
tree62208744b68a79470cf4a44e049e765937fdbc4a
parentdev-util/debootstrap: Stabilize 1.0.128_p2 amd64, #883565 (diff)
downloadgentoo-04965275.tar.gz
gentoo-04965275.tar.bz2
gentoo-04965275.zip
net-misc/rinetd: drop 0.62-r3
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
-rw-r--r--net-misc/rinetd/Manifest1
-rw-r--r--net-misc/rinetd/files/rinetd-0.62-clang16.patch11
-rw-r--r--net-misc/rinetd/rinetd-0.62-r3.ebuild42
3 files changed, 0 insertions, 54 deletions
diff --git a/net-misc/rinetd/Manifest b/net-misc/rinetd/Manifest
index f4c5ff624624..d7df5fbf9d00 100644
--- a/net-misc/rinetd/Manifest
+++ b/net-misc/rinetd/Manifest
@@ -1,2 +1 @@
-DIST rinetd-0.62.tar.gz 115541 BLAKE2B 11a6db6955181ba6c823c3b8d9697e4efac10962364b4e993e9057b3500b09161826d325ac0dc3f6756c5cc91b29885c493ba5f053dffd28da97ecae25d2346f SHA512 b6ddb496b4542ad46aacaef4b2241b16b9ee43f2f6761a18a4813d83a0a9db23fbd73a554393dcf01ae7350e8b6662571414ca6f93a949ce4effbbeddc198606
DIST rinetd-0.73.tar.bz2 115343 BLAKE2B c85ff0b65d28095a554b53bc7a1b162cbbdb8eabd1c3d1bd8475c64a5b9dd7ec576036e2318d3a8125ac52af323f8238bb4a3e05fe37d1d9ad87e4d6d6fbcb3b SHA512 e5d1c7e5826a75c520453032f6e4651700860505dfced625698fc036249b9f585a894e1fee905321878b2d2a265c843f5a746090311929518594263b33b64ed8
diff --git a/net-misc/rinetd/files/rinetd-0.62-clang16.patch b/net-misc/rinetd/files/rinetd-0.62-clang16.patch
deleted file mode 100644
index 1aefd48aff1e..000000000000
--- a/net-misc/rinetd/files/rinetd-0.62-clang16.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-https://bugs.gentoo.org/871060
---- a/rinetd.c
-+++ b/rinetd.c
-@@ -12,2 +12,3 @@
- #include <netinet/in.h>
-+#include <arpa/inet.h>
- #include <getopt.h>
-@@ -25,2 +26,3 @@
- #include <ctype.h>
-+#include <unistd.h>
-
diff --git a/net-misc/rinetd/rinetd-0.62-r3.ebuild b/net-misc/rinetd/rinetd-0.62-r3.ebuild
deleted file mode 100644
index b6df56b6242f..000000000000
--- a/net-misc/rinetd/rinetd-0.62-r3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="redirects TCP connections from one IP address and port to another"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-2+ GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-PATCHES=(
- "${FILESDIR}"/${P}-clang16.patch
-)
-
-src_prepare() {
- default
-
- sed -i '/gcc rinetd/d' Makefile || die
-}
-
-src_compile() {
- tc-export CC
-
- emake CFLAGS="${CFLAGS} -DLINUX"
-}
-
-src_install() {
- dosbin rinetd
- doman rinetd.8
- einstalldocs
-
- docinto html
- dodoc index.html
-
- newinitd "${FILESDIR}"/rinetd.rc rinetd
-}