summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-08-15 21:47:07 +0000
committerMike Auty <ikelos@gentoo.org>2008-08-15 21:47:07 +0000
commitd0ec3c88a5a10083ffb758e5e1948e3df6147bb4 (patch)
tree84350e14e49e11a2b442d71e287a59b88546407a /net-analyzer/nipper/nipper-0.11.10.ebuild
parentStable on sparc, security bug #234689 (diff)
downloadgentoo-2-d0ec3c88a5a10083ffb758e5e1948e3df6147bb4.tar.gz
gentoo-2-d0ec3c88a5a10083ffb758e5e1948e3df6147bb4.tar.bz2
gentoo-2-d0ec3c88a5a10083ffb758e5e1948e3df6147bb4.zip
Version bump.
(Portage version: 2.2_rc7/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'net-analyzer/nipper/nipper-0.11.10.ebuild')
-rw-r--r--net-analyzer/nipper/nipper-0.11.10.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-analyzer/nipper/nipper-0.11.10.ebuild b/net-analyzer/nipper/nipper-0.11.10.ebuild
new file mode 100644
index 000000000000..cd56636d8b6c
--- /dev/null
+++ b/net-analyzer/nipper/nipper-0.11.10.ebuild
@@ -0,0 +1,27 @@
+# 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.10.ebuild,v 1.1 2008/08/15 21:47:07 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/*
+}