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 39B10158020 for ; Sat, 15 Oct 2022 19:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8568CE0875; Sat, 15 Oct 2022 19:34:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6C35EE0875 for ; Sat, 15 Oct 2022 19:34:07 +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 91B2A340FAF for ; Sat, 15 Oct 2022 19:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDE1A625 for ; Sat, 15 Oct 2022 19:34:03 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1665862416.b6d912a0b3b02dbe8b145b29e5e51d5318110f33.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpcap/files/libpcap-1.9.1-pcap-config.patch X-VCS-Directories: net-libs/libpcap/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b6d912a0b3b02dbe8b145b29e5e51d5318110f33 X-VCS-Branch: master Date: Sat, 15 Oct 2022 19:34:03 +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: 11cafd88-260d-4dc5-867a-a304cb6d6fd0 X-Archives-Hash: 244dc1d20e5f01d42c663a8f6de56d00 commit: b6d912a0b3b02dbe8b145b29e5e51d5318110f33 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Oct 4 10:42:23 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Oct 15 19:33:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d912a0 net-libs/libpcap: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/27612 Signed-off-by: Conrad Kostecki gentoo.org> .../libpcap/files/libpcap-1.9.1-pcap-config.patch | 43 ---------------------- 1 file changed, 43 deletions(-) diff --git a/net-libs/libpcap/files/libpcap-1.9.1-pcap-config.patch b/net-libs/libpcap/files/libpcap-1.9.1-pcap-config.patch deleted file mode 100644 index 937273c43ff0..000000000000 --- a/net-libs/libpcap/files/libpcap-1.9.1-pcap-config.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- a/pcap-config.in -+++ b/pcap-config.in -@@ -59,16 +59,16 @@ - # - if [ "$show_cflags" = 1 -a "$show_libs" = 1 ] - then -- echo "-I$includedir -L$libdir -lpcap $LIBS" -+ echo "-lpcap $LIBS" - elif [ "$show_cflags" = 1 -a "$show_additional_libs" = 1 ] - then -- echo "-I$includedir -L$libdir $LIBS" -+ echo "$LIBS" - elif [ "$show_cflags" = 1 ] - then -- echo "-I$includedir" -+ echo "" - elif [ "$show_libs" = 1 ] - then -- echo "-L$libdir -lpcap $LIBS" -+ echo "-lpcap $LIBS" - elif [ "$show_additional_libs" = 1 ] - then - echo "$LIBS" -@@ -80,15 +80,15 @@ - # - if [ "$show_cflags" = 1 -a "$show_libs" = 1 ] - then -- echo "-I$includedir -L$libdir $RPATH -l$PACKAGE_NAME" -+ echo " $RPATH -l$PACKAGE_NAME" - elif [ "$show_cflags" = 1 -a "$show_additional_libs" = 1 ] - then -- echo "-I$includedir" -+ echo "" - elif [ "$show_cflags" = 1 ] - then -- echo "-I$includedir" -+ echo "" - elif [ "$show_libs" = 1 ] - then -- echo "-L$libdir $RPATH -l$PACKAGE_NAME" -+ echo "$RPATH -l$PACKAGE_NAME" - fi - fi