public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.0.4.ebuild ChangeLog
@ 2008-03-09 15:13 Markus Dittrich (markusle)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Dittrich (markusle) @ 2008-03-09 15:13 UTC (permalink / raw
  To: gentoo-commits

markusle    08/03/09 15:13:55

  Modified:             vtk-5.0.4.ebuild ChangeLog
  Log:
  Backported support for tcl/tk-8.5 from cvs head (fixes bug 212700).
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  sci-libs/vtk/vtk-5.0.4.ebuild

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

Index: vtk-5.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vtk-5.0.4.ebuild	7 Mar 2008 02:13:31 -0000	1.1
+++ vtk-5.0.4.ebuild	9 Mar 2008 15:13:54 -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-libs/vtk/vtk-5.0.4.ebuild,v 1.1 2008/03/07 02:13:31 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v 1.2 2008/03/09 15:13:54 markusle Exp $
 
 EAPI="1"
 
@@ -12,6 +12,7 @@
 DESCRIPTION="The Visualization Toolkit"
 HOMEPAGE="http://www.vtk.org"
 SRC_URI="http://www.${PN}.org/files/release/${SPV}/${P}.tar.gz
+		mirror://gentoo/${P}-tcl8.5.patch.bz2
 		examples? ( http://www.${PN}.org/files/release/${SPV}/${PN}data-${PV}.tar.gz )"
 
 LICENSE="BSD LGPL-2"
@@ -72,6 +73,7 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
+	epatch "${DISTDIR}"/${P}-tcl8.5.patch.bz2
 	epatch "${FILESDIR}"/${PN}-5.0.3-mpi.patch
 }
 



1.43                 sci-libs/vtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	7 Mar 2008 02:13:31 -0000	1.42
+++ ChangeLog	9 Mar 2008 15:13:54 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/vtk
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.42 2008/03/07 02:13:31 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.43 2008/03/09 15:13:54 markusle Exp $
+
+  09 Mar 2008; Markus Dittrich <markusle@gentoo.org> vtk-5.0.4.ebuild:
+  Backported support for tcl/tk-8.5 from cvs head (fixes bug 212700). 
+  Thanks much to Pacho Ramos <pacho@condmat1.ciencias.uniovi.es> for 
+  his patch.
 
 *vtk-5.0.4 (06 Mar 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.0.4.ebuild ChangeLog
@ 2008-05-24 18:56 Markus Dittrich (markusle)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Dittrich (markusle) @ 2008-05-24 18:56 UTC (permalink / raw
  To: gentoo-commits

markusle    08/05/24 18:56:05

  Modified:             vtk-5.0.4.ebuild ChangeLog
  Log:
  Added gcc-4.3 compatibility patch (see bug #223383).
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.3                  sci-libs/vtk/vtk-5.0.4.ebuild

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

Index: vtk-5.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vtk-5.0.4.ebuild	9 Mar 2008 15:13:54 -0000	1.2
+++ vtk-5.0.4.ebuild	24 May 2008 18:56:05 -0000	1.3
@@ -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-libs/vtk/vtk-5.0.4.ebuild,v 1.2 2008/03/09 15:13:54 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v 1.3 2008/05/24 18:56:05 markusle Exp $
 
 EAPI="1"
 
@@ -75,6 +75,7 @@
 	cd "${S}"
 	epatch "${DISTDIR}"/${P}-tcl8.5.patch.bz2
 	epatch "${FILESDIR}"/${PN}-5.0.3-mpi.patch
+	epatch "${FILESDIR}"/${P}-gcc4.3.patch
 }
 
 src_compile() {



1.44                 sci-libs/vtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	9 Mar 2008 15:13:54 -0000	1.43
+++ ChangeLog	24 May 2008 18:56:05 -0000	1.44
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/vtk
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.43 2008/03/09 15:13:54 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.44 2008/05/24 18:56:05 markusle Exp $
+
+  24 May 2008; Markus Dittrich <markusle@gentoo.org>
+  +files/vtk-5.0.4-gcc4.3.patch, vtk-5.0.4.ebuild:
+  Added gcc-4.3 compatibility patch (see bug #223383). Thanks much to 
+  Bert Karwatzki <spasswolf@web.de> for his patch.
 
   09 Mar 2008; Markus Dittrich <markusle@gentoo.org> vtk-5.0.4.ebuild:
   Backported support for tcl/tk-8.5 from cvs head (fixes bug 212700). 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.0.4.ebuild ChangeLog
@ 2008-07-03 19:56 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2008-07-03 19:56 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    08/07/03 19:56:31

  Modified:             vtk-5.0.4.ebuild ChangeLog
  Log:
  Migrate Dependencies to permit Split QT 4.4 to satisfy dependencies, bug #217189
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  sci-libs/vtk/vtk-5.0.4.ebuild

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

Index: vtk-5.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vtk-5.0.4.ebuild	24 May 2008 18:56:05 -0000	1.3
+++ vtk-5.0.4.ebuild	3 Jul 2008 19:56:31 -0000	1.4
@@ -1,9 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v 1.3 2008/05/24 18:56:05 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v 1.4 2008/07/03 19:56:31 gentoofan23 Exp $
 
 EAPI="1"
-
 inherit distutils eutils flag-o-matic toolchain-funcs versionator java-pkg-opt-2 python qt3 qt4
 
 # Short package version
@@ -27,8 +26,9 @@
 	tcl? ( >=dev-lang/tcl-8.2.3 )
 	tk? ( >=dev-lang/tk-8.2.3 )
 	java? ( >=virtual/jre-1.5 )
-	qt3? ( $(qt_min_version 3.3.4) )
-	qt4? ( $(qt4_min_version 4.1) )
+	!qt4? ( qt3? ( >=x11-libs/qt-3.3.4:3 ) )
+	qt4? (
+	|| ( x11-libs/qt-core:4  >=x11-libs/qt-4.1:4 ) )
 	dev-libs/expat
 	media-libs/freetype
 	media-libs/jpeg
@@ -52,14 +52,6 @@
 		echo
 	fi
 
-	use qt4 && use examples && \
-		if ! built_with_use =x11-libs/qt-4* qt3support; then
-			echo
-			eerror 'Please emerge qt4 with USE="qt3support" to'
-			eerror 'build the examples under qt4!'
-			die "qt4 setup error"
-		fi
-
 	if use mpi && has_version sys-cluster/mpich2; then
 		append-flags -DMPICH_IGNORE_CXX_SEEK
 		if ! built_with_use sys-cluster/mpich2 cxx; then
@@ -67,7 +59,10 @@
 		fi
 	fi
 
-	use qt4 && qt4_pkg_setup
+	if use qt4 && use examples; then
+		QT4_BUILT_WITH_USE_CHECK="qt3support"
+		qt4_pkg_setup
+	fi
 }
 
 src_unpack() {



1.45                 sci-libs/vtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	24 May 2008 18:56:05 -0000	1.44
+++ ChangeLog	3 Jul 2008 19:56:31 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/vtk
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.44 2008/05/24 18:56:05 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.45 2008/07/03 19:56:31 gentoofan23 Exp $
+
+  03 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org> vtk-5.0.4.ebuild:
+  Migrate Dependencies to permit Split QT 4.4 to satisfy dependencies, bug
+  #217189
 
   24 May 2008; Markus Dittrich <markusle@gentoo.org>
   +files/vtk-5.0.4-gcc4.3.patch, vtk-5.0.4.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.0.4.ebuild ChangeLog
@ 2008-07-08 16:16 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2008-07-08 16:16 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    08/07/08 16:16:24

  Modified:             vtk-5.0.4.ebuild ChangeLog
  Log:
  Add a qt-gui dependency, it really is needed.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  sci-libs/vtk/vtk-5.0.4.ebuild

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

Index: vtk-5.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vtk-5.0.4.ebuild	3 Jul 2008 19:56:31 -0000	1.4
+++ vtk-5.0.4.ebuild	8 Jul 2008 16:16:23 -0000	1.5
@@ -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-libs/vtk/vtk-5.0.4.ebuild,v 1.4 2008/07/03 19:56:31 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v 1.5 2008/07/08 16:16:23 gentoofan23 Exp $
 
 EAPI="1"
 inherit distutils eutils flag-o-matic toolchain-funcs versionator java-pkg-opt-2 python qt3 qt4
@@ -28,7 +28,7 @@
 	java? ( >=virtual/jre-1.5 )
 	!qt4? ( qt3? ( >=x11-libs/qt-3.3.4:3 ) )
 	qt4? (
-	|| ( x11-libs/qt-core:4  >=x11-libs/qt-4.1:4 ) )
+	|| ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 ) >=x11-libs/qt-4.1:4 ) )
 	dev-libs/expat
 	media-libs/freetype
 	media-libs/jpeg



1.46                 sci-libs/vtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	3 Jul 2008 19:56:31 -0000	1.45
+++ ChangeLog	8 Jul 2008 16:16:23 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/vtk
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.45 2008/07/03 19:56:31 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.46 2008/07/08 16:16:23 gentoofan23 Exp $
+
+  08 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org> vtk-5.0.4.ebuild:
+  Add a qt-gui dependency, it really is needed.
 
   03 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org> vtk-5.0.4.ebuild:
   Migrate Dependencies to permit Split QT 4.4 to satisfy dependencies, bug



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.0.4.ebuild ChangeLog
@ 2008-07-27  1:19 Carsten Lohrke (carlo)
  0 siblings, 0 replies; 5+ messages in thread
From: Carsten Lohrke (carlo) @ 2008-07-27  1:19 UTC (permalink / raw
  To: gentoo-commits

carlo       08/07/27 01:19:34

  Modified:             vtk-5.0.4.ebuild ChangeLog
  Log:
   Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.6                  sci-libs/vtk/vtk-5.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild?r1=1.5&r2=1.6

Index: vtk-5.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vtk-5.0.4.ebuild	8 Jul 2008 16:16:23 -0000	1.5
+++ vtk-5.0.4.ebuild	27 Jul 2008 01:19:33 -0000	1.6
@@ -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-libs/vtk/vtk-5.0.4.ebuild,v 1.5 2008/07/08 16:16:23 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v 1.6 2008/07/27 01:19:33 carlo Exp $
 
 EAPI="1"
 inherit distutils eutils flag-o-matic toolchain-funcs versionator java-pkg-opt-2 python qt3 qt4
@@ -28,7 +28,7 @@
 	java? ( >=virtual/jre-1.5 )
 	!qt4? ( qt3? ( >=x11-libs/qt-3.3.4:3 ) )
 	qt4? (
-	|| ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 ) >=x11-libs/qt-4.1:4 ) )
+	|| ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 ) =x11-libs/qt-4.3*:4 ) )
 	dev-libs/expat
 	media-libs/freetype
 	media-libs/jpeg



1.47                 sci-libs/vtk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	8 Jul 2008 16:16:23 -0000	1.46
+++ ChangeLog	27 Jul 2008 01:19:33 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/vtk
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.46 2008/07/08 16:16:23 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.47 2008/07/27 01:19:33 carlo Exp $
+
+  27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> vtk-5.0.4.ebuild:
+  Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
 
   08 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org> vtk-5.0.4.ebuild:
   Add a qt-gui dependency, it really is needed.






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

end of thread, other threads:[~2008-07-27  1:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03 19:56 [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.0.4.ebuild ChangeLog Thomas Anderson (gentoofan23)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-27  1:19 Carsten Lohrke (carlo)
2008-07-08 16:16 Thomas Anderson (gentoofan23)
2008-05-24 18:56 Markus Dittrich (markusle)
2008-03-09 15:13 Markus Dittrich (markusle)

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