summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-26 22:26:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-26 22:34:34 +0200
commitad0b411a126b5f942def05267959dde2caef12e6 (patch)
tree742acace01b2a4ad233523afcad9ba9b7afb68f9 /sci-chemistry
parentsys-apps/file: stable 5.34 for ppc64, bug #669282 (diff)
downloadgentoo-ad0b411a126b5f942def05267959dde2caef12e6.tar.gz
gentoo-ad0b411a126b5f942def05267959dde2caef12e6.tar.bz2
gentoo-ad0b411a126b5f942def05267959dde2caef12e6.zip
sci-chemistry/tm-align: Drop old
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/tm-align/Manifest1
-rw-r--r--sci-chemistry/tm-align/tm-align-20140601.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/sci-chemistry/tm-align/Manifest b/sci-chemistry/tm-align/Manifest
index eff94a12ff65..b5d84e11a3fd 100644
--- a/sci-chemistry/tm-align/Manifest
+++ b/sci-chemistry/tm-align/Manifest
@@ -1,2 +1 @@
-DIST TMtools20140601.tar.gz 934391 BLAKE2B 4dfe18501bfd26b0c12f734175b908f65e97cea9cf2c620c100aa2f68f10fb288c8973c71c9fc6364a635f0275d3a04d7eaffdd5833345dda57e7a318e7c4e5f SHA512 99b90425ff051c836e19225601ddfb1576bec9c8f233aafeba96075f924a3c0892b5b1cfef36254ff5ef468a6dbf64f7fcc9a3ce24a0d869b3c1eb87c0149765
DIST TMtools20150914.tar.gz 982948 BLAKE2B 788f43040c1262c7e9eae2b47b0035d320a30fe7194e340d682b78e5961b82e46eef2b0a43d1ae458b9d5da6570f9c0ec0aca51b6ec3e25f0447fd43d629f592 SHA512 5fda29f6437ac9b0216a037496a01502de07e5a36736815833cb09217158a959370e750b75c55a54a49c733e4bd28be53b2dcbb25d71e2897273a4280ed3b530
diff --git a/sci-chemistry/tm-align/tm-align-20140601.ebuild b/sci-chemistry/tm-align/tm-align-20140601.ebuild
deleted file mode 100644
index a0010e5ebfcb..000000000000
--- a/sci-chemistry/tm-align/tm-align-20140601.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils flag-o-matic fortran-2
-
-DESCRIPTION="Quick & Accurate Structural Alignment"
-HOMEPAGE="http://zhanglab.ccmb.med.umich.edu/TM-align/"
-SRC_URI="http://zhanglab.ccmb.med.umich.edu/TM-align/TMtools${PV}.tar.gz"
-
-LICENSE="tm-align"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="static custom-cflags"
-
-S="${WORKDIR}"
-
-src_prepare() {
- cmake-utils_src_prepare
-
- cp "${FILESDIR}"/CMakeLists.txt . || die
- use static && append-fflags -static && append-ldflags -static
- # recommended by upstream
- use custom-cflags || replace-flags -O* -O3 && append-fflags -ffast-math
-}