gentoo-ebuilds/net-libs/libnipper/libnipper-0.12.6-r2.ebuild
Lucio Sauer 794061a329
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-04-30 20:21:05 +02:00

22 lines
544 B
Bash

# Copyright 1999-2024 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="https://downloads.sourceforge.net/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"
"${FILESDIR}/${P}-gcc12-time.patch"
"${FILESDIR}/${P}-wformat-security.patch"
)