From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 8BC12158092 for ; Thu, 16 Sep 2021 01:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFA13E081A; Thu, 16 Sep 2021 01:18:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E230E081A for ; Thu, 16 Sep 2021 01:18:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64EC5343095 for ; Thu, 16 Sep 2021 01:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B5D655 for ; Thu, 16 Sep 2021 01:18:44 +0000 (UTC) From: "Sam James" 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" Message-ID: <1631755051.d78045dd486ddc06cbdbdd53eb0ab2f29dc51711.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtrace/Manifest net-libs/libtrace/libtrace-4.0.17_p1.ebuild 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: d78045dd486ddc06cbdbdd53eb0ab2f29dc51711 X-VCS-Branch: master Date: Thu, 16 Sep 2021 01:18:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fe671695-b1b7-42cd-8323-6a09f6649789 X-Archives-Hash: a32416cb91224dc5a8469329ea160e2f commit: d78045dd486ddc06cbdbdd53eb0ab2f29dc51711 Author: Sam James gentoo org> AuthorDate: Thu Sep 16 00:29:07 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 16 01:17:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78045dd net-libs/libtrace: add 4.0.17_p1 Signed-off-by: Sam James gentoo.org> net-libs/libtrace/Manifest | 1 + .../{libtrace-9999.ebuild => libtrace-4.0.17_p1.ebuild} | 16 +++++++++------- net-libs/libtrace/libtrace-9999.ebuild | 3 +-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/net-libs/libtrace/Manifest b/net-libs/libtrace/Manifest index f3c34fedffa..53a961ba3b9 100644 --- a/net-libs/libtrace/Manifest +++ b/net-libs/libtrace/Manifest @@ -1 +1,2 @@ DIST libtrace-4.0.15_p1.tar.gz 1891845 BLAKE2B 08faf395f5fdda21829b89a9276649b297d2266ef10d2162b588b39d4d8d2da1306c74bb180d63b92f4422bb157fb451d34cd8167f0bff42322776e3b1ee0e7c SHA512 82f18b03e824f3ac89330854c3659244106ab5323f5e7a43ec7d2280f6ad3d427a906708688469b3f5aa479d11fef99a4bbecea585b81c916029132375582a4e +DIST libtrace-4.0.17_p1.tar.gz 1961123 BLAKE2B be961bc58496414415b9affb0a6b77e5f234b92196fb719f3a2e8058ae80ade90977c44d57c75d37cbf26ff2e0c8816a4b376b77b6e44d13833960c6095b7e2c SHA512 85280edd515acf52361c34ebe5324fd95f4fafc72aa22c2c8bd43a6bca9a6b5fc9a046480fc760bb39d8b577532ed416caf10a630cea9465d305f2ed4dcb318e diff --git a/net-libs/libtrace/libtrace-9999.ebuild b/net-libs/libtrace/libtrace-4.0.17_p1.ebuild similarity index 84% copy from net-libs/libtrace/libtrace-9999.ebuild copy to net-libs/libtrace/libtrace-4.0.17_p1.ebuild index 08a6c74711b..fedc23bfe00 100644 --- a/net-libs/libtrace/libtrace-9999.ebuild +++ b/net-libs/libtrace/libtrace-4.0.17_p1.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit autotools git-r3 +inherit autotools 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=() +SRC_URI="https://github.com/${PN^}Team/${PN}/archive//${PV/_p/-}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P/_p/-}" LICENSE="LGPL-3" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="doc ncurses numa" BDEPEND=" @@ -42,6 +42,8 @@ PATCHES=( src_prepare() { default + mv configure.{in,ac} || die + eautoreconf # Comment out FILE_PATTERNS definition (bug #706230) @@ -57,8 +59,8 @@ src_configure() { econf \ $(use_with ncurses) \ $(use_with numa) \ - --disable-static \ - --with-man + --with-man \ + --without-dpdk } src_install() { diff --git a/net-libs/libtrace/libtrace-9999.ebuild b/net-libs/libtrace/libtrace-9999.ebuild index 08a6c74711b..f8ed9c02d13 100644 --- a/net-libs/libtrace/libtrace-9999.ebuild +++ b/net-libs/libtrace/libtrace-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools git-r3 @@ -57,7 +57,6 @@ src_configure() { econf \ $(use_with ncurses) \ $(use_with numa) \ - --disable-static \ --with-man }