summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/utelnetd/utelnetd-0.1.9-r2.ebuild')
-rw-r--r--net-misc/utelnetd/utelnetd-0.1.9-r2.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-misc/utelnetd/utelnetd-0.1.9-r2.ebuild b/net-misc/utelnetd/utelnetd-0.1.9-r2.ebuild
deleted file mode 100644
index 3010f75ece94..000000000000
--- a/net-misc/utelnetd/utelnetd-0.1.9-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A small Telnet daemon, derived from the Axis tools"
-HOMEPAGE="http://www.pengutronix.de/software/utelnetd_en.html"
-SRC_URI="http://www.pengutronix.de/software/utelnetd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
-IUSE=""
-
-DEPEND="virtual/shadow"
-
-src_prepare() {
- sed -i \
- -e "/(STRIP)/d" \
- -e "/^CC/s:=.*:= $(tc-getCC):" \
- Makefile || die
- default
-}
-
-src_install() {
- dosbin utelnetd
- dodoc ChangeLog README
-
- newinitd "${FILESDIR}"/utelnetd.initd utelnetd
-}