Сравнение tiptop-2.3.1_p4 с tiptop-2.3.1_p4_p20221211
/usr/portage/sys-process/tiptop/tiptop-2.3.1_p4_p20221211.ebuild 2023-10-09 14:52:35.584368504 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit autotools |
7 | 7 | |
8 |
GIT_COMMIT="529886d445ec32febad14246245372a8f244b3eb" |
|
9 | ||
8 | 10 |
DESCRIPTION="top for performance counters" |
9 |
HOMEPAGE="http://tiptop.gforge.inria.fr/" |
|
10 |
SRC_URI="http://${PN}.gforge.inria.fr/releases/${PN}-$(ver_cut 1-3).tar.gz" |
|
11 |
SRC_URI+=" http://deb.debian.org/debian/pool/main/t/tiptop/tiptop_${PV/_p/-}.debian.tar.xz" |
|
12 |
S="${WORKDIR}/${PN}-$(ver_cut 1-3)" |
|
11 |
HOMEPAGE="https://github.com/FeCastle/tiptop" |
|
12 |
SRC_URI="https://github.com/FeCastle/tiptop/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" |
|
13 |
SRC_URI+=" http://deb.debian.org/debian/pool/main/t/tiptop/tiptop_$(ver_cut 1-3)-$(ver_cut 5).debian.tar.xz" |
|
14 |
S="${WORKDIR}/${PN}-${GIT_COMMIT}" |
|
13 | 15 | |
14 | 16 |
LICENSE="GPL-2" |
15 | 17 |
SLOT="0" |
16 | 18 |
KEYWORDS="amd64 x86" |
17 |
IUSE="" |
|
18 | 19 | |
19 | 20 |
RDEPEND=" |
20 |
sys-libs/ncurses:= |
|
21 | 21 |
dev-libs/libxml2:2 |
22 |
dev-libs/papi |
|
23 |
sys-libs/ncurses:= |
|
22 | 24 |
" |
23 | 25 |
DEPEND="${RDEPEND}" |
26 |
# drop when patch$ tiptop-2.3.1-implicit-function-declaration.patch is merged upstream |
|
27 |
BDEPEND="app-alternatives/lex" |
|
24 | 28 | |
25 | 29 |
PATCHES=( |
26 |
"${FILESDIR}"/${PN}-2.3.1-tinfo.patch #618124 |
|
27 | 30 |
"${WORKDIR}"/debian/patches |
31 |
"${FILESDIR}"/${PN}-2.3.1-tinfo.patch #618124 |
|
32 |
"${FILESDIR}"/${PN}-2.3.1-advise-user-to-run-as-root-when-paranoid_level-3.patch |
|
33 |
"${FILESDIR}"/${PN}-2.3.1-implicit-function-declaration.patch |
|
28 | 34 |
) |
29 | 35 | |
30 | 36 |
src_prepare() { |