From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OXy3h-0001r7-FM for garchives@archives.gentoo.org; Sun, 11 Jul 2010 15:03:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A842E0B20; Sun, 11 Jul 2010 15:03:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5C24FE0B20 for ; Sun, 11 Jul 2010 15:03:07 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDEAB1B414A for ; Sun, 11 Jul 2010 15:03:06 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2264) id 0A1D32C621; Sun, 11 Jul 2010 15:03:05 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.6.0-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: vtk-5.6.0-r2.ebuild ChangeLog X-VCS-Directories: sci-libs/vtk X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: <20100711150306.0A1D32C621@corvid.gentoo.org> Date: Sun, 11 Jul 2010 15:03:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2f673b74-2fa8-4011-ba7c-276576ce321d X-Archives-Hash: 7e6c01d5e0654afcae02b52e08517018 jlec 10/07/11 15:03:05 Modified: vtk-5.6.0-r2.ebuild ChangeLog Log: Imported support for dbs from sci overlay, 327601, thanks Francois Biss= ey (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.4 sci-libs/vtk/vtk-5.6.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5= .6.0-r2.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5= .6.0-r2.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5= .6.0-r2.ebuild?r1=3D1.3&r2=3D1.4 Index: vtk-5.6.0-r2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.6.0-r2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- vtk-5.6.0-r2.ebuild 7 Jun 2010 17:45:09 -0000 1.3 +++ vtk-5.6.0-r2.ebuild 11 Jul 2010 15:03:05 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.6.0-r2.ebuild,v 1.= 3 2010/06/07 17:45:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.6.0-r2.ebuild,v 1.= 4 2010/07/11 15:03:05 jlec Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"python? 2" @@ -19,23 +19,27 @@ LICENSE=3D"BSD LGPL-2" KEYWORDS=3D"~amd64 ~x86" SLOT=3D"0" -IUSE=3D"boost cg doc examples java mpi patented python qt4 tcl theora tk= threads R" +IUSE=3D"boost cg doc examples ffmpeg java mpi mysql odbc patented postgr= es python qt4 tcl theora tk threads R" RDEPEND=3D" - mpi? ( virtual/mpi[cxx,romio] ) cg? ( media-gfx/nvidia-cg-toolkit ) - tcl? ( >=3Ddev-lang/tcl-8.2.3 ) - tk? ( >=3Ddev-lang/tk-8.2.3 ) + examples? ( + x11-libs/qt-core:4[qt3support] + x11-libs/qt-gui:4[qt3support] ) + ffmpeg? ( media-video/ffmpeg ) java? ( >=3Dvirtual/jre-1.5 ) + mpi? ( virtual/mpi[cxx,romio] ) + mysql? ( virtual/mysql ) + odbc? ( dev-db/unixODBC ) + postgres? ( dev-db/postgresql-base ) qt4? ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-opengl:4 x11-libs/qt-sql:4 x11-libs/qt-webkit:4 ) - examples? ( - x11-libs/qt-core:4[qt3support] - x11-libs/qt-gui:4[qt3support] ) + tcl? ( >=3Ddev-lang/tcl-8.2.3 ) theora? ( media-libs/libtheora ) + tk? ( >=3Ddev-lang/tk-8.2.3 ) R? ( dev-lang/R ) dev-libs/expat dev-libs/libxml2 @@ -77,6 +81,7 @@ epatch "${FILESDIR}"/${P}-boost-property_map.patch epatch "${FILESDIR}"/${P}-libpng14.patch epatch "${FILESDIR}"/${P}-R.patch + epatch "${FILESDIR}"/${P}-odbc.patch sed -e "s:@VTK_TCL_LIBRARY_DIR@:/usr/$(get_libdir):" \ -i Wrapping/Tcl/pkgIndex.tcl.in \ || die "Failed to fix tcl pkgIndex file" @@ -118,9 +123,13 @@ $(cmake-utils_use qt4 VTK_USE_QT) $(cmake-utils_use tcl VTK_WRAP_TCL) $(cmake-utils_use theora VTK_USE_OGGTHEORA_ENCODER) + $(cmake-utils_use ffmpeg VTK_USE_FFMPEG_ENCODER) $(cmake-utils_use tk VTK_USE_TK) $(cmake-utils_use threads VTK_USE_PARALLEL) - $(cmake-utils_use R VTK_USE_GNU_R) ) + $(cmake-utils_use R VTK_USE_GNU_R) + $(cmake-utils_use mysql VTK_USE_MYSQL) + $(cmake-utils_use postgres VTK_USE_POSTGRES) + $(cmake-utils_use odbc VTK_USE_ODBC) ) =20 use theora && mycmakeargs+=3D(-DVTK_USE_SYSTEM_OGGTHEORA=3DON) 1.77 sci-libs/vtk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/Chang= eLog?rev=3D1.77&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/Chang= eLog?rev=3D1.77&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/Chang= eLog?r1=3D1.76&r2=3D1.77 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 17 Jun 2010 02:25:18 -0000 1.76 +++ ChangeLog 11 Jul 2010 15:03:05 -0000 1.77 @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.76 2010/06= /17 02:25:18 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.77 2010/07= /11 15:03:05 jlec Exp $ + + 11 Jul 2010; Justin Lecher vtk-5.6.0-r2.ebuild, + +files/vtk-5.6.0-odbc.patch: + Imported support for dbs from sci overlay, 327601, thanks yFrancois Bi= ssey =20 17 Jun 2010; Justin Bronder vtk-5.4.2-r1.ebuild= : Remove sys-cluster/lam-mpi handling, see #324415.