summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-02-15 12:04:26 +0100
committerJeroen Roovers <jer@gentoo.org>2020-02-15 12:04:55 +0100
commitc3daff4b4b6046e9f99eaa62fc3b96e48479258e (patch)
treedd783a5c96cca97d67d19d606964216830d4b9dc
parentnet-libs/libtrace: Work around doxygen FILE_PATTERNS issue (diff)
downloadgentoo-c3daff4b4b6046e9f99eaa62fc3b96e48479258e.tar.gz
gentoo-c3daff4b4b6046e9f99eaa62fc3b96e48479258e.tar.bz2
gentoo-c3daff4b4b6046e9f99eaa62fc3b96e48479258e.zip
net-libs/libtrace: Old
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-rw-r--r--net-libs/libtrace/Manifest1
-rw-r--r--net-libs/libtrace/files/libtrace-4.0.9_p1-SIOCGSTAMP.patch12
-rw-r--r--net-libs/libtrace/libtrace-4.0.9_p1-r1.ebuild61
3 files changed, 0 insertions, 74 deletions
diff --git a/net-libs/libtrace/Manifest b/net-libs/libtrace/Manifest
index 6987cc9b38ac..6e8a6dca44de 100644
--- a/net-libs/libtrace/Manifest
+++ b/net-libs/libtrace/Manifest
@@ -1,3 +1,2 @@
DIST libtrace-4.0.10_p1.tar.gz 1855110 BLAKE2B c2b59b52e65ed2227bf87517c1c439498f15823f5df745ef4e16800a3676afa3328c42809c3cb891d5e534990620ae1766b7863b3e1c010227182d9caa727ce3 SHA512 a76c8566c9b06b38ea7c7cfcea896beb23808686af9485dc80b8858c20c7a425f0869f18899fa7ad3e685c25c6c0d2bc7a934724d500211966d01b37964018a0
DIST libtrace-4.0.11_p1.tar.gz 1855693 BLAKE2B 9135b03258005587ef2e2b51c6e8c87bb2fb4963489b1ce5933c46100d708fa32978fc5b449ffde11fc6c27706afd36a82428cc55f0555a864ffad636f9c991d SHA512 b3cab7d24efe4503358f2265957170b0857f52c4ea2bac0d5424fe3b9565ead51795596ce28410e15741d89e3ba1db3c22046557a3e5b21af8c1b6f8ed9cd585
-DIST libtrace-4.0.9_p1.tar.gz 1853724 BLAKE2B 2c2c8f44c5dea7c5acb3c3035cf8f749f1f33b03dd20675062718176ed26cba16c91f67df39512fb369896798edbe3f48e5624c72229bd00fc845712f8faf3cb SHA512 aa9e15322e507e01d9b51f6945772deba7673816c62546de30539792d7353b31235ae97866637f84969582e7300b634d080ba29a8cb088f5304a438e79357e57
diff --git a/net-libs/libtrace/files/libtrace-4.0.9_p1-SIOCGSTAMP.patch b/net-libs/libtrace/files/libtrace-4.0.9_p1-SIOCGSTAMP.patch
deleted file mode 100644
index 0693601356b2..000000000000
--- a/net-libs/libtrace/files/libtrace-4.0.9_p1-SIOCGSTAMP.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/lib/format_linux_common.h b/lib/format_linux_common.h
-index 244144b1..b6a66d30 100644
---- a/lib/format_linux_common.h
-+++ b/lib/format_linux_common.h
-@@ -44,6 +44,7 @@
- #include <netpacket/packet.h>
- #include <net/ethernet.h>
- #include <net/if_arp.h>
-+#include <linux/sockios.h>
-
- #include <net/if.h>
- #include <sys/ioctl.h>
diff --git a/net-libs/libtrace/libtrace-4.0.9_p1-r1.ebuild b/net-libs/libtrace/libtrace-4.0.9_p1-r1.ebuild
deleted file mode 100644
index 0055faaec1ad..000000000000
--- a/net-libs/libtrace/libtrace-4.0.9_p1-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 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
- "${FILESDIR}"/${PN}-4.0.9_p1-SIOCGSTAMP.patch
-)
-S=${WORKDIR}/${P/_p/-}
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_with ncurses) \
- $(use_with numa) \
- --with-man
-}
-
-src_install() {
- default
-
- use doc && dodoc -r docs/doxygen/html
-
- find "${D}" -name "*.la" -delete || die
-}