mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 21:55:04 +02:00
bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
22 lines
544 B
Bash
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"
|
|
)
|