summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-04-15 10:30:41 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-04-15 10:30:41 +0300
commit5dc46b76582be6bd8aa9190878f00a05db90773b (patch)
tree202471e354b2f71776304499af09fd9ae83c029e /sci-chemistry
parentwww-plugins/mozplugger: remove last rited package (diff)
downloadgentoo-5dc46b76582be6bd8aa9190878f00a05db90773b.tar.gz
gentoo-5dc46b76582be6bd8aa9190878f00a05db90773b.tar.bz2
gentoo-5dc46b76582be6bd8aa9190878f00a05db90773b.zip
sci-chemistry/prody: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/prody/Manifest1
-rw-r--r--sci-chemistry/prody/metadata.xml11
-rw-r--r--sci-chemistry/prody/prody-1.6.ebuild43
3 files changed, 0 insertions, 55 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">prody/ProDy</remote-id>
- </upstream>
-</pkgmetadata>
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
-}