Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nDPI/
Date: Tue, 04 Jan 2022 06:46:55
Message-Id: 1641278777.8b7d64c5886fb5fbe4bb482f93be03e157f06fc2.sam@gentoo
1 commit: 8b7d64c5886fb5fbe4bb482f93be03e157f06fc2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 06:46:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 06:46:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7d64c5
7
8 net-libs/nDPI: keep version workaround for now
9
10 Should be able to drop this in the next release.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-libs/nDPI/{nDPI-4.0.ebuild => nDPI-4.0-r1.ebuild} | 7 +++++++
15 1 file changed, 7 insertions(+)
16
17 diff --git a/net-libs/nDPI/nDPI-4.0.ebuild b/net-libs/nDPI/nDPI-4.0-r1.ebuild
18 similarity index 85%
19 rename from net-libs/nDPI/nDPI-4.0.ebuild
20 rename to net-libs/nDPI/nDPI-4.0-r1.ebuild
21 index 8516413b47eb..4be4dd426cc0 100644
22 --- a/net-libs/nDPI/nDPI-4.0.ebuild
23 +++ b/net-libs/nDPI/nDPI-4.0-r1.ebuild
24 @@ -41,6 +41,13 @@ src_prepare() {
25 src/lib/Makefile.in || die
26
27 eautoreconf
28 +
29 + # Should be able to drop in next version.
30 + # Taken from autogen.sh (bug #704074):
31 + sed -i \
32 + -e "s/#define PACKAGE/#define NDPI_PACKAGE/g" \
33 + -e "s/#define VERSION/#define NDPI_VERSION/g" \
34 + configure || die
35 }
36
37 src_test() {