commit:     5dc46b76582be6bd8aa9190878f00a05db90773b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:30:41 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:30:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc46b76

sci-chemistry/prody: remove last rited package

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sci-chemistry/prody/Manifest         |  1 -
 sci-chemistry/prody/metadata.xml     | 11 ---------
 sci-chemistry/prody/prody-1.6.ebuild | 43 ------------------------------------
 3 files changed, 55 deletions(-)

diff --git a/sci-chemistry/prody/Manifest b/sci-chemistry/prody/Manifest
deleted file mode 100644
index 58a19662227..00000000000
--- 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 d798ea1d6cd..00000000000
--- 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>[email protected]</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 abab32d7927..00000000000
--- 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
-}

Reply via email to