public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/ostinato: ChangeLog ostinato-0.3.ebuild ostinato-0.2.ebuild
@ 2011-04-18 14:34 Dane Smith (c1pher)
  0 siblings, 0 replies; 3+ messages in thread
From: Dane Smith (c1pher) @ 2011-04-18 14:34 UTC (permalink / raw
  To: gentoo-commits

c1pher      11/04/18 14:34:55

  Modified:             ChangeLog ostinato-0.3.ebuild ostinato-0.2.ebuild
  Log:
  net-analyzer/ostinato: Restrict dependency on protobuf to be <2.4.0 wrt bug 363911.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-analyzer/ostinato/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	18 Dec 2010 12:09:20 -0000	1.4
+++ ChangeLog	18 Apr 2011 14:34:55 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/ostinato
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.4 2010/12/18 12:09:20 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.5 2011/04/18 14:34:55 c1pher Exp $
+
+  18 Apr 2011; Dane Smith <c1pher@gentoo.org> ostinato-0.2.ebuild,
+  ostinato-0.3.ebuild:
+  Change protobuf dep to depend on <2.4.0 in both 0.2 and 0.3 wrt bug
+  363911.
 
   18 Dec 2010; Markos Chandras <hwoarang@gentoo.org> ostinato-0.3.ebuild:
   Stable on amd64 wrt bug #348576



1.4                  net-analyzer/ostinato/ostinato-0.3.ebuild

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

Index: ostinato-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ostinato-0.3.ebuild	18 Dec 2010 12:09:20 -0000	1.3
+++ ostinato-0.3.ebuild	18 Apr 2011 14:34:55 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v 1.3 2010/12/18 12:09:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v 1.4 2011/04/18 14:34:55 c1pher Exp $
 
 EAPI=2
 inherit qt4-r2
@@ -14,7 +14,7 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="dev-libs/protobuf
+DEPEND="<dev-libs/protobuf-2.4.0
 	net-libs/libpcap
 	x11-libs/qt-core:4
 	x11-libs/qt-gui:4



1.2                  net-analyzer/ostinato/ostinato-0.2.ebuild

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

Index: ostinato-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ostinato-0.2.ebuild	23 Oct 2010 02:02:19 -0000	1.1
+++ ostinato-0.2.ebuild	18 Apr 2011 14:34:55 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.2.ebuild,v 1.1 2010/10/23 02:02:19 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.2.ebuild,v 1.2 2011/04/18 14:34:55 c1pher Exp $
 
 EAPI=2
 inherit qt4-r2
@@ -14,7 +14,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-libs/protobuf
+DEPEND="<dev-libs/protobuf-2.4.0
 	net-libs/libpcap
 	x11-libs/qt-core:4
 	x11-libs/qt-gui:4






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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/ostinato: ChangeLog ostinato-0.3.ebuild ostinato-0.2.ebuild
@ 2011-04-18 17:53 Dane Smith (c1pher)
  0 siblings, 0 replies; 3+ messages in thread
From: Dane Smith (c1pher) @ 2011-04-18 17:53 UTC (permalink / raw
  To: gentoo-commits

c1pher      11/04/18 17:53:34

  Modified:             ChangeLog ostinato-0.3.ebuild ostinato-0.2.ebuild
  Log:
  Revert downgrade force wrt bug 363911.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-analyzer/ostinato/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	18 Apr 2011 14:34:55 -0000	1.5
+++ ChangeLog	18 Apr 2011 17:53:33 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/ostinato
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.5 2011/04/18 14:34:55 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.6 2011/04/18 17:53:33 c1pher Exp $
+
+  18 Apr 2011; Dane Smith <c1pher@gentoo.org> ostinato-0.2.ebuild,
+  ostinato-0.3.ebuild:
+  Remove my unintentional downgrade force wrt bug 363911.
 
   18 Apr 2011; Dane Smith <c1pher@gentoo.org> ostinato-0.2.ebuild,
   ostinato-0.3.ebuild:



1.5                  net-analyzer/ostinato/ostinato-0.3.ebuild

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

Index: ostinato-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ostinato-0.3.ebuild	18 Apr 2011 14:34:55 -0000	1.4
+++ ostinato-0.3.ebuild	18 Apr 2011 17:53:33 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v 1.4 2011/04/18 14:34:55 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v 1.5 2011/04/18 17:53:33 c1pher Exp $
 
 EAPI=2
 inherit qt4-r2
@@ -14,7 +14,7 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="<dev-libs/protobuf-2.4.0
+DEPEND="dev-libs/protobuf
 	net-libs/libpcap
 	x11-libs/qt-core:4
 	x11-libs/qt-gui:4



1.3                  net-analyzer/ostinato/ostinato-0.2.ebuild

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

Index: ostinato-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ostinato-0.2.ebuild	18 Apr 2011 14:34:55 -0000	1.2
+++ ostinato-0.2.ebuild	18 Apr 2011 17:53:33 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.2.ebuild,v 1.2 2011/04/18 14:34:55 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.2.ebuild,v 1.3 2011/04/18 17:53:33 c1pher Exp $
 
 EAPI=2
 inherit qt4-r2
@@ -14,7 +14,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="<dev-libs/protobuf-2.4.0
+DEPEND="dev-libs/protobuf
 	net-libs/libpcap
 	x11-libs/qt-core:4
 	x11-libs/qt-gui:4






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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/ostinato: ChangeLog ostinato-0.3.ebuild ostinato-0.2.ebuild
@ 2011-04-19 13:58 Dane Smith (c1pher)
  0 siblings, 0 replies; 3+ messages in thread
From: Dane Smith (c1pher) @ 2011-04-19 13:58 UTC (permalink / raw
  To: gentoo-commits

c1pher      11/04/19 13:58:13

  Modified:             ChangeLog ostinato-0.3.ebuild
  Removed:              ostinato-0.2.ebuild
  Log:
  net-analyzer/ostinato: New patch wrt bug 363911.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-analyzer/ostinato/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	18 Apr 2011 17:53:33 -0000	1.6
+++ ChangeLog	19 Apr 2011 13:58:13 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/ostinato
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.6 2011/04/18 17:53:33 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.7 2011/04/19 13:58:13 c1pher Exp $
+
+  19 Apr 2011; Dane Smith <c1pher@gentoo.org> -ostinato-0.2.ebuild,
+  ostinato-0.3.ebuild, +files/protobuf-2.4.0.diff:
+  Add new patch for 0.3 wrt bug 363911. Now works protobuf-2.4.0a
 
   18 Apr 2011; Dane Smith <c1pher@gentoo.org> ostinato-0.2.ebuild,
   ostinato-0.3.ebuild:



1.6                  net-analyzer/ostinato/ostinato-0.3.ebuild

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

Index: ostinato-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ostinato-0.3.ebuild	18 Apr 2011 17:53:33 -0000	1.5
+++ ostinato-0.3.ebuild	19 Apr 2011 13:58:13 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v 1.5 2011/04/18 17:53:33 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.3.ebuild,v 1.6 2011/04/19 13:58:13 c1pher Exp $
 
 EAPI=2
 inherit qt4-r2
@@ -21,6 +21,10 @@
 	x11-libs/qt-script:4"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	epatch "${FILESDIR}"/protobuf-2.4.0.diff
+}
+
 src_configure(){
 	eqmake4 PREFIX=/usr ost.pro
 }






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

end of thread, other threads:[~2011-04-19 13:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-18 17:53 [gentoo-commits] gentoo-x86 commit in net-analyzer/ostinato: ChangeLog ostinato-0.3.ebuild ostinato-0.2.ebuild Dane Smith (c1pher)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-19 13:58 Dane Smith (c1pher)
2011-04-18 14:34 Dane Smith (c1pher)

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