diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-08-20 19:20:21 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-08-20 19:20:21 +0000 |
commit | 4e1653547fe98625abec03387dae22b89f9222f2 (patch) | |
tree | 2d6f9d0556a1cc2354fba4d1ea374c86d017315c /sci-libs/vtk | |
parent | Marking ~ppc-macos (diff) | |
download | historical-4e1653547fe98625abec03387dae22b89f9222f2.tar.gz historical-4e1653547fe98625abec03387dae22b89f9222f2.tar.bz2 historical-4e1653547fe98625abec03387dae22b89f9222f2.zip |
Removed unused "data" USE flag (fixes bug #100418).
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/vtk/Manifest | 14 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-4.2.6.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index d3785f2ff522..8ce453e34fbf 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.2 2005/06/03 06:42:36 pkdawson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.3 2005/08/20 19:20:21 ribosome Exp $ + + 20 Aug 2005; Olivier Fisette <ribosome@gentoo.org> vtk-4.2.6.ebuild: + Removed unused "data" USE flag (fixes bug #100418). 03 Jun 2005; Patrick Dawson <pkdawson@gentoo.org> vtk-4.2.6.ebuild: Typo fix. diff --git a/sci-libs/vtk/Manifest b/sci-libs/vtk/Manifest index f808aba7fb79..987f3ecadb90 100644 --- a/sci-libs/vtk/Manifest +++ b/sci-libs/vtk/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 cbea914e5352c1d2657b3a914fa14d9c vtk-4.2.6.ebuild 5215 -MD5 f74fc8cd356642f51d70ccb1b46a26e9 ChangeLog 446 +MD5 ed1c5fd5b2eb785f42abf534b0b0692c vtk-4.2.6.ebuild 5198 +MD5 7d129a65535865be6579b172d54a7181 ChangeLog 572 MD5 4118533a691d09c1f81d0d97998eb34c metadata.xml 253 MD5 9aa6be7b823601bf2e88869264d90673 files/digest-vtk-4.2.6 207 MD5 7ba663b347dd89aa7ca2f19e50641057 files/vtk-4.2.6-gcc34.patch 1739 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC1mZ1BXaUFmZvwyMRAkjYAJ47bio7gKDDJYv6wDNWAXf4iUqIHgCgwxGz -1gt0QoYAYWLraZUs3t4hHjo= -=35i7 ------END PGP SIGNATURE----- diff --git a/sci-libs/vtk/vtk-4.2.6.ebuild b/sci-libs/vtk/vtk-4.2.6.ebuild index 0bad47d3ec3a..4fa8f20d422b 100644 --- a/sci-libs/vtk/vtk-4.2.6.ebuild +++ b/sci-libs/vtk/vtk-4.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-4.2.6.ebuild,v 1.3 2005/07/14 13:19:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-4.2.6.ebuild,v 1.4 2005/08/20 19:20:21 ribosome Exp $ # TODO: need to fix Examples/CMakeLists.txt to build other examples @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/VTK-${MY_PV}-LatestRelease.tar.gz LICENSE="BSD" KEYWORDS="~x86" SLOT="0" -IUSE="data doc examples java mpi patented python tcltk threads" +IUSE="doc examples java mpi patented python tcltk threads" RDEPEND="java? ( virtual/jdk ) mpi? ( sys-cluster/mpich ) python? ( >=dev-lang/python-2.0 ) @@ -130,7 +130,7 @@ src_install() { # environment echo "LDPATH=${LDPATH}" > ${T}/40${PN} - use data && echo "VTK_DATA_ROOT=/usr/share/${PN}/data" >> ${T}/40${PN} + echo "VTK_DATA_ROOT=/usr/share/${PN}/data" >> ${T}/40${PN} if use java; then echo "CLASSPATH=/usr/share/${PN}/${PN}.jar" >> ${T}/40${PN} echo "LD_LIBRARY_PATH=/usr/lib/${PN}" >> ${T}/40${PN} |