mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
net-libs/libtrace: drop 4.0.14_p1
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST libtrace-4.0.14_p1.tar.gz 1891628 BLAKE2B 5c30d48b34ab98fc53419a1ec7a205ec9dd97f7d162c1ea6ffcb30246ed1dde16332936d9ea3dafa32dc7a0eb991c3b384690e5f95f3646a85456d8ff28db70a SHA512 ac9031d168656c22a6113938c91b297d78a67a03d0809443345e1501f63c68812298af2760b34ce5bfa69e8d0968185bd3b6eabb838a94130ebad22bd2ecc488
|
||||
DIST libtrace-4.0.15_p1.tar.gz 1891845 BLAKE2B 08faf395f5fdda21829b89a9276649b297d2266ef10d2162b588b39d4d8d2da1306c74bb180d63b92f4422bb157fb451d34cd8167f0bff42322776e3b1ee0e7c SHA512 82f18b03e824f3ac89330854c3659244106ab5323f5e7a43ec7d2280f6ad3d427a906708688469b3f5aa479d11fef99a4bbecea585b81c916029132375582a4e
|
||||
|
||||
@@ -1,68 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="A library and tools for trace processing"
|
||||
HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
|
||||
SRC_URI="https://github.com/${PN^}Team/${PN}/archive//${PV/_p/-}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc ncurses numa static-libs"
|
||||
|
||||
RDEPEND="
|
||||
>=net-libs/libpcap-0.8
|
||||
dev-libs/libyaml
|
||||
dev-libs/openssl:0=
|
||||
net-libs/wandio
|
||||
ncurses? ( sys-libs/ncurses:0= )
|
||||
numa? ( sys-process/numactl )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
app-doc/doxygen[dot]
|
||||
sys-devel/flex
|
||||
virtual/os-headers
|
||||
virtual/pkgconfig
|
||||
virtual/yacc
|
||||
"
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
|
||||
"${FILESDIR}"/${PN}-4.0.0-no-examples.patch
|
||||
"${FILESDIR}"/${PN}-4.0.0-with-numa.patch
|
||||
"${FILESDIR}"/${PN}-4.0.9_p1-tinfo.patch
|
||||
)
|
||||
S=${WORKDIR}/${P/_p/-}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
eautoreconf
|
||||
|
||||
# Comment out FILE_PATTERNS definition (bug #706230)
|
||||
if has_version ~app-doc/doxygen-1.8.16; then
|
||||
sed -i -e '/^FILE_PATTERNS/s|^|#|g' docs/${PN}.doxygen.in || die
|
||||
fi
|
||||
# Update doxygen configuration
|
||||
doxygen -u docs/libtrace.doxygen.in || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable static-libs static) \
|
||||
$(use_with ncurses) \
|
||||
$(use_with numa) \
|
||||
--with-man \
|
||||
--without-dpdk
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
use doc && dodoc -r docs/doxygen/html
|
||||
|
||||
find "${D}" -name "*.la" -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user