diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-14 15:03:29 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-14 15:03:29 +0000 |
commit | 02c42eb8b93740eabb4192a63563ef99e5b732e2 (patch) | |
tree | 68f6937d5b193aece4e0f5548ba021f8ead8317a /net-analyzer/gnu-netcat | |
parent | old (diff) | |
download | gentoo-2-02c42eb8b93740eabb4192a63563ef99e5b732e2.tar.gz gentoo-2-02c42eb8b93740eabb4192a63563ef99e5b732e2.tar.bz2 gentoo-2-02c42eb8b93740eabb4192a63563ef99e5b732e2.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-analyzer/gnu-netcat')
-rw-r--r-- | net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild deleted file mode 100644 index 0e888a85e5ed..000000000000 --- a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild,v 1.15 2007/02/28 22:37:55 genstef Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="the GNU network swiss army knife" -HOMEPAGE="http://netcat.sourceforge.net/" -SRC_URI="mirror://sourceforge/netcat/netcat-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ppc sparc x86 ~x86-fbsd" -IUSE="nls debug" - -DEPEND="virtual/libc" - -S=${WORKDIR}/netcat-${PV} - -src_compile() { - econf \ - `use_enable nls` \ - `use_enable debug` \ - || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - rm ${D}/usr/bin/nc - dodoc AUTHORS ChangeLog NEWS README TODO -} |