public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.7.7.ebuild
@ 2009-05-18 21:21 Andrey Grozin (grozin)
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Grozin (grozin) @ 2009-05-18 21:21 UTC (permalink / raw
  To: gentoo-commits

grozin      09/05/18 21:21:43

  Modified:             ChangeLog qtiplot-0.9.7.7.ebuild
  Log:
  Fixed missing dependency on qt-opengl (bug #270339)
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.43                 sci-visualization/qtiplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	14 Apr 2009 11:58:42 -0000	1.42
+++ ChangeLog	18 May 2009 21:21:43 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/qtiplot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.42 2009/04/14 11:58:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.43 2009/05/18 21:21:43 grozin Exp $
+
+  18 May 2009; Andrey Grozin <grozin@gentoo.org> qtiplot-0.9.7.7.ebuild:
+  Fixed missing dependency on qt-opengl (bug #270339)
 
 *qtiplot-0.9.7.7 (14 Apr 2009)
 



1.3                  sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?r1=1.2&r2=1.3

Index: qtiplot-0.9.7.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtiplot-0.9.7.7.ebuild	16 Apr 2009 22:28:22 -0000	1.2
+++ qtiplot-0.9.7.7.ebuild	18 May 2009 21:21:43 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.2 2009/04/16 22:28:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.3 2009/05/18 21:21:43 grozin Exp $
 
 EAPI=2
 inherit eutils qt4 fdo-mime python
@@ -21,7 +21,7 @@
 
 # qwtplot3d much modified from original upstream
 CDEPEND=">=x11-libs/qwt-5.2
-	x11-libs/qt-gui:4
+	x11-libs/qt-opengl:4
 	x11-libs/qt-qt3support:4
 	x11-libs/qt-assistant:4
 	x11-libs/qt-svg:4






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.7.7.ebuild
@ 2009-06-05 17:29 Andrey Grozin (grozin)
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Grozin (grozin) @ 2009-06-05 17:29 UTC (permalink / raw
  To: gentoo-commits

grozin      09/06/05 17:29:44

  Modified:             ChangeLog qtiplot-0.9.7.7.ebuild
  Log:
  USE-deps on PyQt4 fixed (bug #272182)
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.44                 sci-visualization/qtiplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	18 May 2009 21:21:43 -0000	1.43
+++ ChangeLog	5 Jun 2009 17:29:44 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/qtiplot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.43 2009/05/18 21:21:43 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.44 2009/06/05 17:29:44 grozin Exp $
+
+  05 Jun 2009; Andrey Grozin <grozin@gentoo.org> qtiplot-0.9.7.7.ebuild:
+  USE-deps on PyQt4 fixed (bug #272182)
 
   18 May 2009; Andrey Grozin <grozin@gentoo.org> qtiplot-0.9.7.7.ebuild:
   Fixed missing dependency on qt-opengl (bug #270339)



1.4                  sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?r1=1.3&r2=1.4

Index: qtiplot-0.9.7.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qtiplot-0.9.7.7.ebuild	18 May 2009 21:21:43 -0000	1.3
+++ qtiplot-0.9.7.7.ebuild	5 Jun 2009 17:29:44 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.3 2009/05/18 21:21:43 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.4 2009/06/05 17:29:44 grozin Exp $
 
 EAPI=2
 inherit eutils qt4 fdo-mime python
@@ -40,7 +40,7 @@
 
 RDEPEND="${CDEPEND}
 	python? ( >=dev-lang/python-2.5
-		dev-python/PyQt4
+		dev-python/PyQt4[X]
 		dev-python/pygsl
 		sci-libs/scipy )"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.7.7.ebuild
@ 2009-07-29  4:13 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2009-07-29  4:13 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    09/07/29 04:13:59

  Modified:             ChangeLog qtiplot-0.9.7.7.ebuild
  Log:
  Fix building w/ GCC 4.4. (bug #272375)
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 sci-visualization/qtiplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	5 Jun 2009 17:29:44 -0000	1.44
+++ ChangeLog	29 Jul 2009 04:13:59 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/qtiplot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.44 2009/06/05 17:29:44 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.45 2009/07/29 04:13:59 dirtyepic Exp $
+
+  29 Jul 2009; Ryan Hill <dirtyepic@gentoo.org> qtiplot-0.9.7.7.ebuild,
+  +files/qtiplot-0.9.7.7-gcc44.patch:
+  Fix building w/ GCC 4.4. (bug #272375)
 
   05 Jun 2009; Andrey Grozin <grozin@gentoo.org> qtiplot-0.9.7.7.ebuild:
   USE-deps on PyQt4 fixed (bug #272182)



1.5                  sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?r1=1.4&r2=1.5

Index: qtiplot-0.9.7.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qtiplot-0.9.7.7.ebuild	5 Jun 2009 17:29:44 -0000	1.4
+++ qtiplot-0.9.7.7.ebuild	29 Jul 2009 04:13:59 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.4 2009/06/05 17:29:44 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.5 2009/07/29 04:13:59 dirtyepic Exp $
 
 EAPI=2
 inherit eutils qt4 fdo-mime python
@@ -47,6 +47,7 @@
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-syslibs.patch
 	epatch "${FILESDIR}"/${P}-docbuild.patch
+	epatch "${FILESDIR}"/${P}-gcc44.patch
 
 	python_version
 	sed -i \






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

end of thread, other threads:[~2009-07-29  4:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 17:29 [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.7.7.ebuild Andrey Grozin (grozin)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-29  4:13 Ryan Hill (dirtyepic)
2009-05-18 21:21 Andrey Grozin (grozin)

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