summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-14 00:52:36 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-14 00:52:36 +0000
commitfa7b5650428a18e735b1533629afddb10f53a318 (patch)
tree18313cbc0fc5838335dc8f99e07018962150580d /net-misc/nc6/nc6-0.5.ebuild
parentmove from net-misc (diff)
downloadgentoo-2-fa7b5650428a18e735b1533629afddb10f53a318.tar.gz
gentoo-2-fa7b5650428a18e735b1533629afddb10f53a318.tar.bz2
gentoo-2-fa7b5650428a18e735b1533629afddb10f53a318.zip
moved to net-analyzer
Diffstat (limited to 'net-misc/nc6/nc6-0.5.ebuild')
-rw-r--r--net-misc/nc6/nc6-0.5.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-misc/nc6/nc6-0.5.ebuild b/net-misc/nc6/nc6-0.5.ebuild
deleted file mode 100644
index 75c899aceb72..000000000000
--- a/net-misc/nc6/nc6-0.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nc6/nc6-0.5.ebuild,v 1.5 2004/07/15 03:05:34 agriffis Exp $
-
-DESCRIPTION="Version of netcat that supports both IPv6 and IPv4"
-HOMEPAGE="http://netcat6.sourceforge.net"
-SRC_URI="http://ftp.deepspace6.net/pub/sources/nc6/${P}.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86"
-IUSE="nls"
-DEPEND=""
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS BUGS README NEWS TODO CREDITS ChangeLog
-}