[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.12.1.ebuild wireshark-99999999.ebuild wireshark-1.12.1-r1.ebuild wireshark-1.99.0-r1.ebuild

2014-11-11 Thread Jeroen Roovers (jer)
jer 14/11/11 10:21:06

  Modified: ChangeLog wireshark-1.12.1.ebuild
wireshark-.ebuild
wireshark-1.12.1-r1.ebuild
wireshark-1.99.0-r1.ebuild
  Log:
  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.666net-analyzer/wireshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.665&r2=1.666

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.665
retrieving revision 1.666
diff -u -r1.665 -r1.666
--- ChangeLog   6 Nov 2014 21:43:21 -   1.665
+++ ChangeLog   11 Nov 2014 10:21:06 -  1.666
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.665 
2014/11/06 21:43:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.666 
2014/11/11 10:21:06 jer Exp $
+
+  11 Nov 2014; Jeroen Roovers  wireshark-1.12.1.ebuild,
+  wireshark-1.12.1-r1.ebuild, wireshark-1.99.0-r1.ebuild,
+  wireshark-.ebuild:
+  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
 
 *wireshark-1.12.1-r1 (06 Nov 2014)
 



1.14 net-analyzer/wireshark/wireshark-1.12.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?r1=1.13&r2=1.14

Index: wireshark-1.12.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wireshark-1.12.1.ebuild 2 Nov 2014 12:09:02 -   1.13
+++ wireshark-1.12.1.ebuild 11 Nov 2014 10:21:06 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.13 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.14 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps qt4-r2 user
@@ -43,7 +43,7 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
smi? ( net-libs/libsmi )



1.3  net-analyzer/wireshark/wireshark-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?r1=1.2&r2=1.3

Index: wireshark-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wireshark-.ebuild   2 Nov 2014 12:09:02 -   1.2
+++ wireshark-.ebuild   11 Nov 2014 10:21:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.2 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.3 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps git-r3 multilib qt4-r2 user
@@ -44,12 +44,12 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
qt5? (
dev-qt/qtcore:5
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5[accessibility]
dev-qt/qtprintsupp

[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.12.1.ebuild wireshark-99999999.ebuild wireshark-1.12.1-r1.ebuild wireshark-1.99.0-r1.ebuild

2014-11-11 Thread Jeroen Roovers (jer)
jer 14/11/11 10:21:06

  Modified: ChangeLog wireshark-1.12.1.ebuild
wireshark-.ebuild
wireshark-1.12.1-r1.ebuild
wireshark-1.99.0-r1.ebuild
  Log:
  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.666net-analyzer/wireshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.665&r2=1.666

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.665
retrieving revision 1.666
diff -u -r1.665 -r1.666
--- ChangeLog   6 Nov 2014 21:43:21 -   1.665
+++ ChangeLog   11 Nov 2014 10:21:06 -  1.666
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.665 
2014/11/06 21:43:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.666 
2014/11/11 10:21:06 jer Exp $
+
+  11 Nov 2014; Jeroen Roovers  wireshark-1.12.1.ebuild,
+  wireshark-1.12.1-r1.ebuild, wireshark-1.99.0-r1.ebuild,
+  wireshark-.ebuild:
+  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
 
 *wireshark-1.12.1-r1 (06 Nov 2014)
 



1.14 net-analyzer/wireshark/wireshark-1.12.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?r1=1.13&r2=1.14

Index: wireshark-1.12.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wireshark-1.12.1.ebuild 2 Nov 2014 12:09:02 -   1.13
+++ wireshark-1.12.1.ebuild 11 Nov 2014 10:21:06 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.13 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.14 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps qt4-r2 user
@@ -43,7 +43,7 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
smi? ( net-libs/libsmi )



1.3  net-analyzer/wireshark/wireshark-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?r1=1.2&r2=1.3

Index: wireshark-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wireshark-.ebuild   2 Nov 2014 12:09:02 -   1.2
+++ wireshark-.ebuild   11 Nov 2014 10:21:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.2 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.3 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps git-r3 multilib qt4-r2 user
@@ -44,12 +44,12 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
qt5? (
dev-qt/qtcore:5
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5[accessibility]
dev-qt/qtprintsupp

[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.12.1.ebuild wireshark-99999999.ebuild wireshark-1.12.1-r1.ebuild wireshark-1.99.0-r1.ebuild

2014-11-11 Thread Jeroen Roovers (jer)
jer 14/11/11 10:21:06

  Modified: ChangeLog wireshark-1.12.1.ebuild
wireshark-.ebuild
wireshark-1.12.1-r1.ebuild
wireshark-1.99.0-r1.ebuild
  Log:
  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.666net-analyzer/wireshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.665&r2=1.666

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.665
retrieving revision 1.666
diff -u -r1.665 -r1.666
--- ChangeLog   6 Nov 2014 21:43:21 -   1.665
+++ ChangeLog   11 Nov 2014 10:21:06 -  1.666
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.665 
2014/11/06 21:43:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.666 
2014/11/11 10:21:06 jer Exp $
+
+  11 Nov 2014; Jeroen Roovers  wireshark-1.12.1.ebuild,
+  wireshark-1.12.1-r1.ebuild, wireshark-1.99.0-r1.ebuild,
+  wireshark-.ebuild:
+  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
 
 *wireshark-1.12.1-r1 (06 Nov 2014)
 



1.14 net-analyzer/wireshark/wireshark-1.12.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?r1=1.13&r2=1.14

Index: wireshark-1.12.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wireshark-1.12.1.ebuild 2 Nov 2014 12:09:02 -   1.13
+++ wireshark-1.12.1.ebuild 11 Nov 2014 10:21:06 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.13 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.14 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps qt4-r2 user
@@ -43,7 +43,7 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
smi? ( net-libs/libsmi )



1.3  net-analyzer/wireshark/wireshark-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?r1=1.2&r2=1.3

Index: wireshark-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wireshark-.ebuild   2 Nov 2014 12:09:02 -   1.2
+++ wireshark-.ebuild   11 Nov 2014 10:21:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.2 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.3 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps git-r3 multilib qt4-r2 user
@@ -44,12 +44,12 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
qt5? (
dev-qt/qtcore:5
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5[accessibility]
dev-qt/qtprintsupp

[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.12.1.ebuild wireshark-99999999.ebuild wireshark-1.12.1-r1.ebuild wireshark-1.99.0-r1.ebuild

2014-11-11 Thread Jeroen Roovers (jer)
jer 14/11/11 10:21:06

  Modified: ChangeLog wireshark-1.12.1.ebuild
wireshark-.ebuild
wireshark-1.12.1-r1.ebuild
wireshark-1.99.0-r1.ebuild
  Log:
  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.666net-analyzer/wireshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.665&r2=1.666

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.665
retrieving revision 1.666
diff -u -r1.665 -r1.666
--- ChangeLog   6 Nov 2014 21:43:21 -   1.665
+++ ChangeLog   11 Nov 2014 10:21:06 -  1.666
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.665 
2014/11/06 21:43:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.666 
2014/11/11 10:21:06 jer Exp $
+
+  11 Nov 2014; Jeroen Roovers  wireshark-1.12.1.ebuild,
+  wireshark-1.12.1-r1.ebuild, wireshark-1.99.0-r1.ebuild,
+  wireshark-.ebuild:
+  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
 
 *wireshark-1.12.1-r1 (06 Nov 2014)
 



1.14 net-analyzer/wireshark/wireshark-1.12.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?r1=1.13&r2=1.14

Index: wireshark-1.12.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wireshark-1.12.1.ebuild 2 Nov 2014 12:09:02 -   1.13
+++ wireshark-1.12.1.ebuild 11 Nov 2014 10:21:06 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.13 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.14 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps qt4-r2 user
@@ -43,7 +43,7 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
smi? ( net-libs/libsmi )



1.3  net-analyzer/wireshark/wireshark-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?r1=1.2&r2=1.3

Index: wireshark-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wireshark-.ebuild   2 Nov 2014 12:09:02 -   1.2
+++ wireshark-.ebuild   11 Nov 2014 10:21:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.2 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.3 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps git-r3 multilib qt4-r2 user
@@ -44,12 +44,12 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
qt5? (
dev-qt/qtcore:5
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5[accessibility]
dev-qt/qtprintsupp

[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.12.1.ebuild wireshark-99999999.ebuild wireshark-1.12.1-r1.ebuild wireshark-1.99.0-r1.ebuild

2014-11-11 Thread Jeroen Roovers (jer)
jer 14/11/11 10:21:06

  Modified: ChangeLog wireshark-1.12.1.ebuild
wireshark-.ebuild
wireshark-1.12.1-r1.ebuild
wireshark-1.99.0-r1.ebuild
  Log:
  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.666net-analyzer/wireshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.665&r2=1.666

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.665
retrieving revision 1.666
diff -u -r1.665 -r1.666
--- ChangeLog   6 Nov 2014 21:43:21 -   1.665
+++ ChangeLog   11 Nov 2014 10:21:06 -  1.666
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.665 
2014/11/06 21:43:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.666 
2014/11/11 10:21:06 jer Exp $
+
+  11 Nov 2014; Jeroen Roovers  wireshark-1.12.1.ebuild,
+  wireshark-1.12.1-r1.ebuild, wireshark-1.99.0-r1.ebuild,
+  wireshark-.ebuild:
+  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
 
 *wireshark-1.12.1-r1 (06 Nov 2014)
 



1.14 net-analyzer/wireshark/wireshark-1.12.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?r1=1.13&r2=1.14

Index: wireshark-1.12.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wireshark-1.12.1.ebuild 2 Nov 2014 12:09:02 -   1.13
+++ wireshark-1.12.1.ebuild 11 Nov 2014 10:21:06 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.13 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.14 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps qt4-r2 user
@@ -43,7 +43,7 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
smi? ( net-libs/libsmi )



1.3  net-analyzer/wireshark/wireshark-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?r1=1.2&r2=1.3

Index: wireshark-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wireshark-.ebuild   2 Nov 2014 12:09:02 -   1.2
+++ wireshark-.ebuild   11 Nov 2014 10:21:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.2 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.3 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps git-r3 multilib qt4-r2 user
@@ -44,12 +44,12 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
qt5? (
dev-qt/qtcore:5
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5[accessibility]
dev-qt/qtprintsupp

[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.12.1.ebuild wireshark-99999999.ebuild wireshark-1.12.1-r1.ebuild wireshark-1.99.0-r1.ebuild

2014-11-11 Thread Jeroen Roovers (jer)
jer 14/11/11 10:21:06

  Modified: ChangeLog wireshark-1.12.1.ebuild
wireshark-.ebuild
wireshark-1.12.1-r1.ebuild
wireshark-1.99.0-r1.ebuild
  Log:
  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.666net-analyzer/wireshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.666&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.665&r2=1.666

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.665
retrieving revision 1.666
diff -u -r1.665 -r1.666
--- ChangeLog   6 Nov 2014 21:43:21 -   1.665
+++ ChangeLog   11 Nov 2014 10:21:06 -  1.666
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.665 
2014/11/06 21:43:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.666 
2014/11/11 10:21:06 jer Exp $
+
+  11 Nov 2014; Jeroen Roovers  wireshark-1.12.1.ebuild,
+  wireshark-1.12.1-r1.ebuild, wireshark-1.99.0-r1.ebuild,
+  wireshark-.ebuild:
+  Depend on dev-qt/qtgui[accessibility] (bug #528806 by tux_mind).
 
 *wireshark-1.12.1-r1 (06 Nov 2014)
 



1.14 net-analyzer/wireshark/wireshark-1.12.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?r1=1.13&r2=1.14

Index: wireshark-1.12.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wireshark-1.12.1.ebuild 2 Nov 2014 12:09:02 -   1.13
+++ wireshark-1.12.1.ebuild 11 Nov 2014 10:21:06 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.13 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.14 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps qt4-r2 user
@@ -43,7 +43,7 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
smi? ( net-libs/libsmi )



1.3  net-analyzer/wireshark/wireshark-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild?r1=1.2&r2=1.3

Index: wireshark-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wireshark-.ebuild   2 Nov 2014 12:09:02 -   1.2
+++ wireshark-.ebuild   11 Nov 2014 10:21:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.2 
2014/11/02 12:09:02 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-.ebuild,v 1.3 
2014/11/11 10:21:06 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps git-r3 multilib qt4-r2 user
@@ -44,12 +44,12 @@
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
qt5? (
dev-qt/qtcore:5
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5[accessibility]
dev-qt/qtprintsupp