diff options
author | 2002-07-16 04:54:34 +0000 | |
---|---|---|
committer | 2002-07-16 04:54:34 +0000 | |
commit | 96d961306c383ae7f9e882b0647b661f344af7dc (patch) | |
tree | a200da9dd462d56c9cae5b7f54f451c5e22d338a /net-misc/netkit-telnetd | |
parent | added keywords (diff) | |
download | gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.gz gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.bz2 gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.zip |
ppc tagging
Diffstat (limited to 'net-misc/netkit-telnetd')
3 files changed, 3 insertions, 54 deletions
diff --git a/net-misc/netkit-telnetd/files/digest-netkit-telnetd-0.17-r2 b/net-misc/netkit-telnetd/files/digest-netkit-telnetd-0.17-r2 deleted file mode 100644 index 41cd77d8ad6d..000000000000 --- a/net-misc/netkit-telnetd/files/digest-netkit-telnetd-0.17-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 d6beabaaf53fe6e382c42ce3faa05a36 netkit-telnet-0.17.tar.gz 133749 diff --git a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r2.ebuild b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r2.ebuild deleted file mode 100644 index f5271d8f52ba..000000000000 --- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r2.ebuild,v 1.4 2002/07/11 06:30:48 drobbins Exp $ - -P2=netkit-telnet-${PV} -S=${WORKDIR}/${P2} -DESCRIPTION="Standard Linux telnet client" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P2}.tar.gz" -KEYWORDS="x86" -LICENSE="bsd" -SLOT="0" - -DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/netkit-telnetd-0.17-gentoo.patch || die - -} - -src_compile() { - ./configure --prefix=/usr || die - cp MCONFIG MCONFIG.orig - sed -e "s/-pipe -O2/${CFLAGS}/" -e "s:-Wpointer-arith::" MCONFIG.orig > MCONFIG - make || die - cd telnetlogin - make || die -} - -src_install() { - into /usr - dobin telnet/telnet - #that's it if we're going on a build image - use build && return - - dosbin telnetd/telnetd - dosym telnetd /usr/sbin/in.telnetd - dosbin telnetlogin/telnetlogin - doman telnet/telnet.1 - doman telnetd/*.8 - dosym telnetd.8.gz /usr/share/man/man8/in.telnetd.8.gz - doman telnetlogin/telnetlogin.8 - dodoc BUGS ChangeLog README - newdoc telnet/README README.telnet - newdoc telnet/TODO TODO.telnet -} - - diff --git a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild index 0de39bb7435c..f97bb4cfc612 100644 --- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild +++ b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild,v 1.3 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild,v 1.4 2002/07/16 04:54:33 seemant Exp $ P2=netkit-telnet-${PV} S=${WORKDIR}/${P2} DESCRIPTION="Standard Linux telnet client" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P2}.tar.gz" -KEYWORDS="x86" -LICENSE="bsd" +KEYWORDS="x86 ppc" +LICENSE="BSD" SLOT="0" DEPEND="virtual/glibc |