Сравнение libtrace-4.0.18_p1 с libtrace-4.0.19_p1
/usr/portage/net-libs/libtrace/libtrace-4.0.19_p1.ebuild 2023-10-09 14:52:34.592368479 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit autotools |
|
7 | ||
8 | 6 |
DESCRIPTION="A library and tools for trace processing" |
9 | 7 |
HOMEPAGE="https://research.wand.net.nz/software/libtrace.php" |
10 |
SRC_URI="https://github.com/${PN^}Team/${PN}/archive//${PV/_p/-}.tar.gz -> ${P}.tar.gz" |
|
11 |
S="${WORKDIR}/${P/_p/-}" |
|
8 |
SRC_URI="https://research.wand.net.nz/software/libtrace/${PN}-$(ver_cut 1-3).tar.bz2" |
|
9 |
S="${WORKDIR}"/${PN}-$(ver_cut 1-3) |
|
12 | 10 | |
13 | 11 |
LICENSE="LGPL-3" |
14 | 12 |
SLOT="0" |
... | ... | |
30 | 28 |
virtual/pkgconfig |
31 | 29 |
app-alternatives/yacc" |
32 | 30 | |
33 |
PATCHES=( |
|
34 |
"${FILESDIR}"/${PN}-4.0.18_p1-build-system.patch |
|
35 |
) |
|
36 | ||
37 | 31 |
src_prepare() { |
38 | 32 |
default |
39 | 33 | |
40 |
mv configure.{in,ac} || die |
|
41 | ||
42 |
eautoreconf |
|
43 | ||
44 | 34 |
# Comment out FILE_PATTERNS definition (bug #706230) |
45 | 35 |
if has_version ~app-doc/doxygen-1.8.16; then |
46 | 36 |
sed -i -e '/^FILE_PATTERNS/s|^|#|g' docs/${PN}.doxygen.in || die |