summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-04-23 16:35:08 +0000
committerJeroen Roovers <jer@gentoo.org>2013-04-23 16:35:08 +0000
commit6335b5324fd7ca4d7722842cf0eb2213880e1dbd (patch)
treee8c4c60d73948e3f75fbce9de9cdfde5befa17ec /net-analyzer
parentVersion bump. Should work with subversion-1.7 and php-5.4 (diff)
downloadgentoo-2-6335b5324fd7ca4d7722842cf0eb2213880e1dbd.tar.gz
gentoo-2-6335b5324fd7ca4d7722842cf0eb2213880e1dbd.tar.bz2
gentoo-2-6335b5324fd7ca4d7722842cf0eb2213880e1dbd.zip
Add sys-libs/libcap dependency for USE=filecaps by René 'Necoro' Neumann (bug #466792).
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/ChangeLog8
-rw-r--r--net-analyzer/wireshark/wireshark-1.6.14-r1.ebuild3
-rw-r--r--net-analyzer/wireshark/wireshark-1.6.14.ebuild3
-rw-r--r--net-analyzer/wireshark/wireshark-1.8.6-r1.ebuild3
-rw-r--r--net-analyzer/wireshark/wireshark-1.8.6.ebuild3
-rw-r--r--net-analyzer/wireshark/wireshark-1.9.2.ebuild3
6 files changed, 17 insertions, 6 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog
index 42dc230adb59..87cadedac1ab 100644
--- a/net-analyzer/wireshark/ChangeLog
+++ b/net-analyzer/wireshark/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/wireshark
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.470 2013/04/03 19:04:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.471 2013/04/23 16:35:08 jer Exp $
+
+ 23 Apr 2013; Jeroen Roovers <jer@gentoo.org> wireshark-1.6.14.ebuild,
+ wireshark-1.6.14-r1.ebuild, wireshark-1.8.6.ebuild,
+ wireshark-1.8.6-r1.ebuild, wireshark-1.9.2.ebuild:
+ Add sys-libs/libcap dependency for USE=filecaps by René 'Necoro' Neumann
+ (bug #466792).
03 Apr 2013; Jeroen Roovers <jer@gentoo.org> -wireshark-1.9.1.ebuild,
metadata.xml, wireshark-1.9.2.ebuild:
diff --git a/net-analyzer/wireshark/wireshark-1.6.14-r1.ebuild b/net-analyzer/wireshark/wireshark-1.6.14-r1.ebuild
index ee943d57e8b2..9454f9f193d3 100644
--- a/net-analyzer/wireshark/wireshark-1.6.14-r1.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.6.14-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.14-r1.ebuild,v 1.2 2013/04/02 21:04:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.14-r1.ebuild,v 1.3 2013/04/23 16:35:08 jer Exp $
EAPI=5
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
@@ -22,6 +22,7 @@ RDEPEND="
>=dev-libs/glib-2.14:2
adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) )
crypt? ( dev-libs/libgcrypt )
+ filecaps? ( sys-libs/libcap )
geoip? ( dev-libs/geoip )
gtk? (
>=x11-libs/gtk+-2.4.0:2
diff --git a/net-analyzer/wireshark/wireshark-1.6.14.ebuild b/net-analyzer/wireshark/wireshark-1.6.14.ebuild
index 8ab34a2c17d3..995522f6a142 100644
--- a/net-analyzer/wireshark/wireshark-1.6.14.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.6.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.14.ebuild,v 1.10 2013/04/02 21:04:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.14.ebuild,v 1.11 2013/04/23 16:35:08 jer Exp $
EAPI=5
PYTHON_DEPEND="python? 2"
@@ -22,6 +22,7 @@ RDEPEND="
>=dev-libs/glib-2.14:2
adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) )
crypt? ( dev-libs/libgcrypt )
+ filecaps? ( sys-libs/libcap )
geoip? ( dev-libs/geoip )
gtk? (
>=x11-libs/gtk+-2.4.0:2
diff --git a/net-analyzer/wireshark/wireshark-1.8.6-r1.ebuild b/net-analyzer/wireshark/wireshark-1.8.6-r1.ebuild
index 9f02f7498974..8abd9a41f113 100644
--- a/net-analyzer/wireshark/wireshark-1.8.6-r1.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.8.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.6-r1.ebuild,v 1.2 2013/04/02 21:04:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.6-r1.ebuild,v 1.3 2013/04/23 16:35:08 jer Exp $
EAPI=5
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
@@ -22,6 +22,7 @@ RDEPEND="
>=dev-libs/glib-2.14:2
adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) )
crypt? ( dev-libs/libgcrypt )
+ filecaps? ( sys-libs/libcap )
geoip? ( dev-libs/geoip )
gtk? (
>=x11-libs/gtk+-2.4.0:2
diff --git a/net-analyzer/wireshark/wireshark-1.8.6.ebuild b/net-analyzer/wireshark/wireshark-1.8.6.ebuild
index 82b245bfede2..42b181578d47 100644
--- a/net-analyzer/wireshark/wireshark-1.8.6.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.8.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.6.ebuild,v 1.10 2013/04/02 21:04:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.6.ebuild,v 1.11 2013/04/23 16:35:08 jer Exp $
EAPI=5
PYTHON_DEPEND="python? 2"
@@ -22,6 +22,7 @@ RDEPEND="
>=dev-libs/glib-2.14:2
adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) )
crypt? ( dev-libs/libgcrypt )
+ filecaps? ( sys-libs/libcap )
geoip? ( dev-libs/geoip )
gtk? (
>=x11-libs/gtk+-2.4.0:2
diff --git a/net-analyzer/wireshark/wireshark-1.9.2.ebuild b/net-analyzer/wireshark/wireshark-1.9.2.ebuild
index da8aa65deca0..6a7bed0611de 100644
--- a/net-analyzer/wireshark/wireshark-1.9.2.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.2.ebuild,v 1.3 2013/04/03 19:04:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.2.ebuild,v 1.4 2013/04/23 16:35:08 jer Exp $
EAPI=5
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
@@ -23,6 +23,7 @@ RDEPEND="
netlink? ( dev-libs/libnl )
adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) )
crypt? ( dev-libs/libgcrypt )
+ filecaps? ( sys-libs/libcap )
geoip? ( dev-libs/geoip )
gtk? (
>=x11-libs/gtk+-2.4.0:2