From: Mikle Kolyada Date: Mon, 15 Apr 2019 07:30:41 +0000 (+0300) Subject: sci-chemistry/prody: remove last rited package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5dc46b76582be6bd8aa9190878f00a05db90773b;p=gentoo.git sci-chemistry/prody: remove last rited package Signed-off-by: Mikle Kolyada --- diff --git a/sci-chemistry/prody/Manifest b/sci-chemistry/prody/Manifest deleted file mode 100644 index 58a196622277..000000000000 --- a/sci-chemistry/prody/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST prody-1.6.tar.gz 5333629 BLAKE2B 73d268d0e717ff1e53be73da31e313aca8d4ccb2633f5bc8a43124b68f4945685c3edafc885998f58d7114363485e0b7a1e4882d35be134babc081cd4e1e1f86 SHA512 d913ad45b034f1b0e7e36428a6f8f199b365b94bd85bee5ade8eb9eb2b04a18c93d894a2abd18b3a1342597725ffbf96f8ce8a49191fc27e5608f3d2c9a3c49a diff --git a/sci-chemistry/prody/metadata.xml b/sci-chemistry/prody/metadata.xml deleted file mode 100644 index d798ea1d6cdf..000000000000 --- a/sci-chemistry/prody/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - - prody/ProDy - - diff --git a/sci-chemistry/prody/prody-1.6.ebuild b/sci-chemistry/prody/prody-1.6.ebuild deleted file mode 100644 index abab32d7927e..000000000000 --- a/sci-chemistry/prody/prody-1.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Protein Dynamics Analysis" -HOMEPAGE="http://prody.csb.pitt.edu/ https://github.com/prody/ProDy" -SRC_URI="https://github.com/prody/ProDy/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - dev-python/ipython[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - >=dev-python/numpy-1.7[${PYTHON_USEDEP}] - dev-python/pyparsing[${PYTHON_USEDEP}] - sci-biology/biopython[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -S="${WORKDIR}"/ProDy-${PV} - -DISTUTILS_IN_SOURCE_BUILD=true - -python_prepare_all() { - emake remove - distutils-r1_python_prepare_all -} - -python_test() { - cd "${BUILD_DIR}" || die - PATH="${S}"/scripts:${PATH} \ - nosetests --verbose || die -}