summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-30 23:46:13 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-30 23:46:13 +0000
commit1f89b49faf8bb0157a3256d30c195c2cc9a1db9f (patch)
treebd6e31011cf373001c16289ca042a0d27f0a4dea /net-misc
parentOh look! Its a new looks! (diff)
downloadgentoo-2-1f89b49faf8bb0157a3256d30c195c2cc9a1db9f.tar.gz
gentoo-2-1f89b49faf8bb0157a3256d30c195c2cc9a1db9f.tar.bz2
gentoo-2-1f89b49faf8bb0157a3256d30c195c2cc9a1db9f.zip
old
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/telnet-bsd/files/digest-telnet-bsd-1.01
-rw-r--r--net-misc/telnet-bsd/telnet-bsd-1.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/net-misc/telnet-bsd/files/digest-telnet-bsd-1.0 b/net-misc/telnet-bsd/files/digest-telnet-bsd-1.0
deleted file mode 100644
index 5a17800e0e94..000000000000
--- a/net-misc/telnet-bsd/files/digest-telnet-bsd-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bf0cecc0c72a0e919cd02915d02d02bb telnet-bsd-1.0.tar.bz2 173813
diff --git a/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild
deleted file mode 100644
index 12d22bd4f555..000000000000
--- a/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild,v 1.20 2005/03/07 16:50:11 corsair Exp $
-
-inherit eutils
-
-DESCRIPTION="Telnet and telnetd ported from OpenBSD with IPv6 support"
-HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/"
-SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc sparc x86 ppc64"
-IUSE="nls"
-
-DEPEND="virtual/libc
- !net-misc/netkit-telnetd"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- EPATCH_SOURCE="${FILESDIR}" epatch
- sed -i \
- -e 's:destdir=:destdir=$(DESTDIR):' \
- po/Makefile.in.in \
- || die "sed failed"
-}
-
-src_compile() {
- econf $(use_enable nls) || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README THANKS NEWS AUTHORS ChangeLog INSTALL
-}