Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/
Date: Fri, 06 Jul 2018 11:18:49
Message-Id: 1530875912.6c09532cadcb13171e88deb797fa030a8ed5ba1b.jer@gentoo
1 commit: 6c09532cadcb13171e88deb797fa030a8ed5ba1b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 6 11:10:07 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 6 11:18:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c09532c
7
8 net-libs/libtrace: Old.
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 net-libs/libtrace/Manifest | 1 -
13 net-libs/libtrace/libtrace-4.0.2.ebuild | 58 ---------------------------------
14 2 files changed, 59 deletions(-)
15
16 diff --git a/net-libs/libtrace/Manifest b/net-libs/libtrace/Manifest
17 index 97bba15ff6e..1465b65dbee 100644
18 --- a/net-libs/libtrace/Manifest
19 +++ b/net-libs/libtrace/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST libtrace-4.0.2.tar.gz 934255 BLAKE2B 776761288aadbafc812695db9b2af7f2ace3789925e957ae5bd6bfbdb883e49af324a903ea66e303e151300e8a31467b270a45e2dab4d8af1fe2b0e981f188ea SHA512 246fb1812b9c46b7ef543c16159849bb420db633b0778a375f616286cc26988d42542dcecd47256c03d637ceaa97d60168f0ce34b9892d957a3bcae89d984514
22 DIST libtrace-4.0.3.tar.gz 938865 BLAKE2B b3f7cda52f18fe2905f53af61459c238fe2630c1ffca8189ed73c010a6fd057f04beca9979fc0f515de4797f1aee383b57ddc63dc9a08a88bae5946a9949f010 SHA512 08da665ed355b48daa006119261af7dc1c1a64c193efcd736e91394753f4b3c46af074044d970242d2396389577d92137264acdbb6ab70cdc69a6e3965f742ae
23 DIST libtrace-4.0.4.tar.gz 949490 BLAKE2B 63b4e3bee7502deabbb07891ffe81fbed81f6b3b6c8b78148b035565fbb4e9f8302ee8f824e35584e68c453e61b0459f5a602b471330e6e0abae747a80f65872 SHA512 255a0654f762f9185ef70969225a160c017d50e0b01d1e90c31f555c1ebf5ce6509931f0c78bbed183e670d6acecb68e23efb8009a0e236fddd3a8f032401def
24
25 diff --git a/net-libs/libtrace/libtrace-4.0.2.ebuild b/net-libs/libtrace/libtrace-4.0.2.ebuild
26 deleted file mode 100644
27 index bb592018d47..00000000000
28 --- a/net-libs/libtrace/libtrace-4.0.2.ebuild
29 +++ /dev/null
30 @@ -1,58 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit autotools eutils
36 -
37 -DESCRIPTION="A library and tools for trace processing"
38 -HOMEPAGE="http://research.wand.net.nz/software/libtrace.php"
39 -SRC_URI="http://research.wand.net.nz/software/${PN}/${P/_/-}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="doc ncurses numa static-libs"
45 -
46 -RDEPEND="
47 - >=net-libs/libpcap-0.8
48 - dev-libs/openssl:0=
49 - ncurses? ( sys-libs/ncurses:0= )
50 - net-libs/wandio
51 - numa? ( sys-process/numactl )
52 -"
53 -DEPEND="
54 - ${RDEPEND}
55 - app-doc/doxygen
56 - sys-devel/flex
57 - virtual/pkgconfig
58 - virtual/yacc
59 -"
60 -PATCHES=(
61 - "${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
62 - "${FILESDIR}"/${PN}-3.0.20-tinfo.patch
63 - "${FILESDIR}"/${PN}-4.0.0-no-examples.patch
64 - "${FILESDIR}"/${PN}-4.0.0-with-numa.patch
65 -)
66 -S=${WORKDIR}/${P/_beta/}
67 -
68 -src_prepare() {
69 - default
70 -
71 - eautoreconf
72 -}
73 -
74 -src_configure() {
75 - econf \
76 - $(use_enable static-libs static) \
77 - $(use_with ncurses) \
78 - $(use_with numa) \
79 - --with-man
80 -}
81 -
82 -src_install() {
83 - default
84 -
85 - use doc && dodoc -r docs/doxygen/html
86 -
87 - prune_libtool_files --modules
88 -}