summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-06-08 14:33:56 +0000
committerMike Auty <ikelos@gentoo.org>2008-06-08 14:33:56 +0000
commitfffbbf1a0cd20968662a86f8ea7f8f9d6945f744 (patch)
tree7345658ccdb7a501696d5d59715317a8b95be659 /net-analyzer
parentVersion bump nipper to 0.11.8. (diff)
downloadgentoo-2-fffbbf1a0cd20968662a86f8ea7f8f9d6945f744.tar.gz
gentoo-2-fffbbf1a0cd20968662a86f8ea7f8f9d6945f744.tar.bz2
gentoo-2-fffbbf1a0cd20968662a86f8ea7f8f9d6945f744.zip
Fixing up broken previous commit.
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25-gentoo-r4 Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nipper/nipper-0.11.4.ebuild27
-rw-r--r--net-analyzer/nipper/nipper-0.11.5.ebuild27
2 files changed, 0 insertions, 54 deletions
diff --git a/net-analyzer/nipper/nipper-0.11.4.ebuild b/net-analyzer/nipper/nipper-0.11.4.ebuild
deleted file mode 100644
index 32e8e9b75f1b..000000000000
--- a/net-analyzer/nipper/nipper-0.11.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/nipper-0.11.4.ebuild,v 1.1 2008/02/20 23:44:38 ikelos Exp $
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Script to parse and report on Cisco config errors"
-HOMEPAGE="http://www.sourceforge.net/projects/nipper"
-SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/${P/_/-}
-
-src_install() {
- dobin ${PN}
- insinto /etc
- doins ${PN}.conf
- doman man/*
- dodoc Readme INSTALL TODO Changelog docs/*
-}
diff --git a/net-analyzer/nipper/nipper-0.11.5.ebuild b/net-analyzer/nipper/nipper-0.11.5.ebuild
deleted file mode 100644
index 0e9daeace213..000000000000
--- a/net-analyzer/nipper/nipper-0.11.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/nipper-0.11.5.ebuild,v 1.1 2008/02/28 23:15:19 ikelos Exp $
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Script to parse and report on Cisco config errors"
-HOMEPAGE="http://www.sourceforge.net/projects/nipper"
-SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/${P/_/-}
-
-src_install() {
- dobin ${PN}
- insinto /etc
- doins ${PN}.conf
- doman man/*
- dodoc Readme INSTALL TODO Changelog docs/*
-}