* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-6.1.0-r1.ebuild ChangeLog
@ 2015-01-05 15:02 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2015-01-05 15:02 UTC (permalink / raw
To: gentoo-commits
aballier 15/01/05 15:02:43
Modified: ChangeLog
Added: vtk-6.1.0-r1.ebuild
Log:
Add missing dep on jsoncpp, bug #533606 by Stephen Bosch; do not set VTK_INSTALL_NO_DEVELOPMENT=ON as this makes it installs only libraries, not headers nor cmake helpers, bug #534750 by Andreas Schäfer; override webapp.eclass exported functions as we want webapp support optional, bug #534036
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.123 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 28 Dec 2014 16:53:38 -0000 1.122
+++ ChangeLog 5 Jan 2015 15:02:43 -0000 1.123
@@ -1,6 +1,15 @@
# ChangeLog for sci-libs/vtk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.122 2014/12/28 16:53:38 titanofold Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.123 2015/01/05 15:02:43 aballier Exp $
+
+*vtk-6.1.0-r1 (05 Jan 2015)
+
+ 05 Jan 2015; Alexis Ballier <aballier@gentoo.org> +vtk-6.1.0-r1.ebuild:
+ Add missing dep on jsoncpp, bug #533606 by Stephen Bosch; do not set
+ VTK_INSTALL_NO_DEVELOPMENT=ON as this makes it installs only libraries, not
+ headers nor cmake helpers, bug #534750 by Andreas Schäfer; override
+ webapp.eclass exported functions as we want webapp support optional, bug
+ #534036
28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> vtk-6.0.0.ebuild,
vtk-6.1.0.ebuild:
1.1 sci-libs/vtk/vtk-6.1.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: vtk-6.1.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v 1.1 2015/01/05 15:02:43 aballier Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
CMAKE_MAKEFILE_GENERATOR=ninja
WEBAPP_OPTIONAL=yes
WEBAPP_MANUAL_SLOT=yes
inherit eutils flag-o-matic java-pkg-opt-2 python-single-r1 qt4-r2 versionator toolchain-funcs cmake-utils virtualx webapp
# Short package version
SPV="$(get_version_component_range 1-2)"
DESCRIPTION="The Visualization Toolkit"
HOMEPAGE="http://www.vtk.org/"
SRC_URI="
http://www.${PN}.org/files/release/${SPV}/VTK-${PV}.tar.gz
doc? ( http://www.${PN}.org/files/release/${SPV}/${PN}DocHtml-${PV}.tar.gz )
test? (
http://www.${PN}.org/files/release/${SPV}/VTKData-${PV}.tar.gz
http://www.${PN}.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz
)
"
LICENSE="BSD LGPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="
all-modules aqua boost cg doc examples imaging ffmpeg gdal java json kaapi mpi
mysql odbc offscreen postgres python qt4 rendering smp tbb test theora tk tcl
video_cards_nvidia views web xdmf2 R +X"
REQUIRED_USE="
all-modules? ( python xdmf2 )
java? ( qt4 )
python? ( ${PYTHON_REQUIRED_USE} )
tcl? ( rendering )
smp? ( ^^ ( kaapi tbb ) )
test? ( python )
tk? ( tcl )
web? ( python )
^^ ( X aqua offscreen )
"
RDEPEND="
dev-libs/expat
dev-libs/jsoncpp
dev-libs/libxml2:2
>=media-libs/freetype-2.5.4
media-libs/libpng
media-libs/mesa
media-libs/libtheora
media-libs/tiff
sci-libs/exodusii
sci-libs/hdf5:=
sci-libs/netcdf-cxx:3
sys-libs/zlib
virtual/jpeg
virtual/opengl
>=x11-libs/gl2ps-1.3.8
x11-libs/libX11
x11-libs/libXmu
x11-libs/libXt
boost? ( >=dev-libs/boost-1.40.0[mpi?] )
cg? ( media-gfx/nvidia-cg-toolkit )
examples? (
dev-qt/qtcore:4
dev-qt/qtgui:4
sci-libs/vtkdata
)
ffmpeg? ( virtual/ffmpeg )
gdal? ( sci-libs/gdal )
java? ( >=virtual/jre-1.5 )
kaapi? ( <sci-libs/xkaapi-3 )
mpi? (
virtual/mpi[cxx,romio]
python? ( dev-python/mpi4py[${PYTHON_USEDEP}] )
mysql? ( virtual/mysql )
odbc? ( dev-db/unixODBC )
offscreen? ( media-libs/mesa[osmesa] )
postgres? ( dev-db/postgresql )
python? (
${PYTHON_DEPS}
dev-python/sip[${PYTHON_USEDEP}]
)
)
qt4? (
dev-qt/designer:4
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
dev-qt/qtsql:4
dev-qt/qtwebkit:4
python? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
)
tbb? ( dev-cpp/tbb )
tcl? ( dev-lang/tcl )
tk? ( dev-lang/tk )
video_cards_nvidia? ( media-video/nvidia-settings )
web? (
${WEBAPP_DEPEND}
python? (
dev-python/autobahn[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
)
)
xdmf2? ( sci-libs/xdmf2 )
R? ( dev-lang/R )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
java? ( >=virtual/jdk-1.5 )"
S="${WORKDIR}"/VTK-${PV}
PATCHES=(
"${FILESDIR}"/${P}-freetype.patch
"${FILESDIR}"/${P}-install.patch
"${FILESDIR}"/${P}-system.patch
"${FILESDIR}"/${P}-netcdf.patch
"${FILESDIR}"/${P}-web.patch
"${FILESDIR}"/${P}-glext.patch
)
RESTRICT=test
pkg_setup() {
use java && java-pkg-opt-2_pkg_setup
use python && python-single-r1_pkg_setup
use web && webapp_pkg_setup
append-cppflags -D__STDC_CONSTANT_MACROS -D_UNICODE
}
src_prepare() {
sed \
-e 's:libproj4:libproj:g' \
-e 's:lib_proj.h:lib_abi.h:g' \
-i CMake/FindLIBPROJ4.cmake || die
local x
# missing: VPIC alglib exodusII freerange ftgl libproj4 mrmpi sqlite utf8 verdict xmdf2 xmdf3
for x in expat freetype gl2ps hdf5 jpeg jsoncpp libxml2 netcdf oggtheora png tiff zlib; do
ebegin "Dropping bundled ${x}"
rm -r ThirdParty/${x}/vtk${x} || die
eend $?
done
rm -r \
ThirdParty/AutobahnPython/autobahn \
ThirdParty/Twisted/twisted \
ThirdParty/ZopeInterface/zope \
|| die
use java && export JAVA_HOME="${EPREFIX}/etc/java-config-2/current-system-vm"
if use mpi; then
export CC=mpicc
export CXX=mpicxx
export FC=mpif90
export F90=mpif90
export F77=mpif77
fi
cmake-utils_src_prepare
}
src_configure() {
# general configuration
local mycmakeargs=(
-Wno-dev
# -DCMAKE_SKIP_RPATH=YES
-DVTK_DIR="${S}"
-DVTK_INSTALL_LIBRARY_DIR=$(get_libdir)
-DVTK_DATA_ROOT:PATH="${EPREFIX}/usr/share/${PN}/data"
-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
-DVTK_CUSTOM_LIBRARY_SUFFIX=""
-DBUILD_SHARED_LIBS=ON
-DVTK_USE_SYSTEM_AUTOBAHN=ON
-DVTK_USE_SYSTEM_EXPAT=ON
-DVTK_USE_SYSTEM_FREETYPE=ON
-DVTK_USE_SYSTEM_FreeType=ON
-DVTK_USE_SYSTEM_GL2PS=ON
-DVTK_USE_SYSTEM_HDF5=ON
-DVTK_USE_SYSTEM_JPEG=ON
-DVTK_USE_SYSTEM_LIBPROJ4=OFF
# -DLIBPROJ4_DIR="${EPREFIX}/usr"
-DVTK_USE_SYSTEM_LIBXML2=ON
-DVTK_USE_SYSTEM_LibXml2=ON
-DVTK_USE_SYSTEM_NETCDF=ON
-DVTK_USE_SYSTEM_OGGTHEORA=ON
-DVTK_USE_SYSTEM_PNG=ON
-DVTK_USE_SYSTEM_TIFF=ON
-DVTK_USE_SYSTEM_TWISTED=ON
-DVTK_USE_SYSTEM_XDMF2=OFF
-DVTK_USE_SYSTEM_XDMF3=OFF
-DVTK_USE_SYSTEM_ZLIB=ON
-DVTK_USE_SYSTEM_ZOPE=ON
-DVTK_USE_SYSTEM_LIBRARIES=ON
-DVTK_USE_GL2PS=ON
-DVTK_USE_LARGE_DATA=ON
-DVTK_USE_PARALLEL=ON
)
mycmakeargs+=(
-DVTK_EXTRA_COMPILER_WARNINGS=ON
-DVTK_Group_StandAlone=ON
)
mycmakeargs+=(
$(cmake-utils_use_build doc DOCUMENTATION)
$(cmake-utils_use_build examples EXAMPLES)
$(cmake-utils_use_build test VTK_BUILD_ALL_MODULES_FOR_TESTS)
$(cmake-utils_use all-modules VTK_BUILD_ALL_MODULES)
$(cmake-utils_use doc DOCUMENTATION_HTML_HELP)
$(cmake-utils_use imaging VTK_Group_Imaging)
$(cmake-utils_use mpi VTK_Group_MPI)
$(cmake-utils_use qt4 VTK_Group_Qt)
$(cmake-utils_use rendering VTK_Group_Rendering)
$(cmake-utils_use tk VTK_Group_Tk)
$(cmake-utils_use views VTK_Group_Views)
$(cmake-utils_use web VTK_Group_Web)
$(cmake-utils_use web VTK_WWW_DIR="${ED}/${MY_HTDOCSDIR}")
$(cmake-utils_use java VTK_WRAP_JAVA)
$(cmake-utils_use python VTK_WRAP_PYTHON)
$(cmake-utils_use python VTK_WRAP_PYTHON_SIP)
$(cmake-utils_use tcl VTK_WRAP_TCL)
)
mycmakeargs+=(
$(cmake-utils_use boost VTK_USE_BOOST)
$(cmake-utils_use cg VTK_USE_CG_SHADERS)
$(cmake-utils_use odbc VTK_USE_ODBC)
$(cmake-utils_use offscreen VTK_USE_OFFSCREEN)
$(cmake-utils_use offscreen VTK_OPENGL_HAS_OSMESA)
$(cmake-utils_use smp vtkFiltersSMP)
$(cmake-utils_use theora VTK_USE_OGGTHEORA_ENCODER)
$(cmake-utils_use video_cards_nvidia VTK_USE_NVCONTROL)
$(cmake-utils_use R Module_vtkFiltersStatisticsGnuR)
$(cmake-utils_use X VTK_USE_X)
)
# IO
mycmakeargs+=(
$(cmake-utils_use ffmpeg VTK_USE_FFMPEG_ENCODER)
$(cmake-utils_use gdal Module_vtkIOGDAL)
$(cmake-utils_use json Module_vtkIOGeoJSON)
$(cmake-utils_use xdmf2 Module_vtkIOXdmf2)
)
# Apple stuff, does it really work?
mycmakeargs+=( $(cmake-utils_use aqua VTK_USE_COCOA) )
if use examples || use test; then
mycmakeargs+=( -DBUILD_TESTING=ON )
fi
if use kaapi; then
mycmakeargs+=( -DVTK_SMP_IMPLEMENTATION_TYPE="Kaapi" )
elif use tbb; then
mycmakeargs+=( -DVTK_SMP_IMPLEMENTATION_TYPE="TBB" )
else
mycmakeargs+=( -DVTK_SMP_IMPLEMENTATION_TYPE="Sequential" )
fi
if use java; then
# local _ejavahome=${EPREFIX}/etc/java-config-2/current-system-vm
#
# mycmakeargs+=(
# -DJAVAC=${EPREFIX}/usr/bin/javac
# -DJAVAC=$(java-config -c)
# -DJAVA_AWT_INCLUDE_PATH=${JAVA_HOME}/include
# -DJAVA_INCLUDE_PATH:PATH=${JAVA_HOME}/include
# -DJAVA_INCLUDE_PATH2:PATH=${JAVA_HOME}/include/linux
# )
#
if [ "${ARCH}" == "amd64" ]; then
mycmakeargs+=( -DJAVA_AWT_LIBRARY="${JAVA_HOME}/jre/lib/${ARCH}/libjawt.so;${JAVA_HOME}/jre/lib/${ARCH}/xawt/libmawt.so" )
else
mycmakeargs+=( -DJAVA_AWT_LIBRARY="${JAVA_HOME}/jre/lib/i386/libjawt.so;${JAVA_HOME}/jre/lib/i386/xawt/libmawt.so" )
fi
fi
if use python; then
mycmakeargs+=(
-DVTK_INSTALL_PYTHON_MODULE_DIR="$(python_get_sitedir)"
-DPYTHON_INCLUDE_DIR="$(python_get_includedir)"
-DPYTHON_LIBRARY="$(python_get_library_path)"
-DSIP_PYQT_DIR="${EPREFIX}/usr/share/sip"
-DSIP_INCLUDE_DIR="$(python_get_includedir)"
-DVTK_PYTHON_INCLUDE_DIR="$(python_get_includedir)"
-DVTK_PYTHON_LIBRARY="$(python_get_library_path)"
-DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${PREFIX} --root=${D}"
)
fi
if use qt4; then
mycmakeargs+=(
-DVTK_USE_QVTK=ON
-DVTK_USE_QVTK_OPENGL=ON
-DVTK_USE_QVTK_QTOPENGL=ON
-DQT_WRAP_CPP=ON
-DQT_WRAP_UI=ON
-DVTK_INSTALL_QT_DIR=/$(get_libdir)/qt4/plugins/designer
-DDESIRED_QT_VERSION=4
-DVTK_QT_VERSION=4
-DQT_MOC_EXECUTABLE="${EPREFIX}/usr/bin/moc"
-DQT_UIC_EXECUTABLE="${EPREFIX}/usr/bin/uic"
-DQT_INCLUDE_DIR="${EPREFIX}/usr/include/qt4"
-DQT_QMAKE_EXECUTABLE="${EPREFIX}/usr/bin/qmake"
)
fi
if use R; then
mycmakeargs+=(
# -DR_LIBRARY_BLAS=$($(tc-getPKG_CONFIG) --libs blas)
# -DR_LIBRARY_LAPACK=$($(tc-getPKG_CONFIG) --libs lapack)
-DR_LIBRARY_BLAS=/usr/lib64/R/lib/libR.so
-DR_LIBRARY_LAPACK=/usr/lib64/R/lib/libR.so
)
fi
cmake-utils_src_configure
}
src_test() {
local tcllib
ln -sf "${BUILD_DIR}"/lib "${BUILD_DIR}"/lib/Release || die
for tcllib in "${BUILD_DIR}"/lib/lib*TCL*so; do
ln -sf $(basename "${tcllib}").1 "${tcllib/.so/-${SPV}.so}" || die
done
export LD_LIBRARY_PATH="${BUILD_DIR}"/lib:"${JAVA_HOME}"/jre/lib/${ARCH}/:"${JAVA_HOME}"/jre/lib/${ARCH}/xawt/
local VIRTUALX_COMMAND="cmake-utils_src_test"
# local VIRTUALX_COMMAND="cmake-utils_src_test -R Java"
# local VIRTUALX_COMMAND="cmake-utils_src_test -I 364,365"
virtualmake
}
src_install() {
use web && webapp_src_preinst
# install docs
HTML_DOCS=( "${S}"/README.html )
cmake-utils_src_install
use java && java-pkg_regjar "${ED}"/usr/$(get_libdir)/${PN}.jar
if use tcl; then
# install Tcl docs
docinto vtk_tcl
dodoc "${S}"/Wrapping/Tcl/README
fi
# install examples
if use examples; then
insinto /usr/share/${PN}
mv -v Examples examples || die
doins -r examples
fi
#install big docs
if use doc; then
cd "${WORKDIR}"/html || die
rm -f *.md5 || die "Failed to remove superfluous hashes"
einfo "Installing API docs. This may take some time."
docinto html
dodoc -r ./*
fi
# environment
cat >> "${T}"/40${PN} <<- EOF
VTK_DATA_ROOT=${EPREFIX}/usr/share/${PN}/data
VTK_DIR=${EPREFIX}/usr/$(get_libdir)/${PN}-${SPV}
VTKHOME=${EPREFIX}/usr
EOF
doenvd "${T}"/40${PN}
use web && webapp_src_install
}
# webapp.eclass exports these but we want it optional #534036
pkg_postinst() {
use web && webapp_pkg_postinst
}
pkg_prerm() {
use web && webapp_pkg_prerm
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-6.1.0-r1.ebuild ChangeLog
@ 2015-01-06 9:45 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2015-01-06 9:45 UTC (permalink / raw
To: gentoo-commits
aballier 15/01/06 09:45:16
Modified: vtk-6.1.0-r1.ebuild ChangeLog
Log:
rekeyword ~arm
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.2 sci-libs/vtk/vtk-6.1.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?r1=1.1&r2=1.2
Index: vtk-6.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vtk-6.1.0-r1.ebuild 5 Jan 2015 15:02:43 -0000 1.1
+++ vtk-6.1.0-r1.ebuild 6 Jan 2015 09:45:16 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v 1.1 2015/01/05 15:02:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v 1.2 2015/01/06 09:45:16 aballier Exp $
EAPI=5
@@ -26,7 +26,7 @@
"
LICENSE="BSD LGPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="
all-modules aqua boost cg doc examples imaging ffmpeg gdal java json kaapi mpi
1.124 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.123&r2=1.124
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog 5 Jan 2015 15:02:43 -0000 1.123
+++ ChangeLog 6 Jan 2015 09:45:16 -0000 1.124
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.123 2015/01/05 15:02:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.124 2015/01/06 09:45:16 aballier Exp $
+
+ 06 Jan 2015; Alexis Ballier <aballier@gentoo.org> vtk-6.1.0-r1.ebuild:
+ keyword ~arm
*vtk-6.1.0-r1 (05 Jan 2015)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-6.1.0-r1.ebuild ChangeLog
@ 2015-02-09 7:55 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2015-02-09 7:55 UTC (permalink / raw
To: gentoo-commits
jlec 15/02/09 07:55:31
Modified: vtk-6.1.0-r1.ebuild ChangeLog
Log:
Fix link problems due to fatal warnings, #534096 & #538782
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.3 sci-libs/vtk/vtk-6.1.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?r1=1.2&r2=1.3
Index: vtk-6.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vtk-6.1.0-r1.ebuild 6 Jan 2015 09:45:16 -0000 1.2
+++ vtk-6.1.0-r1.ebuild 9 Feb 2015 07:55:31 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v 1.2 2015/01/06 09:45:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v 1.3 2015/02/09 07:55:31 jlec Exp $
EAPI=5
@@ -123,6 +123,7 @@
"${FILESDIR}"/${P}-netcdf.patch
"${FILESDIR}"/${P}-web.patch
"${FILESDIR}"/${P}-glext.patch
+ "${FILESDIR}"/${P}-memset.patch
)
RESTRICT=test
1.125 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.124&r2=1.125
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog 6 Jan 2015 09:45:16 -0000 1.124
+++ ChangeLog 9 Feb 2015 07:55:31 -0000 1.125
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.124 2015/01/06 09:45:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.125 2015/02/09 07:55:31 jlec Exp $
+
+ 09 Feb 2015; Justin Lecher <jlec@gentoo.org> +files/vtk-6.1.0-memset.patch,
+ vtk-6.1.0-r1.ebuild:
+ Fix link problems due to fatal warnings, #534096 & #538782
06 Jan 2015; Alexis Ballier <aballier@gentoo.org> vtk-6.1.0-r1.ebuild:
keyword ~arm
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-6.1.0-r1.ebuild ChangeLog
@ 2015-03-06 22:47 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:47 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/06 22:47:17
Modified: vtk-6.1.0-r1.ebuild ChangeLog
Log:
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 sci-libs/vtk/vtk-6.1.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?r1=1.5&r2=1.6
Index: vtk-6.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vtk-6.1.0-r1.ebuild 23 Feb 2015 08:16:14 -0000 1.5
+++ vtk-6.1.0-r1.ebuild 6 Mar 2015 22:47:17 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v 1.5 2015/02/23 08:16:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v 1.6 2015/03/06 22:47:17 pacho Exp $
EAPI=5
@@ -26,7 +26,7 @@
"
LICENSE="BSD LGPL-2"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="
all-modules aqua boost cg doc examples imaging ffmpeg gdal java json kaapi mpi
1.128 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.127&r2=1.128
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog 23 Feb 2015 08:16:14 -0000 1.127
+++ ChangeLog 6 Mar 2015 22:47:17 -0000 1.128
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.127 2015/02/23 08:16:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.128 2015/03/06 22:47:17 pacho Exp $
+
+ 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> vtk-6.1.0-r1.ebuild:
+ amd64 stable, bug 540290
23 Feb 2015; Justin Lecher <jlec@gentoo.org> vtk-6.1.0-r1.ebuild,
vtk-6.1.0.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-6.1.0-r1.ebuild ChangeLog
@ 2015-03-09 0:05 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-09 0:05 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/09 00:05:43
Modified: vtk-6.1.0-r1.ebuild ChangeLog
Log:
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.7 sci-libs/vtk/vtk-6.1.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?r1=1.6&r2=1.7
Index: vtk-6.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vtk-6.1.0-r1.ebuild 6 Mar 2015 22:47:17 -0000 1.6
+++ vtk-6.1.0-r1.ebuild 9 Mar 2015 00:05:43 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v 1.6 2015/03/06 22:47:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v 1.7 2015/03/09 00:05:43 pacho Exp $
EAPI=5
@@ -26,7 +26,7 @@
"
LICENSE="BSD LGPL-2"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="
all-modules aqua boost cg doc examples imaging ffmpeg gdal java json kaapi mpi
1.129 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.128&r2=1.129
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog 6 Mar 2015 22:47:17 -0000 1.128
+++ ChangeLog 9 Mar 2015 00:05:43 -0000 1.129
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.128 2015/03/06 22:47:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.129 2015/03/09 00:05:43 pacho Exp $
+
+ 09 Mar 2015; Pacho Ramos <pacho@gentoo.org> vtk-6.1.0-r1.ebuild:
+ x86 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> vtk-6.1.0-r1.ebuild:
amd64 stable, bug 540290
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-09 0:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06 22:47 [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-6.1.0-r1.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2015-03-09 0:05 Pacho Ramos (pacho)
2015-02-09 7:55 Justin Lecher (jlec)
2015-01-06 9:45 Alexis Ballier (aballier)
2015-01-05 15:02 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox