summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-23 00:39:01 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-23 00:39:01 +0000
commit945add07422b58e791ffbf614101692dc9561073 (patch)
tree262997fed0d7576260bb58e6eb3c0c69cbc6cff0 /net-analyzer
parentRemove old. (diff)
downloadgentoo-2-945add07422b58e791ffbf614101692dc9561073.tar.gz
gentoo-2-945add07422b58e791ffbf614101692dc9561073.tar.bz2
gentoo-2-945add07422b58e791ffbf614101692dc9561073.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nipper/ChangeLog9
-rw-r--r--net-analyzer/nipper/nipper-0.10.10.ebuild26
-rw-r--r--net-analyzer/nipper/nipper-0.11.10.ebuild27
-rw-r--r--net-analyzer/nipper/nipper-0.11.8.ebuild27
-rw-r--r--net-analyzer/nipper/nipper-0.11.9.ebuild27
5 files changed, 6 insertions, 110 deletions
diff --git a/net-analyzer/nipper/ChangeLog b/net-analyzer/nipper/ChangeLog
index c07a45a54bb4..53aead58442d 100644
--- a/net-analyzer/nipper/ChangeLog
+++ b/net-analyzer/nipper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/nipper
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/ChangeLog,v 1.29 2013/03/26 23:53:09 ikelos Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/ChangeLog,v 1.30 2015/05/23 00:39:01 mrueg Exp $
+
+ 23 May 2015; Manuel Rüger <mrueg@gentoo.org> -nipper-0.10.10.ebuild,
+ -nipper-0.11.10.ebuild, -nipper-0.11.8.ebuild, -nipper-0.11.9.ebuild:
+ Remove old.
26 Mar 2013; Mike Auty <ikelos@gentoo.org> nipper-0.12.0.ebuild:
Bump to EAPI 4, see bug 460572.
@@ -175,4 +179,3 @@
+files/nipper-0.9.4-banner-exclamation.patch,
+files/nipper-0.9.4-pix-xml.patch, +metadata.xml, +nipper-0.9.4.ebuild:
Initial commit.
-
diff --git a/net-analyzer/nipper/nipper-0.10.10.ebuild b/net-analyzer/nipper/nipper-0.10.10.ebuild
deleted file mode 100644
index b2fba50fa892..000000000000
--- a/net-analyzer/nipper/nipper-0.10.10.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.10.ebuild,v 1.1 2007/12/10 19:09:30 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.10.ebuild b/net-analyzer/nipper/nipper-0.11.10.ebuild
deleted file mode 100644
index cd56636d8b6c..000000000000
--- a/net-analyzer/nipper/nipper-0.11.10.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.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/*
-}
diff --git a/net-analyzer/nipper/nipper-0.11.8.ebuild b/net-analyzer/nipper/nipper-0.11.8.ebuild
deleted file mode 100644
index 71deefd2456c..000000000000
--- a/net-analyzer/nipper/nipper-0.11.8.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.8.ebuild,v 1.1 2008/06/08 14:25:37 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.9.ebuild b/net-analyzer/nipper/nipper-0.11.9.ebuild
deleted file mode 100644
index 36b4f94e2236..000000000000
--- a/net-analyzer/nipper/nipper-0.11.9.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.9.ebuild,v 1.1 2008/07/29 20:13:27 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/*
-}