summaryrefslogtreecommitdiff
path: root/sci-chemistry/tm-align
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /sci-chemistry/tm-align
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'sci-chemistry/tm-align')
-rw-r--r--sci-chemistry/tm-align/Manifest2
-rw-r--r--sci-chemistry/tm-align/tm-align-20150914-r1.ebuild (renamed from sci-chemistry/tm-align/tm-align-20150914.ebuild)18
2 files changed, 9 insertions, 11 deletions
diff --git a/sci-chemistry/tm-align/Manifest b/sci-chemistry/tm-align/Manifest
index 852bcefd468c..fff49a5c474a 100644
--- a/sci-chemistry/tm-align/Manifest
+++ b/sci-chemistry/tm-align/Manifest
@@ -1,4 +1,4 @@
AUX CMakeLists.txt 182 BLAKE2B a6bd5aedcbeb2b8019d59123da91cf668c3717a3e41c2259b2e023a4661aefeb2e4334d10ba7b236bfb6fb1cf52c87aae393c9af8b5e3d2f12663799aeccab32 SHA512 1e77edbfb2184e11c09fc2133eb40bd9d4b2fb04a30139134939482f4e817ebfa5c316e8d75a6fd5aa866ef1f6f56d65df924dc41cfb698330943e0bc433948d
DIST TMtools20150914.tar.gz 982948 BLAKE2B 788f43040c1262c7e9eae2b47b0035d320a30fe7194e340d682b78e5961b82e46eef2b0a43d1ae458b9d5da6570f9c0ec0aca51b6ec3e25f0447fd43d629f592 SHA512 5fda29f6437ac9b0216a037496a01502de07e5a36736815833cb09217158a959370e750b75c55a54a49c733e4bd28be53b2dcbb25d71e2897273a4280ed3b530
-EBUILD tm-align-20150914.ebuild 718 BLAKE2B 3d75bb132c557625de6e05f26fcff119e0928e83839a0327dcf20c38c71454c4a8404668b55864c3d150da2b2ff9893b081cf2d0ab17ea0b28e6b8ede6087832 SHA512 7db6b71c5bd74fb88201999b0810f7ae6c7f366dd630f5abcde240bdac70b73758f2c71b5af0a97ea3548990a010efc728be1e768ed86e08a7d28a3821f0cec8
+EBUILD tm-align-20150914-r1.ebuild 623 BLAKE2B a29aad98e25a9538b9a0db2310c685ffd308648aa1309c7a393099aa514096bb648459cf01f690224e1ee0ae85ff6082fd0dc16bfb1bc6020353f0cadff53240 SHA512 5d48cc2e4736953b113323f732058199fa9ec71fecabfe9c6888fdfc74579af9dd99c4a9d28f8012d103a1bc977e7ddd7f8478f56c20deb6226f3881e8629fab
MISC metadata.xml 1295 BLAKE2B 4dc3b05b67d6e27d90cd378d53ff5309e898ce56af4ffd6a02b3eb5f0827b1f05ec843325de35dd4efe82163797ffa0d430621af89a4669c2ee75cb8560e3e30 SHA512 fbffe7e094f35d8291d6bdee5f2900f170cadeb7811cfa17dcb0be5ab9b4e41527f1ce6a93f760103078285c254b84340c19ceefc33fde53814416d735c4f0d1
diff --git a/sci-chemistry/tm-align/tm-align-20150914.ebuild b/sci-chemistry/tm-align/tm-align-20150914-r1.ebuild
index 54a8bacf58f8..0aa8d1461db7 100644
--- a/sci-chemistry/tm-align/tm-align-20150914.ebuild
+++ b/sci-chemistry/tm-align/tm-align-20150914-r1.ebuild
@@ -1,26 +1,24 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-inherit cmake-utils flag-o-matic fortran-2
+inherit cmake flag-o-matic fortran-2
DESCRIPTION="Quick & Accurate Structural Alignment"
-HOMEPAGE="http://zhanglab.ccmb.med.umich.edu/TM-align/"
+HOMEPAGE="https://zhanggroup.org/TM-align/"
SRC_URI="http://zhanglab.ccmb.med.umich.edu/TM-align/TMtools${PV}.tar.gz"
+S="${WORKDIR}"
LICENSE="tm-align"
SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="custom-cflags static"
-
-S="${WORKDIR}"
+IUSE="custom-cflags"
src_prepare() {
cp "${FILESDIR}"/CMakeLists.txt . || die
- cmake-utils_src_prepare
+ cmake_src_prepare
- use static && append-fflags -static && append-ldflags -static
- # recommended by upstream
+ # Recommended by upstream
use custom-cflags || replace-flags -O* -O3 && append-fflags -ffast-math
}