From e748ba9741f6540f4675c23e3e37b73e822c13a4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 May 2021 20:59:14 +0100 Subject: gentoo resync : 31.05.2021 --- sci-chemistry/gmxapi/Manifest | 3 -- sci-chemistry/gmxapi/gmxapi-0.0.7.1-r1.ebuild | 59 --------------------------- sci-chemistry/gmxapi/metadata.xml | 12 ------ 3 files changed, 74 deletions(-) delete mode 100644 sci-chemistry/gmxapi/Manifest delete mode 100644 sci-chemistry/gmxapi/gmxapi-0.0.7.1-r1.ebuild delete mode 100644 sci-chemistry/gmxapi/metadata.xml (limited to 'sci-chemistry/gmxapi') diff --git a/sci-chemistry/gmxapi/Manifest b/sci-chemistry/gmxapi/Manifest deleted file mode 100644 index f1576e68d745..000000000000 --- a/sci-chemistry/gmxapi/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST gmxapi-0.0.7.1.tar.gz 671400 BLAKE2B 5db024bceaed262fc1bd2ef35c0c24a31eff12abde7766ba0eea9d5aabe04c435cdf3c79c04d7932f2110de837a0d06e1f66239f22ba6f313410ed8c9d899788 SHA512 4103d67be3c869907613ec74fc46f14b15242ad93a973fc984dbb25e79bb0bb697d9d2ad9b67a8da2500e5a89b8f78ea1ef1632455af29830e11c2bf1f11bc44 -EBUILD gmxapi-0.0.7.1-r1.ebuild 1190 BLAKE2B ae63d0c7e5671d366514ed3bfbad84086931f31c509f7f9d6b898e26fde7f29001ada3d8aa7949b96991152b4363083d015b34d47ea837bdb3b5ecab9fdf4075 SHA512 a6841d9d67846125a19d722aa87d445fac06cd91fa225daa66bc47bd05a5c3dd9b2a54f6ba2d871f63710d58db50b4e23010ece7c14250fe9f363d4c2f9965aa -MISC metadata.xml 374 BLAKE2B d93e2ad2f09971909382ad65fc5f5033487979b0694f9dc656439573973f55ce1865e5a30584e55e1c48fdd93898601ac2b11e269fb2b1c5adc3ff8dde66f35d SHA512 1c61c58e1cfbbb42342f7a87625e0044e51523f7a2f7270ecfea537c622965e64195fc88eb8f70fac648a0154a19f4a852b88383de1dcd6e17ff0ac0dc6e22d8 diff --git a/sci-chemistry/gmxapi/gmxapi-0.0.7.1-r1.ebuild b/sci-chemistry/gmxapi/gmxapi-0.0.7.1-r1.ebuild deleted file mode 100644 index 8f1ee185df7f..000000000000 --- a/sci-chemistry/gmxapi/gmxapi-0.0.7.1-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MAKE_MAKEFILE_GENERATOR="ninja" - -PYTHON_COMPAT=( python3_7 ) - -inherit cmake-utils python-r1 - -DESCRIPTION="Gromacs API bindings" -HOMEPAGE="https://github.com/kassonlab/gmxapi" -SRC_URI="https://github.com/kassonlab/gmxapi/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND=" - ${PYTHON_DEPS} - >=sci-chemistry/gromacs-2019:=" -RDEPEND=" - ${DEPEND} - dev-python/networkx[${PYTHON_USEDEP}] -" -BDEPEND="" - -src_configure() { - my_impl_src_configure() { - local mycmakeargs=( - -DCMAKE_STRIP="${EPREFIX}/bin/true" - -DCMAKE_INSTALL_PREFIX="${ED}/usr" - -DPYTHON_EXECUTABLE="${EPREFIX}/usr/bin/${EPYTHON}" - -DGMXAPI_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${EPYTHON}/site-packages/gmx" - ) - - cmake-utils_src_configure - } - - python_foreach_impl my_impl_src_configure -} - -src_compile() { - python_foreach_impl cmake-utils_src_make -} - -src_install() { - my_impl_src_install() { - cd "${BUILD_DIR}" || die - cmake-utils_src_install - python_optimize - } - - python_foreach_impl my_impl_src_install -} diff --git a/sci-chemistry/gmxapi/metadata.xml b/sci-chemistry/gmxapi/metadata.xml deleted file mode 100644 index 7daa2ce7e5f8..000000000000 --- a/sci-chemistry/gmxapi/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - alexxy@gentoo.org - Alexey Shvetsov - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - -- cgit v1.2.3