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/files/, net-libs/libtrace/
Date: Thu, 05 May 2016 07:55:41
Message-Id: 1462434917.4f26c03ee3a8fd79b9efbeca7c77caebc1f1eaf2.jer@gentoo
1 commit: 4f26c03ee3a8fd79b9efbeca7c77caebc1f1eaf2
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 07:55:17 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 07:55:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f26c03e
7
8 net-libs/libtrace: Old.
9
10 Package-Manager: portage-2.2.28
11
12 net-libs/libtrace/Manifest | 1 -
13 .../files/libtrace-3.0.20-libwandio-linking.patch | 8 ----
14 net-libs/libtrace/libtrace-3.0.21.ebuild | 52 ----------------------
15 3 files changed, 61 deletions(-)
16
17 diff --git a/net-libs/libtrace/Manifest b/net-libs/libtrace/Manifest
18 index 4351fed..aadc21c 100644
19 --- a/net-libs/libtrace/Manifest
20 +++ b/net-libs/libtrace/Manifest
21 @@ -1,2 +1 @@
22 -DIST libtrace-3.0.21.tar.bz2 618097 SHA256 965d6224213530565926f22f7c2e5bdd41e89f99ece973444e567e94f895c658 SHA512 f463349372a0b11e138a6c131a0d47e9cae32221df9ab19e59da95c94ad3cecfdd671e455351b8ab5435b343332bf7a56e505d0157d5cd10ec922189f91eedf9 WHIRLPOOL 6a25706c40557c2d701f34fa581da75c00a2eb8634afbf3545cb8dac3c0cec08962d3c0e0ae0ac831e61dbb6ef61481c249c11989be5ea18fe43886547ab823d
23 DIST libtrace-3.0.22.tar.bz2 642284 SHA256 b8bbaa2054c69cc8f93066143e2601c09c8ed56e75c6e5e4e2c115d07952f8f8 SHA512 6a9055c6c7f7f65f08eacf111abf72418eb4546ff252362977e4f81a4e6d3a36bf7e2ed6ea988cd6baf6b315d6a5fc1691de364fc7d56e561ae230da77810113 WHIRLPOOL 4c1c6c3faef2049466bd8ad07ea9b1c0462ff78c91278b7ed1e9f0938c16d871c6215b24dbed2a85a942e9a63856a15d082c82174dc40d8eec081d92e33dc8d8
24
25 diff --git a/net-libs/libtrace/files/libtrace-3.0.20-libwandio-linking.patch b/net-libs/libtrace/files/libtrace-3.0.20-libwandio-linking.patch
26 deleted file mode 100644
27 index bed8ad9..0000000
28 --- a/net-libs/libtrace/files/libtrace-3.0.20-libwandio-linking.patch
29 +++ /dev/null
30 @@ -1,8 +0,0 @@
31 ---- a/libwandio/Makefile.am
32 -+++ b/libwandio/Makefile.am
33 -@@ -43,3 +43,5 @@
34 - wandiocat_CFLAGS = -I"$(top_srcdir)/libwandio"
35 - wandiocat_CXXFLAGS = -I"$(top_srcdir)/libwandio"
36 - wandiocat_LDFLAGS = -L"$(top_srcdir)/libwandio" -lwandio
37 -+
38 -+wandiocat: libwandio.la
39
40 diff --git a/net-libs/libtrace/libtrace-3.0.21.ebuild b/net-libs/libtrace/libtrace-3.0.21.ebuild
41 deleted file mode 100644
42 index 4915f52..0000000
43 --- a/net-libs/libtrace/libtrace-3.0.21.ebuild
44 +++ /dev/null
45 @@ -1,52 +0,0 @@
46 -# Copyright 1999-2014 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -# $Id$
49 -
50 -EAPI=5
51 -
52 -inherit autotools eutils
53 -
54 -DESCRIPTION="A library and tools for trace processing"
55 -HOMEPAGE="http://research.wand.net.nz/software/libtrace.php"
56 -SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.bz2"
57 -
58 -LICENSE="GPL-2"
59 -SLOT="0"
60 -KEYWORDS="~amd64 ~x86"
61 -IUSE="bzip2 doc lzo ncurses static-libs zlib"
62 -
63 -RDEPEND=">=net-libs/libpcap-0.8
64 - ncurses? ( sys-libs/ncurses )
65 - bzip2? ( app-arch/bzip2 )
66 - zlib? ( sys-libs/zlib )
67 - lzo? ( dev-libs/lzo )"
68 -DEPEND="${RDEPEND}
69 - app-doc/doxygen
70 - sys-devel/flex
71 - virtual/yacc
72 - virtual/pkgconfig"
73 -
74 -src_prepare() {
75 - epatch \
76 - "${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch \
77 - "${FILESDIR}"/${PN}-3.0.20-no-examples.patch \
78 - "${FILESDIR}"/${PN}-3.0.20-tinfo.patch
79 -
80 - eautoreconf
81 -}
82 -
83 -src_configure() {
84 - econf \
85 - --with-man \
86 - $(use_enable static-libs static) \
87 - $(use_with ncurses) \
88 - $(use_with bzip2) \
89 - $(use_with zlib) \
90 - $(use_with lzo)
91 -}
92 -
93 -src_install() {
94 - default
95 - use doc && dohtml docs/doxygen/html/*
96 - prune_libtool_files --modules
97 -}