sci-chemistry/clashlist: Drop old
authorJustin Lecher <jlec@gentoo.org>
Thu, 24 Sep 2015 11:30:07 +0000 (13:30 +0200)
committerJustin Lecher <jlec@gentoo.org>
Thu, 24 Sep 2015 11:30:07 +0000 (13:30 +0200)
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec@gentoo.org>
sci-chemistry/clashlist/clashlist-3.17.ebuild [deleted file]

diff --git a/sci-chemistry/clashlist/clashlist-3.17.ebuild b/sci-chemistry/clashlist/clashlist-3.17.ebuild
deleted file mode 100644 (file)
index 513a1e0..0000000
+++ /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
-}