summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-02-20 23:44:38 +0000
committerMike Auty <ikelos@gentoo.org>2008-02-20 23:44:38 +0000
commit85e5b48f0b92b9bcd2912d317cb8a2f84612e15f (patch)
treeedfe71a347eac3a1630846736d0e4624102b099a /net-analyzer/nipper
parentTaking ownership given lcars resignation, as mentioned on gentoo-dev@lists.g.o. (diff)
downloadgentoo-2-85e5b48f0b92b9bcd2912d317cb8a2f84612e15f.tar.gz
gentoo-2-85e5b48f0b92b9bcd2912d317cb8a2f84612e15f.tar.bz2
gentoo-2-85e5b48f0b92b9bcd2912d317cb8a2f84612e15f.zip
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-analyzer/nipper')
-rw-r--r--net-analyzer/nipper/ChangeLog8
-rw-r--r--net-analyzer/nipper/nipper-0.10.9.ebuild26
-rw-r--r--net-analyzer/nipper/nipper-0.11.0.ebuild27
-rw-r--r--net-analyzer/nipper/nipper-0.11.4.ebuild (renamed from net-analyzer/nipper/nipper-0.11.1.ebuild)2
4 files changed, 8 insertions, 55 deletions
diff --git a/net-analyzer/nipper/ChangeLog b/net-analyzer/nipper/ChangeLog
index 71d416d5a850..2698ca821b7f 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.20 2008/01/31 14:36:35 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/ChangeLog,v 1.21 2008/02/20 23:44:38 ikelos Exp $
+
+*nipper-0.11.4 (20 Feb 2008)
+
+ 20 Feb 2008; Mike Auty <ikelos@gentoo.org> -nipper-0.10.9.ebuild,
+ -nipper-0.11.0.ebuild, -nipper-0.11.1.ebuild, +nipper-0.11.4.ebuild:
+ Version bump.
31 Jan 2008; Mike Auty <ikelos@gentoo.org> ChangeLog:
Re-sign digestless manifest.
diff --git a/net-analyzer/nipper/nipper-0.10.9.ebuild b/net-analyzer/nipper/nipper-0.10.9.ebuild
deleted file mode 100644
index 4009f1d753a6..000000000000
--- a/net-analyzer/nipper/nipper-0.10.9.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/nipper-0.10.9.ebuild,v 1.1 2007/12/01 13:18:50 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="sys-libs/glibc"
-RDEPEND="sys-libs/glibc"
-
-src_compile() {
- $(tc-getCC) ${CFLAGS} ${PN}.c -o${PN}
-}
-
-src_install() {
- dobin ${PN}
- dodoc Readme INSTALL TODO Changelog docs/*
-}
diff --git a/net-analyzer/nipper/nipper-0.11.0.ebuild b/net-analyzer/nipper/nipper-0.11.0.ebuild
deleted file mode 100644
index 08894e6e9d44..000000000000
--- a/net-analyzer/nipper/nipper-0.11.0.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.0.ebuild,v 1.2 2008/01/02 04:24:24 mr_bones_ 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.1.ebuild b/net-analyzer/nipper/nipper-0.11.4.ebuild
index 031aec46357b..32e8e9b75f1b 100644
--- a/net-analyzer/nipper/nipper-0.11.1.ebuild
+++ b/net-analyzer/nipper/nipper-0.11.4.ebuild
@@ -1,6 +1,6 @@
# 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.1.ebuild,v 1.1 2008/01/02 20:39:35 ikelos Exp $
+# $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