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 56D7B138334 for ; Sun, 24 Nov 2019 14:07:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DE0EE0833; Sun, 24 Nov 2019 14:07:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73A7AE0833 for ; Sun, 24 Nov 2019 14:07:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 503F234D2BA for ; Sun, 24 Nov 2019 14:07:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BBFE8B9 for ; Sun, 24 Nov 2019 14:07:40 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1574604457.4ea61582e12150802199645f8611b8a6f7a3a513.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-3.0.3.ebuild net-analyzer/wireshark/wireshark-3.0.4.ebuild net-analyzer/wireshark/wireshark-3.0.5.ebuild net-analyzer/wireshark/wireshark-3.0.6.ebuild net-analyzer/wireshark/wireshark-3.1.0.ebuild net-analyzer/wireshark/wireshark-3.1.1.ebuild net-analyzer/wireshark/wireshark-99999999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4ea61582e12150802199645f8611b8a6f7a3a513 X-VCS-Branch: master Date: Sun, 24 Nov 2019 14:07:40 +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: 8699fa0a-e555-442f-80e5-4750a0cd7f1d X-Archives-Hash: 579db581d68d11ee0e14932e2dea8e39 commit: 4ea61582e12150802199645f8611b8a6f7a3a513 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Nov 24 14:07:19 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Nov 24 14:07:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea61582 net-analyzer/wireshark: [QA] fix UnnecessarySlashStrip Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-analyzer/wireshark/wireshark-3.0.3.ebuild | 2 +- net-analyzer/wireshark/wireshark-3.0.4.ebuild | 2 +- net-analyzer/wireshark/wireshark-3.0.5.ebuild | 2 +- net-analyzer/wireshark/wireshark-3.0.6.ebuild | 2 +- net-analyzer/wireshark/wireshark-3.1.0.ebuild | 2 +- net-analyzer/wireshark/wireshark-3.1.1.ebuild | 2 +- net-analyzer/wireshark/wireshark-99999999.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-3.0.3.ebuild b/net-analyzer/wireshark/wireshark-3.0.3.ebuild index b9368b5c1e6..73cc78d498c 100644 --- a/net-analyzer/wireshark/wireshark-3.0.3.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.3.ebuild @@ -146,7 +146,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) - -DCMAKE_INSTALL_DOCDIR="${EROOT%/}/usr/share/doc/${PF}" + -DCMAKE_INSTALL_DOCDIR="${EROOT}/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_CAP=$(usex filecaps caps) diff --git a/net-analyzer/wireshark/wireshark-3.0.4.ebuild b/net-analyzer/wireshark/wireshark-3.0.4.ebuild index 6db1ec02b4a..59c9871ab99 100644 --- a/net-analyzer/wireshark/wireshark-3.0.4.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.4.ebuild @@ -146,7 +146,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) - -DCMAKE_INSTALL_DOCDIR="${EROOT%/}/usr/share/doc/${PF}" + -DCMAKE_INSTALL_DOCDIR="${EROOT}/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_CAP=$(usex filecaps caps) diff --git a/net-analyzer/wireshark/wireshark-3.0.5.ebuild b/net-analyzer/wireshark/wireshark-3.0.5.ebuild index 1ffa6ec2fd0..1985c5ffb25 100644 --- a/net-analyzer/wireshark/wireshark-3.0.5.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.5.ebuild @@ -146,7 +146,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) - -DCMAKE_INSTALL_DOCDIR="${EROOT%/}/usr/share/doc/${PF}" + -DCMAKE_INSTALL_DOCDIR="${EROOT}/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_CAP=$(usex filecaps caps) diff --git a/net-analyzer/wireshark/wireshark-3.0.6.ebuild b/net-analyzer/wireshark/wireshark-3.0.6.ebuild index 1ffa6ec2fd0..1985c5ffb25 100644 --- a/net-analyzer/wireshark/wireshark-3.0.6.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.6.ebuild @@ -146,7 +146,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) - -DCMAKE_INSTALL_DOCDIR="${EROOT%/}/usr/share/doc/${PF}" + -DCMAKE_INSTALL_DOCDIR="${EROOT}/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_CAP=$(usex filecaps caps) diff --git a/net-analyzer/wireshark/wireshark-3.1.0.ebuild b/net-analyzer/wireshark/wireshark-3.1.0.ebuild index b6283caf033..cabe55ba8b6 100644 --- a/net-analyzer/wireshark/wireshark-3.1.0.ebuild +++ b/net-analyzer/wireshark/wireshark-3.1.0.ebuild @@ -147,7 +147,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) - -DCMAKE_INSTALL_DOCDIR="${EROOT%/}/usr/share/doc/${PF}" + -DCMAKE_INSTALL_DOCDIR="${EROOT}/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_BROTLI=$(usex brotli) diff --git a/net-analyzer/wireshark/wireshark-3.1.1.ebuild b/net-analyzer/wireshark/wireshark-3.1.1.ebuild index b6283caf033..cabe55ba8b6 100644 --- a/net-analyzer/wireshark/wireshark-3.1.1.ebuild +++ b/net-analyzer/wireshark/wireshark-3.1.1.ebuild @@ -147,7 +147,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) - -DCMAKE_INSTALL_DOCDIR="${EROOT%/}/usr/share/doc/${PF}" + -DCMAKE_INSTALL_DOCDIR="${EROOT}/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_BROTLI=$(usex brotli) diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 7ecaa00c8ee..780bf1933a7 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -147,7 +147,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) - -DCMAKE_INSTALL_DOCDIR="${EROOT%/}/usr/share/doc/${PF}" + -DCMAKE_INSTALL_DOCDIR="${EROOT}/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_BROTLI=$(usex brotli)