From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C90701382C5 for ; Fri, 5 Jun 2020 00:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1259FE0957; Fri, 5 Jun 2020 00:39:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E458CE0957 for ; Fri, 5 Jun 2020 00:39:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA95F34F296 for ; Fri, 5 Jun 2020 00:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D666285 for ; Fri, 5 Jun 2020 00:39:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1591317564.8ac723273059a227d3edbf890b2eeb83c50926e1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild X-VCS-Directories: sci-libs/xdmf2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8ac723273059a227d3edbf890b2eeb83c50926e1 X-VCS-Branch: master Date: Fri, 5 Jun 2020 00:39:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a8c9df5-e7ae-4f1a-9fc6-768fc6ab9e55 X-Archives-Hash: e3d2f58970a881829bd1cbde7d666221 commit: 8ac723273059a227d3edbf890b2eeb83c50926e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 4 23:00:11 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 5 00:39:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac72327 sci-libs/xdmf2: Drop 1.0_p141226-r3 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild | 79 ------------------------------ 1 file changed, 79 deletions(-) diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild deleted file mode 100644 index fe0d3fcb2bc..00000000000 --- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils flag-o-matic python-single-r1 - -DESCRIPTION="eXtensible Data Model and Format" -HOMEPAGE="http://xdmf.org/index.php/Main_Page" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -SLOT="0" -LICENSE="VTK" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -IUSE="doc python test" -RESTRICT="!test? ( test )" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-libs/boost:= - 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 - "${FILESDIR}"/${P}-cannot-find-hdf5-bug-591302.patch - "${FILESDIR}"/${P}-cmake-3.12.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() { - # bug 619604 - append-cxxflags -std=c++14 - - local mycmakeargs=( - -DBUILD_SHARED_LIBS=1 - -DXDMF_BUILD_DOCUMENTATION=$(usex doc) - -DBUILD_TESTING=$(usex test) - -DXDMF_WRAP_PYTHON=$(usex python) -# -DXDMF_WRAP_JAVA=$(usex java) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dosym XdmfConfig.cmake /usr/share/cmake/Modules/${PN}Config.cmake - - # need to byte-compile 'XdmfCore.py' and 'Xdmf.py' - # as the CMake build system does not compile them itself - use python && python_optimize "${D%/}$(python_get_sitedir)" -}