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 DA084138330 for ; Fri, 23 Sep 2016 17:33:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80FECE0AEB; Fri, 23 Sep 2016 17:33:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B605E0AEB for ; Fri, 23 Sep 2016 17:33:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08641340B35 for ; Fri, 23 Sep 2016 17:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 984792490 for ; Fri, 23 Sep 2016 17:33:11 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1474651982.9d66184475a6cff25507968662eafe9ca1f30dc6.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/barnacle/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/barnacle/barnacle-1.0.4.ebuild X-VCS-Directories: sci-biology/barnacle/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 9d66184475a6cff25507968662eafe9ca1f30dc6 X-VCS-Branch: master Date: Fri, 23 Sep 2016 17:33:11 +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: e42b2c03-45e9-4fbc-8d60-9f3151ec4e53 X-Archives-Hash: 45d33fd9531047eb8aa8bbe2cecc2737 commit: 9d66184475a6cff25507968662eafe9ca1f30dc6 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Sep 23 17:33:02 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Sep 23 17:33:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d661844 sci-biology/barnacle: another attempt at a compile step Package-Manager: portage-2.3.0 sci-biology/barnacle/barnacle-1.0.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-biology/barnacle/barnacle-1.0.4.ebuild b/sci-biology/barnacle/barnacle-1.0.4.ebuild index 2fb3123..e1f95ad 100644 --- a/sci-biology/barnacle/barnacle-1.0.4.ebuild +++ b/sci-biology/barnacle/barnacle-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,8 @@ S="${S}" src_compile(){ cd src || die # Run setup.py to compile the portions of Barnacle that require compilation, and download and setup the default annotations - ./setup.py || die + touch alignment_processing/gap_realigner_cluster || die # prevent compilation on a cluster + ./setup.py localhost || die } src_install(){