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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DAF2158086 for ; Wed, 29 Dec 2021 06:27:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2260D2BC01A; Wed, 29 Dec 2021 06:27:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1E522BC003 for ; Wed, 29 Dec 2021 06:27:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEED7342ECC for ; Wed, 29 Dec 2021 06:27:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60D0F266 for ; Wed, 29 Dec 2021 06:27:22 +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: <1640759231.2a99630400988afde2113fd13d22c3912c5cff41.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pcapfix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/pcapfix/Manifest net-misc/pcapfix/pcapfix-1.1.7.ebuild X-VCS-Directories: net-misc/pcapfix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2a99630400988afde2113fd13d22c3912c5cff41 X-VCS-Branch: master Date: Wed, 29 Dec 2021 06:27:22 +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: 562a1a47-fdca-47f0-b391-5bb6945bb74a X-Archives-Hash: 768c394df722cac796b650ef42ec5077 commit: 2a99630400988afde2113fd13d22c3912c5cff41 Author: Sam James gentoo org> AuthorDate: Wed Dec 29 06:26:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 29 06:27:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a996304 net-misc/pcapfix: add 1.1.7 Tagged musl bug b/c (from 1.1.5 changelog): ``` [...] * improved compiling on all platforms (thanks to mdeweerd) ``` Bug: https://bugs.gentoo.org/712772 Bug: https://bugs.gentoo.org/830205 Signed-off-by: Sam James gentoo.org> net-misc/pcapfix/Manifest | 1 + net-misc/pcapfix/pcapfix-1.1.7.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/net-misc/pcapfix/Manifest b/net-misc/pcapfix/Manifest index 23a3cc3dde91..53d82312eeac 100644 --- a/net-misc/pcapfix/Manifest +++ b/net-misc/pcapfix/Manifest @@ -1 +1,2 @@ DIST pcapfix-1.1.4.tar.gz 52184 BLAKE2B 4def04cebc9144af86d43c28892575627ed98bf14fa99e5e4fe5181a406871ceeac1f431c73d90daae151bb8b6e5315e8bc47c430d2ed55f9e0c3de1decbe0e9 SHA512 6203e9032d2f24fe5d4aaefd9cfd57ece97a318af3ecd8da7171307a59c2a10b2e92206d5cf96e2dd9bfafc239dd9bc95a224bf5fef9e0c0432a6e76ff10d1da +DIST pcapfix-1.1.7.tar.gz 54784 BLAKE2B c688b3eabf04ff4baf88170c5868edd2b504779a9550ce6a2ca8b4839310b75a26c7e6ae6afc82cf763f19f8ffebe357c730b0ea1bd4b05ed071e78ad6c9f6e5 SHA512 d8d1106349116303f35254f680916f1ea26b163f9afceb5d237eed89880810d4b7b40ebca9de58ec95af2336dd78f4e11af1a08b89f6765055843a9791c156bd diff --git a/net-misc/pcapfix/pcapfix-1.1.7.ebuild b/net-misc/pcapfix/pcapfix-1.1.7.ebuild new file mode 100644 index 000000000000..90020f92dd38 --- /dev/null +++ b/net-misc/pcapfix/pcapfix-1.1.7.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Repair and fix broken pcap files" +HOMEPAGE="https://f00l.de/pcapfix/" +SRC_URI="https://f00l.de/pcapfix/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DOCS=( Changelog README ) + +src_prepare() { + default + sed -e 's/gcc/$(CC) $(CFLAGS)/g' -i Makefile || die + use debug || sed -e 's/DEBUGFLAGS = -g/DEBUGFLAGS =/g' -i Makefile || die +} + +src_configure() { + tc-export CC +} + +src_install() { + doman pcapfix.1 + dobin pcapfix + einstalldocs +}