From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1255679-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8067913835D
	for <garchives@archives.gentoo.org>; Sat, 27 Feb 2021 04:12:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C825FE08BF;
	Sat, 27 Feb 2021 04:12:04 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B02E5E08BF
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Feb 2021 04:12:04 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9F1863410F5
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Feb 2021 04:12:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E37B056F
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Feb 2021 04:12:00 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1614399106.897a8fa82e79f51362bdcf27106d3750ab08debd.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libtrace/libtrace-9999.ebuild
X-VCS-Directories: net-libs/libtrace/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 897a8fa82e79f51362bdcf27106d3750ab08debd
X-VCS-Branch: master
Date: Sat, 27 Feb 2021 04:12:00 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b23f1074-c2d8-4906-bfaa-b35fce994902
X-Archives-Hash: 794ee93a617a3f5c9657570e4b23930f

commit:     897a8fa82e79f51362bdcf27106d3750ab08debd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 03:37:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 04:11:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897a8fa8

net-libs/libtrace: sync live ebuild

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libtrace/libtrace-9999.ebuild | 41 +++++++++++++++++++---------------
 1 file changed, 23 insertions(+), 18 deletions(-)

diff --git a/net-libs/libtrace/libtrace-9999.ebuild b/net-libs/libtrace/libtrace-9999.ebuild
index 948b4a14008..08a6c74711b 100644
--- a/net-libs/libtrace/libtrace-9999.ebuild
+++ b/net-libs/libtrace/libtrace-9999.ebuild
@@ -2,18 +2,26 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools git-r3
 
 DESCRIPTION="A library and tools for trace processing"
 HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
+S="${WORKDIR}/${P/_beta/}"
 EGIT_REPO_URI="https://github.com/LibtraceTeam/libtrace"
 EGIT_SUBMODULES=()
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS=""
-IUSE="doc ncurses numa static-libs"
+IUSE="doc ncurses numa"
 
+BDEPEND="
+	app-doc/doxygen[dot]
+	sys-devel/flex
+	virtual/os-headers
+	virtual/pkgconfig
+	virtual/yacc
+"
 RDEPEND="
 	>=net-libs/libpcap-0.8
 	dev-libs/libyaml
@@ -22,21 +30,14 @@ RDEPEND="
 	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
-"
+DEPEND="${RDEPEND}"
+
 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}-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/_beta/}
 
 src_prepare() {
 	default
@@ -47,22 +48,26 @@ src_prepare() {
 	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) \
+		--disable-static \
 		--with-man
 }
 
 src_install() {
 	default
 
-	use doc && dodoc -r docs/doxygen/html
+	if use doc ; then
+		docinto html
+		dodoc -r docs/doxygen/html
+	fi
 
-	find "${D}" -name "*.la" -delete || die
+	find "${ED}" -name "*.la" -delete || die
 }