commit:     7d71c2c304b828477994b69dee8616829a7f442d
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 13:25:45 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 13:25:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d71c2c3

net-misc/utelnetd: drop 0.1.11-r3

Bug: https://bugs.gentoo.org/897954
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild | 34 -----------------------------
 1 file changed, 34 deletions(-)

diff --git a/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild 
b/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild
deleted file mode 100644
index 7c072e0d028a..000000000000
--- a/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Small telnet daemon derived from the Axis tools"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
-
-RDEPEND="sys-apps/shadow"
-
-src_prepare() {
-       default
-
-       sed -e "/(STRIP)/d" \
-               -e "/^CC/s|=.*|= $(tc-getCC)|" \
-               -e "/fomit-frame-pointer/d" \
-               -i Makefile || die
-
-       append-cppflags -D_GNU_SOURCE #871195
-}
-
-src_install() {
-       dosbin utelnetd
-       einstalldocs
-
-       newinitd "${FILESDIR}"/utelnetd.initd utelnetd
-}

Reply via email to