sys-process/glances: 3.1.4.1-r1 amd64 stable, bug #720368
[gentoo.git] / net-libs / libnipper / libnipper-0.12.6-r1.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit cmake-utils
7
8 DESCRIPTION="A router configuration security analysis library"
9 HOMEPAGE="http://nipper.titania.co.uk/"
10 SRC_URI="mirror://sourceforge/nipper/${P}.tgz"
11
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 PATCHES=(
18         "${FILESDIR}/${P}-glibc-2.10.patch"
19         "${FILESDIR}/${P}-gcc47.patch"
20         "${FILESDIR}/${P}-multilib-strict.patch"
21 )