public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.8.2-r1.ebuild wireshark-1.6.10-r1.ebuild
@ 2012-08-31 16:26 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2012-08-31 16:26 UTC (permalink / raw
  To: gentoo-commits

jer         12/08/31 16:26:54

  Modified:             ChangeLog wireshark-1.8.2-r1.ebuild
                        wireshark-1.6.10-r1.ebuild
  Log:
  Add spaces before configure switches.
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

Revision  Changes    Path
1.385                net-analyzer/wireshark/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -r1.384 -r1.385
--- ChangeLog	31 Aug 2012 15:55:55 -0000	1.384
+++ ChangeLog	31 Aug 2012 16:26:54 -0000	1.385
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.384 2012/08/31 15:55:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.385 2012/08/31 16:26:54 jer Exp $
+
+  31 Aug 2012; Jeroen Roovers <jer@gentoo.org> wireshark-1.6.10-r1.ebuild,
+  wireshark-1.8.2-r1.ebuild:
+  Add spaces before configure switches.
 
   31 Aug 2012; Jeroen Roovers <jer@gentoo.org> wireshark-1.6.10-r1.ebuild,
   wireshark-1.8.2-r1.ebuild, metadata.xml:



1.3                  net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild

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

Index: wireshark-1.8.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wireshark-1.8.2-r1.ebuild	31 Aug 2012 15:55:55 -0000	1.2
+++ wireshark-1.8.2-r1.ebuild	31 Aug 2012 16:26:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild,v 1.2 2012/08/31 15:55:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild,v 1.3 2012/08/31 16:26:54 jer Exp $
 
 EAPI="4"
 PYTHON_DEPEND="python? 2"
@@ -130,9 +130,9 @@
 
 	if use adns; then
 		if use libadns; then
-			myconf+="--with-adns --without-c-ares"
+			myconf+=" --with-adns --without-c-ares"
 		else
-			myconf+="--without-adns --with-c-ares"
+			myconf+=" --without-adns --with-c-ares"
 		fi
 	fi
 	# Workaround bug #213705. If krb5-config --libs has -lcrypto then pass



1.4                  net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild

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

Index: wireshark-1.6.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wireshark-1.6.10-r1.ebuild	31 Aug 2012 15:55:55 -0000	1.3
+++ wireshark-1.6.10-r1.ebuild	31 Aug 2012 16:26:54 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild,v 1.3 2012/08/31 15:55:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild,v 1.4 2012/08/31 16:26:54 jer Exp $
 
 EAPI=4
 PYTHON_DEPEND="python? 2"
@@ -132,9 +132,9 @@
 
 	if use adns; then
 		if use libadns; then
-			myconf+="--with-adns --without-c-ares"
+			myconf+=" --with-adns --without-c-ares"
 		else
-			myconf+="--without-adns --with-c-ares"
+			myconf+=" --without-adns --with-c-ares"
 		fi
 	fi
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.8.2-r1.ebuild wireshark-1.6.10-r1.ebuild
@ 2012-08-31 16:34 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2012-08-31 16:34 UTC (permalink / raw
  To: gentoo-commits

jer         12/08/31 16:34:43

  Modified:             ChangeLog wireshark-1.8.2-r1.ebuild
                        wireshark-1.6.10-r1.ebuild
  Log:
  Set REQUIRED_USE for USE=libadns to require USE=adns.
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

Revision  Changes    Path
1.387                net-analyzer/wireshark/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.386
retrieving revision 1.387
diff -u -r1.386 -r1.387
--- ChangeLog	31 Aug 2012 16:29:11 -0000	1.386
+++ ChangeLog	31 Aug 2012 16:34:43 -0000	1.387
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.386 2012/08/31 16:29:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.387 2012/08/31 16:34:43 jer Exp $
+
+  31 Aug 2012; Jeroen Roovers <jer@gentoo.org> wireshark-1.6.10-r1.ebuild,
+  wireshark-1.8.2-r1.ebuild:
+  Set REQUIRED_USE for USE=libadns to require USE=adns.
 
   31 Aug 2012; Jeroen Roovers <jer@gentoo.org> metadata.xml:
   Add deprecation notice for USE=libadns.



1.4                  net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild

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

Index: wireshark-1.8.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wireshark-1.8.2-r1.ebuild	31 Aug 2012 16:26:54 -0000	1.3
+++ wireshark-1.8.2-r1.ebuild	31 Aug 2012 16:34:43 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild,v 1.3 2012/08/31 16:26:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild,v 1.4 2012/08/31 16:34:43 jer Exp $
 
 EAPI="4"
 PYTHON_DEPEND="python? 2"
@@ -18,6 +18,7 @@
 	adns doc doc-pdf gtk ipv6 libadns lua gcrypt geoip kerberos profile
 	+pcap portaudio python +caps selinux smi ssl zlib
 "
+REQUIRED_USE="libadns? ( adns )"
 
 RDEPEND=">=dev-libs/glib-2.14:2
 	zlib? ( sys-libs/zlib



1.5                  net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild

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

Index: wireshark-1.6.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wireshark-1.6.10-r1.ebuild	31 Aug 2012 16:26:54 -0000	1.4
+++ wireshark-1.6.10-r1.ebuild	31 Aug 2012 16:34:43 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild,v 1.4 2012/08/31 16:26:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild,v 1.5 2012/08/31 16:34:43 jer Exp $
 
 EAPI=4
 PYTHON_DEPEND="python? 2"
@@ -18,6 +18,7 @@
 	adns doc doc-pdf gtk ipv6 libadns lua gcrypt geoip kerberos profile
 	+pcap portaudio python +caps selinux smi ssl threads zlib
 "
+REQUIRED_USE="libadns? ( adns )"
 
 RDEPEND=">=dev-libs/glib-2.14:2
 	zlib? ( sys-libs/zlib





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-31 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-31 16:34 [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.8.2-r1.ebuild wireshark-1.6.10-r1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-31 16:26 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox