summaryrefslogtreecommitdiff
path: root/sci-chemistry/mm-align/mm-align-20120321.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/mm-align/mm-align-20120321.ebuild')
-rw-r--r--sci-chemistry/mm-align/mm-align-20120321.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/sci-chemistry/mm-align/mm-align-20120321.ebuild b/sci-chemistry/mm-align/mm-align-20120321.ebuild
deleted file mode 100644
index d2b42fe2547e..000000000000
--- a/sci-chemistry/mm-align/mm-align-20120321.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils fortran-2
-
-DESCRIPTION="Protein Complex Structural Alignment"
-HOMEPAGE="http://zhanglab.ccmb.med.umich.edu/MM-align/"
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/MM-align-${PV}.tar.xz"
-
-SLOT="0"
-LICENSE="tm-align"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_prepare() {
- cp "${FILESDIR}"/CMakeLists.txt . || die
-
- cmake-utils_src_prepare
-}