summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-29 13:15:56 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-29 13:15:56 +0000
commit902c830faa9beddcbf177f4f2666658b6aaeb77a (patch)
tree19a5fe119f549e1fbeb243dce1770660d596e998 /sci-chemistry/tm-align/tm-align-20120124.ebuild
parentVersion bump KDE PIM 4.14.6 (diff)
downloadgentoo-2-902c830faa9beddcbf177f4f2666658b6aaeb77a.tar.gz
gentoo-2-902c830faa9beddcbf177f4f2666658b6aaeb77a.tar.bz2
gentoo-2-902c830faa9beddcbf177f4f2666658b6aaeb77a.zip
Version Bump; drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry/tm-align/tm-align-20120124.ebuild')
-rw-r--r--sci-chemistry/tm-align/tm-align-20120124.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-chemistry/tm-align/tm-align-20120124.ebuild b/sci-chemistry/tm-align/tm-align-20120124.ebuild
deleted file mode 100644
index 442d939d392e..000000000000
--- a/sci-chemistry/tm-align/tm-align-20120124.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tm-align/tm-align-20120124.ebuild,v 1.3 2013/02/05 18:30:14 ulm Exp $
-
-EAPI=4
-
-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 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static custom-cflags"
-
-S="${WORKDIR}"
-
-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
-}