jer 14/11/11 10:21:06
Modified: ChangeLog wireshark-1.12.1.ebuild
wireshark-99999999.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 Changes Path
1.666 net-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 -0000 1.665
+++ ChangeLog 11 Nov 2014 10:21:06 -0000 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 <[email protected]> wireshark-1.12.1.ebuild,
+ wireshark-1.12.1-r1.ebuild, wireshark-1.99.0-r1.ebuild,
+ wireshark-99999999.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 -0000 1.13
+++ wireshark-1.12.1.ebuild 11 Nov 2014 10:21:06 -0000 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-99999999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?r1=1.2&r2=1.3
Index: wireshark-99999999.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wireshark-99999999.ebuild 2 Nov 2014 12:09:02 -0000 1.2
+++ wireshark-99999999.ebuild 11 Nov 2014 10:21:06 -0000 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-99999999.ebuild,v 1.2
2014/11/02 12:09:02 swift Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.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/qtprintsupport:5
dev-qt/qtwidgets:5
x11-misc/xdg-utils
1.2 net-analyzer/wireshark/wireshark-1.12.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1-r1.ebuild?r1=1.1&r2=1.2
Index: wireshark-1.12.1-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wireshark-1.12.1-r1.ebuild 6 Nov 2014 21:43:21 -0000 1.1
+++ wireshark-1.12.1-r1.ebuild 11 Nov 2014 10:21:06 -0000 1.2
@@ -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-r1.ebuild,v 1.1
2014/11/06 21:43:21 jer Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1-r1.ebuild,v 1.2
2014/11/11 10:21:06 jer Exp $
EAPI=5
inherit autotools eutils fcaps 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/qtprintsupport:5
dev-qt/qtwidgets:5
x11-misc/xdg-utils
1.4 net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild?r1=1.3&r2=1.4
Index: wireshark-1.99.0-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wireshark-1.99.0-r1.ebuild 2 Nov 2014 12:09:02 -0000 1.3
+++ wireshark-1.99.0-r1.ebuild 11 Nov 2014 10:21:06 -0000 1.4
@@ -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.99.0-r1.ebuild,v 1.3
2014/11/02 12:09:02 swift Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild,v 1.4
2014/11/11 10:21:06 jer Exp $
EAPI=5
inherit autotools eutils fcaps 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/qtprintsupport:5
dev-qt/qtwidgets:5
x11-misc/xdg-utils