commit:     0496527537647fe9387252a20d7580cde21f7b48
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 05:32:18 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 05:32:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04965275

net-misc/rinetd: drop 0.62-r3

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 net-misc/rinetd/Manifest                        |  1 -
 net-misc/rinetd/files/rinetd-0.62-clang16.patch | 11 -------
 net-misc/rinetd/rinetd-0.62-r3.ebuild           | 42 -------------------------
 3 files changed, 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
-}

Reply via email to