summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-21 04:38:33 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-21 04:38:33 +0000
commit4330dfc077926e54f6dc825f88130038edb04966 (patch)
treebf59cd9dbc257bbbc78bd412a0c734e62f8c3d78 /net-analyzer/netcat
parentwork with libnet SLOT #17772 and SLOT itself #27023 (diff)
downloadgentoo-2-4330dfc077926e54f6dc825f88130038edb04966.tar.gz
gentoo-2-4330dfc077926e54f6dc825f88130038edb04966.tar.bz2
gentoo-2-4330dfc077926e54f6dc825f88130038edb04966.zip
old
Diffstat (limited to 'net-analyzer/netcat')
-rw-r--r--net-analyzer/netcat/files/digest-netcat-110-r11
-rw-r--r--net-analyzer/netcat/netcat-110-r1.ebuild45
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."
-}