diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-10-08 17:29:34 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-10-08 17:29:34 +0000 |
commit | e939a8f5f7f378524b9cb2dab56bd9fac9895c1d (patch) | |
tree | 10f20fcbde8eaabc033e598aeb237587fafa562b /sci-libs | |
parent | use java-pkg_dojar not dojar (diff) | |
download | historical-e939a8f5f7f378524b9cb2dab56bd9fac9895c1d.tar.gz historical-e939a8f5f7f378524b9cb2dab56bd9fac9895c1d.tar.bz2 historical-e939a8f5f7f378524b9cb2dab56bd9fac9895c1d.zip |
use java-pkg_dojar not dojar
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/vtk/Manifest | 16 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-4.2.6.ebuild | 6 |
3 files changed, 20 insertions, 7 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index 321a8df5d85d..72c0894599a6 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.4 2005/08/24 16:20:18 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.5 2005/10/08 17:29:34 axxo Exp $ + + 08 Oct 2005; Thomas Matthijs <axxo@gentoo.org> vtk-4.2.6.ebuild: + use java-pkg_dojar not dojar 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> vtk-4.2.6.ebuild: No longer using cp -a (bug #103487) diff --git a/sci-libs/vtk/Manifest b/sci-libs/vtk/Manifest index b8ff34e0adc2..194b8cf94890 100644 --- a/sci-libs/vtk/Manifest +++ b/sci-libs/vtk/Manifest @@ -1,5 +1,15 @@ -MD5 360a36ba1b1013343b4c596b26f3ab20 vtk-4.2.6.ebuild 5202 -MD5 969577bfb336e0b25cd9c2fa780b2537 ChangeLog 682 -MD5 4118533a691d09c1f81d0d97998eb34c metadata.xml 253 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 96fb073e8b5e945d7bc08ef031cd6918 ChangeLog 777 MD5 9aa6be7b823601bf2e88869264d90673 files/digest-vtk-4.2.6 207 MD5 7ba663b347dd89aa7ca2f19e50641057 files/vtk-4.2.6-gcc34.patch 1739 +MD5 4118533a691d09c1f81d0d97998eb34c metadata.xml 253 +MD5 21ca482edaa6c443539e965925756091 vtk-4.2.6.ebuild 5216 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDSAIc/rLF9B432nYRAlqHAJsHOUqMTvmF1OaMNv6kD6gepchdQwCgzzl2 +j9PZ2JJLle5cw1Y2nVBdeok= +=TESY +-----END PGP SIGNATURE----- diff --git a/sci-libs/vtk/vtk-4.2.6.ebuild b/sci-libs/vtk/vtk-4.2.6.ebuild index dcc431ad48ba..15162592f391 100644 --- a/sci-libs/vtk/vtk-4.2.6.ebuild +++ b/sci-libs/vtk/vtk-4.2.6.ebuild @@ -1,10 +1,10 @@ # 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.5 2005/08/24 16:20:18 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-4.2.6.ebuild,v 1.6 2005/10/08 17:29:34 axxo Exp $ # TODO: need to fix Examples/CMakeLists.txt to build other examples -inherit distutils eutils flag-o-matic toolchain-funcs versionator +inherit distutils eutils flag-o-matic toolchain-funcs versionator java-pkg MY_PV="$(get_version_component_range 1-2)" @@ -104,7 +104,7 @@ src_install() { fi # install jar - use java && dojar ${S}/bin/vtk.jar + use java && java-pkg_dojar ${S}/bin/vtk.jar # install documentation use doc && dohtml -r ${WORKDIR}/html/ |