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 C21BD139694 for ; Mon, 27 Feb 2017 10:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 319ED21C0A5; Mon, 27 Feb 2017 10:51:44 +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 1258721C0A5 for ; Mon, 27 Feb 2017 10:51:43 +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 656AF341130 for ; Mon, 27 Feb 2017 10:51:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 114C8564A for ; Mon, 27 Feb 2017 10:51:41 +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: <1488192689.8cc84f42dc0f980df53ef795597193ef0a75e9c1.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/gbench/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/gbench/gbench-2.10.7.ebuild sci-biology/gbench/gbench-2.11.7.ebuild X-VCS-Directories: sci-biology/gbench/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 8cc84f42dc0f980df53ef795597193ef0a75e9c1 X-VCS-Branch: master Date: Mon, 27 Feb 2017 10:51:41 +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: 18610b24-a025-4eaa-a12d-2ff981bddd00 X-Archives-Hash: b39081cd4c8c67d548794ea348b0dd5c commit: 8cc84f42dc0f980df53ef795597193ef0a75e9c1 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Mon Feb 27 10:51:29 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Feb 27 10:51:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8cc84f42 sci-biology/gbench: version bump Does not compile for me like previous 2.10.7, upstream contacted In file included from gbench-src-2.11.7/src/gui/opengl/glutbitmap.h:15:0, from gbench-src-2.11.7/src/gui/opengl/ncbi_12x24.c:4: gbench-src-2.11.7/include/gui/opengl.h:59:23: error: unknown type name 'GLEWContext' NCBI_GUIOPENGL_EXPORT GLEWContext* glewGetContext(); Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-biology/gbench/{gbench-2.10.7.ebuild => gbench-2.11.7.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/gbench/gbench-2.10.7.ebuild b/sci-biology/gbench/gbench-2.11.7.ebuild similarity index 97% rename from sci-biology/gbench/gbench-2.10.7.ebuild rename to sci-biology/gbench/gbench-2.11.7.ebuild index 48e7f9d68..2e3776202 100644 --- a/sci-biology/gbench/gbench-2.10.7.ebuild +++ b/sci-biology/gbench/gbench-2.11.7.ebuild @@ -79,7 +79,7 @@ src_configure(){ # Doh, it runs git during configure phase if it could not find NCBI SRA VDB # by executing ./scripts/common/add_vdb.sh which points to https://github.com/ncbi/ncbi-vdb # But, we already have sci-biology/sra_sdk which blocks sci-biology/ncbi-tools++ -# as some file overlap. Seems ncbi-vdb is yet another smaller subset of either +# as some files overlap. Seems ncbi-vdb is yet another smaller subset of either # of the two? # # Same come checking out ncbi-vdb should be in ncbi-tools++-18.0.0 .