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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28471158086 for ; Tue, 4 Jan 2022 06:46:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EBB42BC001; Tue, 4 Jan 2022 06:46:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AC3C2BC001 for ; Tue, 4 Jan 2022 06:46:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B05D3342BE5 for ; Tue, 4 Jan 2022 06:46:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 309DF239 for ; Tue, 4 Jan 2022 06:46:37 +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: <1641278777.8b7d64c5886fb5fbe4bb482f93be03e157f06fc2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nDPI/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nDPI/nDPI-4.0-r1.ebuild net-libs/nDPI/nDPI-4.0.ebuild X-VCS-Directories: net-libs/nDPI/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b7d64c5886fb5fbe4bb482f93be03e157f06fc2 X-VCS-Branch: master Date: Tue, 4 Jan 2022 06:46:37 +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: 0ed74e66-bbe7-4628-ab84-e8227f58c386 X-Archives-Hash: 49c49a5aa57410f098ced5fab797a0c4 commit: 8b7d64c5886fb5fbe4bb482f93be03e157f06fc2 Author: Sam James gentoo org> AuthorDate: Tue Jan 4 06:46:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 4 06:46:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7d64c5 net-libs/nDPI: keep version workaround for now Should be able to drop this in the next release. Signed-off-by: Sam James gentoo.org> net-libs/nDPI/{nDPI-4.0.ebuild => nDPI-4.0-r1.ebuild} | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net-libs/nDPI/nDPI-4.0.ebuild b/net-libs/nDPI/nDPI-4.0-r1.ebuild similarity index 85% rename from net-libs/nDPI/nDPI-4.0.ebuild rename to net-libs/nDPI/nDPI-4.0-r1.ebuild index 8516413b47eb..4be4dd426cc0 100644 --- a/net-libs/nDPI/nDPI-4.0.ebuild +++ b/net-libs/nDPI/nDPI-4.0-r1.ebuild @@ -41,6 +41,13 @@ src_prepare() { src/lib/Makefile.in || die eautoreconf + + # Should be able to drop in next version. + # Taken from autogen.sh (bug #704074): + sed -i \ + -e "s/#define PACKAGE/#define NDPI_PACKAGE/g" \ + -e "s/#define VERSION/#define NDPI_VERSION/g" \ + configure || die } src_test() {