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 F36B8138334 for ; Fri, 22 Nov 2019 11:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CF56E077F; Fri, 22 Nov 2019 11:55:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0CA8CE077F for ; Fri, 22 Nov 2019 11:55:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6D83634D204 for ; Fri, 22 Nov 2019 11:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E402F744 for ; Fri, 22 Nov 2019 11:55:35 +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: <1574423698.c48856da563c0280cab487e563f15c4aa9c5a820.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 X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c48856da563c0280cab487e563f15c4aa9c5a820 X-VCS-Branch: master Date: Fri, 22 Nov 2019 11:55:35 +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: 5e7a4232-b5c0-4f46-bb8a-bcee23f2df72 X-Archives-Hash: 226c54d641e4e17755c86b83c0a7ef20 commit: c48856da563c0280cab487e563f15c4aa9c5a820 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Nov 22 11:54:58 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Nov 22 11:54:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48856da net-analyzer/wireshark: [QA] expand HOMAPAGE in SRC_URI 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-3.0.3.ebuild b/net-analyzer/wireshark/wireshark-3.0.3.ebuild index 0fcd75a867a..b9368b5c1e6 100644 --- a/net-analyzer/wireshark/wireshark-3.0.3.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.3.ebuild @@ -7,7 +7,7 @@ inherit fcaps flag-o-matic multilib python-r1 qmake-utils user xdg-utils cmake-u DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="https://www.wireshark.org/" -SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz" +SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/net-analyzer/wireshark/wireshark-3.0.4.ebuild b/net-analyzer/wireshark/wireshark-3.0.4.ebuild index 61e8bd7a288..6db1ec02b4a 100644 --- a/net-analyzer/wireshark/wireshark-3.0.4.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.4.ebuild @@ -7,7 +7,7 @@ inherit fcaps flag-o-matic multilib python-r1 qmake-utils user xdg-utils cmake-u DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="https://www.wireshark.org/" -SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz" +SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/net-analyzer/wireshark/wireshark-3.0.5.ebuild b/net-analyzer/wireshark/wireshark-3.0.5.ebuild index f4fbb9dc3bc..1ffa6ec2fd0 100644 --- a/net-analyzer/wireshark/wireshark-3.0.5.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.5.ebuild @@ -7,7 +7,7 @@ inherit fcaps flag-o-matic multilib python-r1 qmake-utils user xdg-utils cmake-u DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="https://www.wireshark.org/" -SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz" +SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/net-analyzer/wireshark/wireshark-3.0.6.ebuild b/net-analyzer/wireshark/wireshark-3.0.6.ebuild index f4fbb9dc3bc..1ffa6ec2fd0 100644 --- a/net-analyzer/wireshark/wireshark-3.0.6.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.6.ebuild @@ -7,7 +7,7 @@ inherit fcaps flag-o-matic multilib python-r1 qmake-utils user xdg-utils cmake-u DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="https://www.wireshark.org/" -SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz" +SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/net-analyzer/wireshark/wireshark-3.1.0.ebuild b/net-analyzer/wireshark/wireshark-3.1.0.ebuild index 4d9324a7a9b..b6283caf033 100644 --- a/net-analyzer/wireshark/wireshark-3.1.0.ebuild +++ b/net-analyzer/wireshark/wireshark-3.1.0.ebuild @@ -7,7 +7,7 @@ inherit fcaps flag-o-matic multilib python-any-r1 qmake-utils user xdg-utils cma DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="https://www.wireshark.org/" -SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz" +SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/net-analyzer/wireshark/wireshark-3.1.1.ebuild b/net-analyzer/wireshark/wireshark-3.1.1.ebuild index 4d9324a7a9b..b6283caf033 100644 --- a/net-analyzer/wireshark/wireshark-3.1.1.ebuild +++ b/net-analyzer/wireshark/wireshark-3.1.1.ebuild @@ -7,7 +7,7 @@ inherit fcaps flag-o-matic multilib python-any-r1 qmake-utils user xdg-utils cma DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="https://www.wireshark.org/" -SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz" +SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}"