summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-24 13:30:07 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-24 13:30:07 +0200
commitd3e8f1f4ea09d9405eeb1db7bc8467f97ec88baa (patch)
treecb9451dc063e05ceaff42ce061953d2f18255ae1 /sci-chemistry
parentdev-python/pypgsql: Drop old (diff)
downloadgentoo-d3e8f1f4ea09d9405eeb1db7bc8467f97ec88baa.tar.gz
gentoo-d3e8f1f4ea09d9405eeb1db7bc8467f97ec88baa.tar.bz2
gentoo-d3e8f1f4ea09d9405eeb1db7bc8467f97ec88baa.zip
sci-chemistry/clashlist: Drop old
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/clashlist/clashlist-3.17.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-chemistry/clashlist/clashlist-3.17.ebuild b/sci-chemistry/clashlist/clashlist-3.17.ebuild
deleted file mode 100644
index 513a1e024746..000000000000
--- a/sci-chemistry/clashlist/clashlist-3.17.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="Build lists of van der Waals clashes from an input PDB file"
-HOMEPAGE="http://kinemage.biochem.duke.edu/software/index.php"
-SRC_URI="mirror://gentoo/molprobity-${PV}.tgz"
-
-SLOT="0"
-LICENSE="richardson"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- <=sci-chemistry/cluster-1.3.081231
- sci-chemistry/probe"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_install() {
- dobin molprobity3/bin/clashlist
-}