Сравнение ioping-1.1 с ioping-1.2
/usr/portage/app-benchmarks/ioping/ioping-1.2.ebuild 2023-10-09 14:52:28.208368318 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2019 Gentoo Authors |
|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
9 | 9 |
HOMEPAGE="https://github.com/koct9i/ioping" |
10 | 10 |
SRC_URI="https://github.com/koct9i/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
11 | 11 | |
12 |
SLOT="0" |
|
13 | 12 |
LICENSE="GPL-3" |
13 |
SLOT="0" |
|
14 | 14 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |
15 |
IUSE="netdata" |
|
16 | ||
17 |
src_prepare() { |
|
18 |
use netdata && eapply "${FILESDIR}/${P}-netdata.patch" |
|
19 |
eapply_user |
|
20 |
} |
|
21 | 15 | |
22 | 16 |
src_configure() { |
23 | 17 |
tc-export CC |