mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-wireless/horst: EAPI8 bump, ebuild improvements, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
committed by
Ulrich Müller
parent
6294bda3ed
commit
a0934c13cd
@@ -1,14 +1,15 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit toolchain-funcs vcs-snapshot
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Small 802.11 wireless LAN analyzer"
|
||||
HOMEPAGE="https://github.com/br101/horst/"
|
||||
SRC_URI="https://github.com/br101/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug +pcap test"
|
||||
@@ -18,15 +19,14 @@ RDEPEND="
|
||||
sys-libs/ncurses:0
|
||||
pcap? ( net-libs/libpcap )
|
||||
"
|
||||
TDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BEDEPEND="
|
||||
virtual/pkgconfig
|
||||
test? ( sys-devel/sparse )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
${TDEPEND}
|
||||
virtual/pkgconfig
|
||||
"
|
||||
RESTRICT=test #just semantic tests, no functional tests
|
||||
|
||||
RESTRICT="test" #just semantic tests, no functional tests
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-5.1-CC.patch
|
||||
"${FILESDIR}"/${PN}-5.1-pcap_bufsize.patch
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3 toolchain-funcs
|
||||
|
||||
DESCRIPTION="Small 802.11 wireless LAN analyzer"
|
||||
HOMEPAGE="https://github.com/br101/horst/"
|
||||
EGIT_REPO_URI="https://github.com/br101/${PN}/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE="debug +pcap test"
|
||||
|
||||
RDEPEND="
|
||||
@@ -18,15 +18,14 @@ RDEPEND="
|
||||
sys-libs/ncurses:0
|
||||
pcap? ( net-libs/libpcap )
|
||||
"
|
||||
TDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BEDEPEND="
|
||||
virtual/pkgconfig
|
||||
test? ( sys-devel/sparse )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
${TDEPEND}
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
RESTRICT=test #just semantic tests, no functional tests
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-9999-tinfo.patch
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user