diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-21 04:38:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-21 04:38:33 +0000 |
commit | 6a838dcd497d1140cd29c73deafcdcb0791b4b3b (patch) | |
tree | 1a181564ae60115a3f6d32d88654cbb75caf6dee /net-analyzer/netcat | |
parent | work with libnet SLOT #17772 and SLOT itself #27023 (diff) | |
download | historical-6a838dcd497d1140cd29c73deafcdcb0791b4b3b.tar.gz historical-6a838dcd497d1140cd29c73deafcdcb0791b4b3b.tar.bz2 historical-6a838dcd497d1140cd29c73deafcdcb0791b4b3b.zip |
old
Diffstat (limited to 'net-analyzer/netcat')
-rw-r--r-- | net-analyzer/netcat/files/digest-netcat-110-r1 | 1 | ||||
-rw-r--r-- | net-analyzer/netcat/netcat-110-r1.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/net-analyzer/netcat/files/digest-netcat-110-r1 b/net-analyzer/netcat/files/digest-netcat-110-r1 deleted file mode 100644 index fe2640793b1d..000000000000 --- a/net-analyzer/netcat/files/digest-netcat-110-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 402632f2fe01c169ff19a0ad6e9d608c nc110.tgz 75267 diff --git a/net-analyzer/netcat/netcat-110-r1.ebuild b/net-analyzer/netcat/netcat-110-r1.ebuild deleted file mode 100644 index 9d5796c95bc9..000000000000 --- a/net-analyzer/netcat/netcat-110-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat/netcat-110-r1.ebuild,v 1.7 2003/08/18 20:36:28 mholzer Exp $ - -MY_P=nc${PV} -S=${WORKDIR} -DESCRIPTION="A network piping program" -SRC_URI="http://www.atstake.com/research/tools/${MY_P}.tgz" -HOMEPAGE="http://www.atstake.com/research/tools/network_utilities/" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 ppc sparc" - -DEPEND="=sys-apps/sed-4*" - -src_compile() { - - einfo "Makefile corrections" - sed -i \ - -e "s:nc:netcat:g" \ - -e "s:^CFLAGS =.*$:CFLAGS = ${CFLAGS}:" \ - -e "s:^CC =.*$:CC = gcc \$(CFLAGS):" \ - Makefile - - einfo "netcat.c corrections" - sed -i "s:#define HAVE_BIND:#undef HAVE_BIND:" \ - netcat.c - - make linux || die - -} - -src_install () { - dobin netcat - dodoc README - docinto scripts - dodoc scripts/* -} - -pkg_postinst() { - einfo "The binary is now installed as /usr/bin/netcat instead of" - einfo "/usr/bin/nc, because the latter is provided by" - einfo "app-editors/nedit for a completely different purpose." -} |