summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-31 21:30:23 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-31 21:31:24 +0200
commit83703948fcc8238933fe97b2bf2b40b572793c6f (patch)
treea6ecb9471e1f73ae1c54f835017842150c453c30
parentwww-apps/netbox: Remove last-rited pkg (diff)
downloadgentoo-83703948.tar.gz
gentoo-83703948.tar.bz2
gentoo-83703948.zip
sci-chemistry/gmxapi: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.mask1
-rw-r--r--sci-chemistry/gmxapi/Manifest1
-rw-r--r--sci-chemistry/gmxapi/gmxapi-0.0.7.1-r1.ebuild59
-rw-r--r--sci-chemistry/gmxapi/metadata.xml12
4 files changed, 0 insertions, 73 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 5350b058c9df..6d91c90a72c9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -410,7 +410,6 @@ dev-java/cldc-api
#
# Removal on 2021-05-31. Relevant bugs found on tracker #701178.
gnome-extra/gnome-dvb-daemon
-sci-chemistry/gmxapi
# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-04-30)
# Superceded by dev-perl/Image-Sane. Tests hang, bug 626594
diff --git a/sci-chemistry/gmxapi/Manifest b/sci-chemistry/gmxapi/Manifest
deleted file mode 100644
index 7057d007aed1..000000000000
--- a/sci-chemistry/gmxapi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gmxapi-0.0.7.1.tar.gz 671400 BLAKE2B 5db024bceaed262fc1bd2ef35c0c24a31eff12abde7766ba0eea9d5aabe04c435cdf3c79c04d7932f2110de837a0d06e1f66239f22ba6f313410ed8c9d899788 SHA512 4103d67be3c869907613ec74fc46f14b15242ad93a973fc984dbb25e79bb0bb697d9d2ad9b67a8da2500e5a89b8f78ea1ef1632455af29830e11c2bf1f11bc44
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>alexxy@gentoo.org</email>
- <name>Alexey Shvetsov</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
-</pkgmetadata>