jlec 14/12/26 15:55:21 Modified: ChangeLog Added: xdmf2-1.0_p141226-r1.ebuild Removed: xdmf2-1.0_p141226.ebuild Log: sci-libs/xdmf2: Install Modules correctly (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 sci-libs/xdmf2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xdmf2/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xdmf2/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xdmf2/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/xdmf2/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 26 Dec 2014 14:33:07 -0000 1.1 +++ ChangeLog 26 Dec 2014 15:55:21 -0000 1.2 @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/xdmf2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xdmf2/ChangeLog,v 1.1 2014/12/26 14:33:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xdmf2/ChangeLog,v 1.2 2014/12/26 15:55:21 jlec Exp $ + +*xdmf2-1.0_p141226-r1 (26 Dec 2014) + + 26 Dec 2014; Justin Lecher <[email protected]> -xdmf2-1.0_p141226.ebuild, + +xdmf2-1.0_p141226-r1.ebuild, +files/xdmf2-1.0_p141226-module.patch: + Install Modules correctly *xdmf2-1.0_p141226 (26 Dec 2014) 1.1 sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild?rev=1.1&content-type=text/plain Index: xdmf2-1.0_p141226-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild,v 1.1 2014/12/26 15:55:21 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit cmake-utils multilib python-single-r1 DESCRIPTION="eXtensible Data Model and Format" HOMEPAGE="http://xdmf.org/index.php/Main_Page" SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" SLOT="0" LICENSE="paraview" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc python test" RDEPEND=" sci-libs/hdf5:= dev-libs/libxml2:2 python? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) python? ( dev-lang/swig:0 ) " PATCHES=( "${FILESDIR}"/${P}-module.patch ) pkg_setup() { use python && python-single-r1_pkg_setup && python_export } src_prepare() { if use python; then local _site=$(python_get_sitedir) sed \ -e "/DESTINATION/s:python:${_site##${EPREFIX}/usr/$(get_libdir)/}:g" \ -i CMakeLists.txt || die fi sed \ -e "/DESTINATION/s:lib:$(get_libdir):g" \ -e "/INSTALL/s:lib:$(get_libdir):g" \ -i CMakeLists.txt core/CMakeLists.txt || die cmake-utils_src_prepare } src_configure() { local mycmakeargs=( $(cmake-utils_use doc XDMF_BUILD_DOCUMENTATION) $(cmake-utils_use_build test TESTING) $(cmake-utils_use python XDMF_WRAP_PYTHON) # $(cmake-utils_use java XDMF_WRAP_JAVA) ) cmake-utils_src_configure } src_install() { cmake-utils_src_install dosym XdmfConfig.cmake /usr/share/cmake/Modules/${PN}Config.cmake }
