summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-08-30 19:08:47 +0000
committerMike Auty <ikelos@gentoo.org>2008-08-30 19:08:47 +0000
commit6716ca1e8fff413243190bc2447d7b4e0aa44280 (patch)
treec24659fb3c57d042b63fb8b58d7a1488280e1f7c /net-analyzer/nipper
parentMake init script baselayout-1 compatible wrt bug #235953 thanks to Daniel Pie... (diff)
downloadgentoo-2-6716ca1e8fff413243190bc2447d7b4e0aa44280.tar.gz
gentoo-2-6716ca1e8fff413243190bc2447d7b4e0aa44280.tar.bz2
gentoo-2-6716ca1e8fff413243190bc2447d7b4e0aa44280.zip
Major version bump. There have been significant changes, as it now makes use of the new libnipper.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'net-analyzer/nipper')
-rw-r--r--net-analyzer/nipper/ChangeLog8
-rw-r--r--net-analyzer/nipper/nipper-0.12.0.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/net-analyzer/nipper/ChangeLog b/net-analyzer/nipper/ChangeLog
index 0cbd4c45f3cb..40562af7b77a 100644
--- a/net-analyzer/nipper/ChangeLog
+++ b/net-analyzer/nipper/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/nipper
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/ChangeLog,v 1.27 2008/08/15 21:47:07 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/ChangeLog,v 1.28 2008/08/30 19:08:47 ikelos Exp $
+
+*nipper-0.12.0 (30 Aug 2008)
+
+ 30 Aug 2008; Mike Auty <ikelos@gentoo.org> +nipper-0.12.0.ebuild:
+ Major version bump. There have been significant changes, as it now makes
+ use of the new libnipper.
*nipper-0.11.10 (15 Aug 2008)
diff --git a/net-analyzer/nipper/nipper-0.12.0.ebuild b/net-analyzer/nipper/nipper-0.12.0.ebuild
new file mode 100644
index 000000000000..903f0759c088
--- /dev/null
+++ b/net-analyzer/nipper/nipper-0.12.0.ebuild
@@ -0,0 +1,19 @@
+# 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.12.0.ebuild,v 1.1 2008/08/30 19:08:47 ikelos Exp $
+
+inherit cmake-utils
+
+DESCRIPTION="Router configuration security analysis tool"
+HOMEPAGE="http://nipper.titania.co.uk/"
+SRC_URI="mirror://sourceforge/nipper/${PN}-cli-${PV}.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=net-libs/libnipper-0.12"
+RDEPEND=""
+
+S=${WORKDIR}/${PN}-cli-${PV}