Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Wed, 30 Aug 2017 12:50:40
Message-Id: 1504097435.ea0fb2a713aa491ada019954974b024ec02f4fb5.jer@gentoo
1 commit: ea0fb2a713aa491ada019954974b024ec02f4fb5
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 12:49:26 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 12:50:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0fb2a7
7
8 net-analyzer/wireshark: Update GNOME icon cache (bug #629346).
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 .../{wireshark-2.4.1-r1.ebuild => wireshark-2.4.1-r2.ebuild} | 4 +++-
13 net-analyzer/wireshark/wireshark-99999999.ebuild | 4 +++-
14 2 files changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/wireshark/wireshark-2.4.1-r1.ebuild b/net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild
17 similarity index 98%
18 rename from net-analyzer/wireshark/wireshark-2.4.1-r1.ebuild
19 rename to net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild
20 index d5f333a962b..a2ea74d96ce 100644
21 --- a/net-analyzer/wireshark/wireshark-2.4.1-r1.ebuild
22 +++ b/net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -inherit autotools eutils fcaps flag-o-matic multilib qmake-utils user xdg-utils
28 +inherit autotools eutils fcaps flag-o-matic gnome2-utils multilib qmake-utils user xdg-utils
29
30 DESCRIPTION="A network protocol analyzer formerly known as ethereal"
31 HOMEPAGE="https://www.wireshark.org/"
32 @@ -264,6 +264,7 @@ src_install() {
33 }
34
35 pkg_postinst() {
36 + gnome2_icon_cache_update
37 xdg_mimeinfo_database_update
38
39 # Add group for users allowed to sniff.
40 @@ -281,5 +282,6 @@ pkg_postinst() {
41 }
42
43 pkg_postrm() {
44 + gnome2_icon_cache_update
45 xdg_mimeinfo_database_update
46 }
47
48 diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
49 index 0cc1e226403..a4d2b1e4617 100644
50 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild
51 +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
52 @@ -2,7 +2,7 @@
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=6
56 -inherit autotools eutils fcaps flag-o-matic git-r3 multilib qmake-utils user xdg-utils
57 +inherit autotools eutils fcaps flag-o-matic git-r3 gnome2-utils multilib qmake-utils user xdg-utils
58
59 DESCRIPTION="A network protocol analyzer formerly known as ethereal"
60 HOMEPAGE="https://www.wireshark.org/"
61 @@ -268,6 +268,7 @@ src_install() {
62 }
63
64 pkg_postinst() {
65 + gnome2_icon_cache_update
66 xdg_mimeinfo_database_update
67
68 # Add group for users allowed to sniff.
69 @@ -285,5 +286,6 @@ pkg_postinst() {
70 }
71
72 pkg_postrm() {
73 + gnome2_icon_cache_update
74 xdg_mimeinfo_database_update
75 }