summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-01-08 22:35:26 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-01-08 22:35:26 +0000
commit871eafb8dd704bdcaf94153f5c2fbd591ababc84 (patch)
tree0bef49ab5caaf04e19b59d0baaaaf2dec2433ca1 /net-analyzer/isic/isic-0.05.ebuild
parentFix bug #75488 not filtering out some CFLAGS. (diff)
downloadgentoo-2-871eafb8dd704bdcaf94153f5c2fbd591ababc84.tar.gz
gentoo-2-871eafb8dd704bdcaf94153f5c2fbd591ababc84.tar.bz2
gentoo-2-871eafb8dd704bdcaf94153f5c2fbd591ababc84.zip
Removed old version as per bug #75193. Old versions had dependancy errors.
Diffstat (limited to 'net-analyzer/isic/isic-0.05.ebuild')
-rw-r--r--net-analyzer/isic/isic-0.05.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-analyzer/isic/isic-0.05.ebuild b/net-analyzer/isic/isic-0.05.ebuild
deleted file mode 100644
index e5f6c644731c..000000000000
--- a/net-analyzer/isic/isic-0.05.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.05.ebuild,v 1.7 2005/01/08 10:02:57 dragonheart Exp $
-
-DESCRIPTION="IP Stack Integrity Checker"
-HOMEPAGE="http://www.packetfactory.net/projects/ISIC/"
-SRC_URI="http://www.packetfactory.net/projects/ISIC/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="=net-libs/libnet-1.0*"
-
-src_compile() {
- env WANT_AUTOCONF=2.5 autoconf || die
- econf || die
- emake || die
-}
-
-src_install() {
- make install PREFIX=${D}/usr || die
- dodoc README
-}