swift 14/11/02 12:09:02
Modified: wireshark-1.99.0-r1.ebuild wireshark-1.12.1.ebuild
wireshark-99999999.ebuild ChangeLog
Log:
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
#527698)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key
0x2EDD52403B68AF47)
Revision Changes Path
1.3 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.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild?r1=1.2&r2=1.3
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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wireshark-1.99.0-r1.ebuild 27 Oct 2014 22:34:58 -0000 1.2
+++ wireshark-1.99.0-r1.ebuild 2 Nov 2014 12:09:02 -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-1.99.0-r1.ebuild,v 1.2
2014/10/27 22:34:58 vapier Exp $
+# $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 $
EAPI=5
inherit autotools eutils fcaps multilib qt4-r2 user
@@ -27,7 +27,7 @@
x11-misc/xdg-utils
virtual/freedesktop-icon-theme
"
-RDEPEND="
+CDEPEND="
>=dev-libs/glib-2.14:2
netlink? ( dev-libs/libnl:3 )
adns? ( >=net-dns/c-ares-1.5 )
@@ -54,7 +54,6 @@
dev-qt/qtwidgets:5
x11-misc/xdg-utils
)
- selinux? ( sec-policy/selinux-wireshark )
smi? ( net-libs/libsmi )
ssl? ( net-libs/gnutls )
zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 )
@@ -62,7 +61,7 @@
# We need perl for `pod2html`. The rest of the perl stuff is to block older
# and broken installs. #455122
DEPEND="
- ${RDEPEND}
+ ${CDEPEND}
dev-lang/perl
!<virtual/perl-Pod-Simple-3.170
!<perl-core/Pod-Simple-3.170
@@ -78,6 +77,10 @@
sys-devel/flex
virtual/pkgconfig
"
+RDEPEND="
+ ${CDEPEND}
+ selinux? ( sec-policy/selinux-wireshark )
+"
pkg_setup() {
enewgroup wireshark
1.13 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.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?r1=1.12&r2=1.13
Index: wireshark-1.12.1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wireshark-1.12.1.ebuild 27 Oct 2014 22:34:58 -0000 1.12
+++ wireshark-1.12.1.ebuild 2 Nov 2014 12:09:02 -0000 1.13
@@ -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.12
2014/10/27 22:34:58 vapier Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.13
2014/11/02 12:09:02 swift Exp $
EAPI=5
inherit autotools eutils fcaps qt4-r2 user
@@ -26,7 +26,7 @@
x11-misc/xdg-utils
virtual/freedesktop-icon-theme
"
-RDEPEND="
+CDEPEND="
>=dev-libs/glib-2.14:2
netlink? ( dev-libs/libnl:3 )
adns? ( >=net-dns/c-ares-1.5 )
@@ -46,7 +46,6 @@
dev-qt/qtgui:4
x11-misc/xdg-utils
)
- selinux? ( sec-policy/selinux-wireshark )
smi? ( net-libs/libsmi )
ssl? ( net-libs/gnutls )
zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 )
@@ -55,7 +54,7 @@
# We need perl for `pod2html`. The rest of the perl stuff is to block older
# and broken installs. #455122
DEPEND="
- ${RDEPEND}
+ ${CDEPEND}
dev-lang/perl
!<virtual/perl-Pod-Simple-3.170
!<perl-core/Pod-Simple-3.170
@@ -71,6 +70,10 @@
sys-devel/flex
virtual/pkgconfig
"
+RDEPEND="
+ ${CDEPEND}
+ selinux? ( sec-policy/selinux-wireshark )
+"
pkg_setup() {
enewgroup wireshark
1.2 net-analyzer/wireshark/wireshark-99999999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?r1=1.1&r2=1.2
Index: wireshark-99999999.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wireshark-99999999.ebuild 30 Oct 2014 23:53:12 -0000 1.1
+++ wireshark-99999999.ebuild 2 Nov 2014 12:09:02 -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-99999999.ebuild,v 1.1
2014/10/30 23:53:12 jer Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild,v 1.2
2014/11/02 12:09:02 swift Exp $
EAPI=5
inherit autotools eutils fcaps git-r3 multilib qt4-r2 user
@@ -27,7 +27,7 @@
x11-misc/xdg-utils
virtual/freedesktop-icon-theme
"
-RDEPEND="
+CDEPEND="
>=dev-libs/glib-2.14:2
netlink? ( dev-libs/libnl:3 )
adns? ( >=net-dns/c-ares-1.5 )
@@ -54,7 +54,6 @@
dev-qt/qtwidgets:5
x11-misc/xdg-utils
)
- selinux? ( sec-policy/selinux-wireshark )
smi? ( net-libs/libsmi )
ssl? ( net-libs/gnutls )
zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 )
@@ -62,7 +61,7 @@
# We need perl for `pod2html`. The rest of the perl stuff is to block older
# and broken installs. #455122
DEPEND="
- ${RDEPEND}
+ ${CDEPEND}
dev-lang/perl
!<virtual/perl-Pod-Simple-3.170
!<perl-core/Pod-Simple-3.170
@@ -78,6 +77,10 @@
sys-devel/flex
virtual/pkgconfig
"
+RDEPEND="
+ ${CDEPEND}
+ selinux? ( sec-policy/selinux-wireshark )
+"
pkg_setup() {
enewgroup wireshark
1.664 net-analyzer/wireshark/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.664&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.664&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.663&r2=1.664
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.663
retrieving revision 1.664
diff -u -r1.663 -r1.664
--- ChangeLog 30 Oct 2014 23:53:12 -0000 1.663
+++ ChangeLog 2 Nov 2014 12:09:02 -0000 1.664
@@ -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.663
2014/10/30 23:53:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.664
2014/11/02 12:09:02 swift Exp $
+
+ 02 Nov 2014; Sven Vermeulen <[email protected]> wireshark-1.12.1.ebuild,
+ wireshark-1.99.0-r1.ebuild, wireshark-99999999.ebuild:
+ Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+ #527698)
*wireshark-99999999 (30 Oct 2014)