Diff horst-5.1 with a horst-9999
/usr/portage/net-wireless/horst/horst-9999.ebuild 2024-07-02 13:51:48.473851571 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit toolchain-funcs |
|
6 |
inherit git-r3 toolchain-funcs |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="Small 802.11 wireless LAN analyzer" |
9 | 9 |
HOMEPAGE="https://github.com/br101/horst/" |
10 |
SRC_URI="https://github.com/br101/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
|
10 |
EGIT_REPO_URI="https://github.com/br101/${PN}/" |
|
11 | 11 | |
12 | 12 |
LICENSE="GPL-2+" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="~amd64 ~x86" |
|
15 | 14 |
IUSE="debug +pcap test" |
16 | 15 | |
17 | 16 |
RDEPEND=" |
... | ... | |
25 | 24 |
test? ( sys-devel/sparse ) |
26 | 25 |
" |
27 | 26 | |
28 |
RESTRICT="test" #just semantic tests, no functional tests |
|
27 |
RESTRICT=test #just semantic tests, no functional tests |
|
29 | 28 | |
30 | 29 |
PATCHES=( |
31 |
"${FILESDIR}"/${PN}-5.1-CC.patch |
|
32 |
"${FILESDIR}"/${PN}-5.1-pcap_bufsize.patch |
|
33 |
"${FILESDIR}"/${PN}-5.1-tinfo.patch |
|
30 |
"${FILESDIR}"/${PN}-9999-tinfo.patch |
|
34 | 31 |
) |
35 | 32 | |
36 | 33 |
src_compile() { |
... | ... | |
42 | 39 |
dosbin ${PN}{,.sh} |
43 | 40 |
dodoc README.md |
44 | 41 |
doman ${PN}.8 |
42 |
insinto /etc |
|
43 |
doins ${PN}.conf |
|
45 | 44 |
} |