jlec        15/03/29 13:15:57

  Modified:             ChangeLog
  Added:                tm-align-20140601.ebuild
  Removed:              tm-align-20120124.ebuild tm-align-20120707.ebuild
  Log:
  Version Bump; drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.8                  sci-chemistry/tm-align/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tm-align/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tm-align/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tm-align/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/tm-align/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   9 Feb 2015 12:49:24 -0000       1.7
+++ ChangeLog   29 Mar 2015 13:15:56 -0000      1.8
@@ -1,6 +1,12 @@
 # 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.7 
2015/02/09 12:49:24 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tm-align/ChangeLog,v 1.8 
2015/03/29 13:15:56 jlec Exp $
+
+*tm-align-20140601 (29 Mar 2015)
+
+  29 Mar 2015; Justin Lecher <[email protected]> +tm-align-20140601.ebuild,
+  -tm-align-20120124.ebuild, -tm-align-20120707.ebuild:
+  Version Bump; drop old
 
   09 Feb 2015; Anthony G. Basile <[email protected]> 
tm-align-20120707.ebuild,
   tm-align-20130511.ebuild:



1.1                  sci-chemistry/tm-align/tm-align-20140601.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tm-align/tm-align-20140601.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tm-align/tm-align-20140601.ebuild?rev=1.1&content-type=text/plain

Index: tm-align-20140601.ebuild
===================================================================
# 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-20140601.ebuild,v 1.1 
2015/03/29 13:15:56 jlec 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
}




Reply via email to