summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-05-18 06:32:09 +0000
committerJustin Lecher <jlec@gentoo.org>2015-05-18 06:32:09 +0000
commita1f5a12970771c059a0037b64e6c064889cd390b (patch)
tree38b21ce3eb39da6bc1fcf646319622dd82f6bf3f /sci-chemistry
parentDrop old (diff)
downloadgentoo-2-a1f5a12970771c059a0037b64e6c064889cd390b.tar.gz
gentoo-2-a1f5a12970771c059a0037b64e6c064889cd390b.tar.bz2
gentoo-2-a1f5a12970771c059a0037b64e6c064889cd390b.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/tm-align/ChangeLog5
-rw-r--r--sci-chemistry/tm-align/tm-align-20130511.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/sci-chemistry/tm-align/ChangeLog b/sci-chemistry/tm-align/ChangeLog
index a74d3aee26c1..6d4c009f9d6f 100644
--- a/sci-chemistry/tm-align/ChangeLog
+++ b/sci-chemistry/tm-align/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/tm-align
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tm-align/ChangeLog,v 1.17 2015/05/17 20:19:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tm-align/ChangeLog,v 1.18 2015/05/18 06:32:09 jlec Exp $
+
+ 18 May 2015; Justin Lecher <jlec@gentoo.org> -tm-align-20130511.ebuild:
+ Drop old
17 May 2015; Pacho Ramos <pacho@gentoo.org> tm-align-20140601.ebuild:
ppc64 stable wrt bug #549332
diff --git a/sci-chemistry/tm-align/tm-align-20130511.ebuild b/sci-chemistry/tm-align/tm-align-20130511.ebuild
deleted file mode 100644
index fd3122a73232..000000000000
--- a/sci-chemistry/tm-align/tm-align-20130511.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tm-align/tm-align-20130511.ebuild,v 1.6 2015/05/13 06:57:34 jmorgan Exp $
-
-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() {
- 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
-}