From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41C5B138334 for ; Fri, 26 Oct 2018 20:35:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 133F2E0968; Fri, 26 Oct 2018 20:35:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E104FE0968 for ; Fri, 26 Oct 2018 20:34:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E394335C8D for ; Fri, 26 Oct 2018 20:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FE4A456 for ; Fri, 26 Oct 2018 20:34:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1540586074.ad0b411a126b5f942def05267959dde2caef12e6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/tm-align/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/tm-align/Manifest sci-chemistry/tm-align/tm-align-20140601.ebuild X-VCS-Directories: sci-chemistry/tm-align/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ad0b411a126b5f942def05267959dde2caef12e6 X-VCS-Branch: master Date: Fri, 26 Oct 2018 20:34:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 39a85ca7-bc92-4ee0-99d9-318b2a9db8c8 X-Archives-Hash: e9f002231f0f8a150e97e6fb3de83998 commit: ad0b411a126b5f942def05267959dde2caef12e6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 26 20:26:44 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 26 20:34:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0b411a sci-chemistry/tm-align: Drop old Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sci-chemistry/tm-align/Manifest | 1 - sci-chemistry/tm-align/tm-align-20140601.ebuild | 26 ------------------------- 2 files changed, 27 deletions(-) diff --git a/sci-chemistry/tm-align/Manifest b/sci-chemistry/tm-align/Manifest index eff94a12ff6..b5d84e11a3f 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 a0010e5ebfc..00000000000 --- 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 -}