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.2.ebuild
@ 2008-09-28 10:40 Markus Dittrich (markusle)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Dittrich (markusle) @ 2008-09-28 10:40 UTC (permalink / raw
  To: gentoo-commits

markusle    08/09/28 10:40:33

  Modified:             ChangeLog qtiplot-0.9.7.2.ebuild
  Log:
  Changed boost dependency to >=1.35.0 since compile fails otherwise (see bug 238632).
  (Portage version: 2.2_rc9/cvs/Linux 2.6.26-SENTINEL-2 i686)

Revision  Changes    Path
1.34                 sci-visualization/qtiplot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	25 Sep 2008 14:29:36 -0000	1.33
+++ ChangeLog	28 Sep 2008 10:40:33 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/qtiplot
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.33 2008/09/25 14:29:36 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.34 2008/09/28 10:40:33 markusle Exp $
+
+  28 Sep 2008; Markus Dittrich <markusle@gentoo.org> qtiplot-0.9.7.2.ebuild:
+  Changed boost dependency to >=1.35.0 since compile fails otherwise 
+  (see bug 238632).
 
 *qtiplot-0.9.7.2 (25 Sep 2008)
 



1.2                  sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild

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

Index: qtiplot-0.9.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtiplot-0.9.7.2.ebuild	25 Sep 2008 14:29:36 -0000	1.1
+++ qtiplot-0.9.7.2.ebuild	28 Sep 2008 10:40:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.2.ebuild,v 1.1 2008/09/25 14:29:36 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v 1.2 2008/09/28 10:40:33 markusle Exp $
 
 EAPI="1"
 inherit eutils multilib qt4 fdo-mime python
@@ -26,7 +26,7 @@
 	x11-libs/qt-qt3support:4
 	x11-libs/qt-assistant:4
 	>=dev-cpp/muParser-1.28
-	dev-libs/boost
+	>=dev-libs/boost-1.35.0
 	!bindist? ( sci-libs/gsl )
 	bindist? ( <sci-libs/gsl-1.10 )"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.7.2.ebuild
@ 2008-10-13 22:26 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-10-13 22:26 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/10/13 22:26:32

  Modified:             ChangeLog qtiplot-0.9.7.2.ebuild
  Log:
  Fixed SRC_URI for mirrors, bug #218657.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.35                 sci-visualization/qtiplot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	28 Sep 2008 10:40:33 -0000	1.34
+++ ChangeLog	13 Oct 2008 22:26:32 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/qtiplot
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.34 2008/09/28 10:40:33 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.35 2008/10/13 22:26:32 bicatali Exp $
+
+  13 Oct 2008; Sébastien Fabbro <bicatali@gentoo.org>
+  qtiplot-0.9.7.2.ebuild:
+  Fixed SRC_URI for mirrors, bug #218657.
 
   28 Sep 2008; Markus Dittrich <markusle@gentoo.org> qtiplot-0.9.7.2.ebuild:
   Changed boost dependency to >=1.35.0 since compile fails otherwise 



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

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

Index: qtiplot-0.9.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtiplot-0.9.7.2.ebuild	28 Sep 2008 10:40:33 -0000	1.2
+++ qtiplot-0.9.7.2.ebuild	13 Oct 2008 22:26:32 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2008 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.2.ebuild,v 1.2 2008/09/28 10:40:33 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v 1.3 2008/10/13 22:26:32 bicatali Exp $
 
 EAPI="1"
 inherit eutils multilib qt4 fdo-mime python
 
 DESCRIPTION="Qt based clone of the Origin plotting package"
 HOMEPAGE="http://soft.proindependent.com/qtiplot.html"
-SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2
+SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2
 	doc? ( mirror://gentoo/${PN}-0.9.7-manual-en.tar.bz2 )"
 
 LICENSE="GPL-2"






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

end of thread, other threads:[~2008-10-13 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-28 10:40 [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.7.2.ebuild Markus Dittrich (markusle)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-13 22:26 Sebastien Fabbro (bicatali)

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