summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-27 22:03:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-27 23:34:06 +0100
commit7b38fe620b1f95702587d6ec298f96a3f1fd9b60 (patch)
tree5bd468a88bb83648892cd501b9ed06fff879d293 /net-libs/libnipper
parentnet-firewall/fwbuilder: drop 5.3.7 (diff)
downloadgentoo-7b38fe620b1f95702587d6ec298f96a3f1fd9b60.tar.gz
gentoo-7b38fe620b1f95702587d6ec298f96a3f1fd9b60.tar.bz2
gentoo-7b38fe620b1f95702587d6ec298f96a3f1fd9b60.zip
net-libs/libnipper: drop 0.12.6-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libnipper')
-rw-r--r--net-libs/libnipper/libnipper-0.12.6-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-libs/libnipper/libnipper-0.12.6-r1.ebuild b/net-libs/libnipper/libnipper-0.12.6-r1.ebuild
deleted file mode 100644
index 9a29393477d6..000000000000
--- a/net-libs/libnipper/libnipper-0.12.6-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A router configuration security analysis library"
-HOMEPAGE="http://nipper.titania.co.uk/"
-SRC_URI="mirror://sourceforge/nipper/${P}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
- "${FILESDIR}/${P}-glibc-2.10.patch"
- "${FILESDIR}/${P}-gcc47.patch"
- "${FILESDIR}/${P}-multilib-strict.patch"
-)