summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-05 23:41:31 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-05 23:41:31 +0000
commit5c77be3efb09faf3fdfee511fa380ca85b9befd9 (patch)
tree859f68e10f6a00b20e96e1b9d87d78f33e59b606 /net-misc
parentUpdated for gnome 2.4.2, Added ~ppc and ~amd64 in a blatant manner. (diff)
downloadhistorical-5c77be3efb09faf3fdfee511fa380ca85b9befd9.tar.gz
historical-5c77be3efb09faf3fdfee511fa380ca85b9befd9.tar.bz2
historical-5c77be3efb09faf3fdfee511fa380ca85b9befd9.zip
amd64 loving
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/telnet-bsd/telnet-bsd-1.0.ebuild26
1 files changed, 8 insertions, 18 deletions
diff --git a/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild
index 07e7a72deadf..4f2c6758e804 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild
@@ -1,23 +1,19 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.11 2003/11/25 03:35:57 agriffis Exp $
-
-IUSE=""
-S=${WORKDIR}/${P}
+# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild,v 1.12 2004/02/05 23:41:31 vapier Exp $
inherit eutils
EPATCH_SOURCE="${FILESDIR}"
DESCRIPTION="Telnet and telnetd ported from OpenBSD with IPv6 support"
-SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2"
HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/"
+SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2"
-DEPEND="virtual/glibc"
-
-KEYWORDS="x86 sparc hppa ~ppc alpha"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
+KEYWORDS="x86 ~ppc sparc alpha hppa ~amd64"
+DEPEND="virtual/glibc"
src_unpack() {
unpack ${A}
@@ -25,13 +21,7 @@ src_unpack() {
epatch
}
-src_compile() {
- econf
- emake || die
-}
-
-src_install () {
- einstall
-
- dodoc README THANKS NEWS COPYING AUTHORS ChangeLog INSTALL ABOUT-NLS
+src_install() {
+ einstall || die
+ dodoc README THANKS NEWS AUTHORS ChangeLog INSTALL
}