Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cloudshark/
Date: Thu, 30 Jan 2020 06:33:40
Message-Id: 1580365986.6ba547edcb4c671557c3fd9c36bf9049fae58904.juippis@gentoo
1 commit: 6ba547edcb4c671557c3fd9c36bf9049fae58904
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 18 18:10:41 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 06:33:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba547ed
7
8 net-analyzer/cloudshark: update HOMEPAGE
9
10 Closes: https://bugs.gentoo.org/683680
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/11730
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild | 4 ++--
16 net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild | 4 ++--
17 net-analyzer/cloudshark/cloudshark-1.0.4.ebuild | 4 ++--
18 3 files changed, 6 insertions(+), 6 deletions(-)
19
20 diff --git a/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild b/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild
21 index 81f442abebf..14e9a59b9b8 100644
22 --- a/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild
23 +++ b/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -8,7 +8,7 @@ inherit eutils multilib
31 SV="1.0.2-174"
32
33 DESCRIPTION="Easily upload your wireshark captures to CloudShark"
34 -HOMEPAGE="http://appliance.cloudshark.org/plug-ins-wireshark.html"
35 +HOMEPAGE="https://cloudshark.io/articles/wireshark-plugin/ https://github.com/cloudshark/wireshark-plugin"
36 SRC_URI="http://appliance.cloudshark.org/downloads/${PN}-plugin-${SV}.tgz"
37
38 LICENSE="GPL-2"
39
40 diff --git a/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild b/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild
41 index 5ca1303bbd5..2925d93b8e5 100644
42 --- a/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild
43 +++ b/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2014 Gentoo Foundation
46 +# Copyright 1999-2020 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=5
50 @@ -8,7 +8,7 @@ inherit eutils multilib
51 SV="1.0.3-180"
52
53 DESCRIPTION="Easily upload your wireshark captures to CloudShark"
54 -HOMEPAGE="http://appliance.cloudshark.org/plug-ins-wireshark.html"
55 +HOMEPAGE="https://cloudshark.io/articles/wireshark-plugin/ https://github.com/cloudshark/wireshark-plugin"
56 SRC_URI="http://appliance.cloudshark.org/plugin/${PN}-plugin-${SV}.tgz"
57
58 LICENSE="GPL-2"
59
60 diff --git a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
61 index 191d0601fc8..c25a86e3f19 100644
62 --- a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
63 +++ b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2016 Gentoo Foundation
66 +# Copyright 1999-2020 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=5
70 @@ -6,7 +6,7 @@ EAPI=5
71 inherit eutils multilib
72
73 DESCRIPTION="Easily upload your wireshark captures to CloudShark"
74 -HOMEPAGE="http://appliance.cloudshark.org/plug-ins-wireshark.html"
75 +HOMEPAGE="https://cloudshark.io/articles/wireshark-plugin/ https://github.com/cloudshark/wireshark-plugin"
76 SRC_URI="https://github.com/${PN}/wireshark-plugin/archive/${PV}.tar.gz -> ${P}.tar.gz"
77
78 LICENSE="GPL-2"