From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 64C4D1387B1 for ; Tue, 22 Sep 2015 08:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F269E0898; Tue, 22 Sep 2015 08:19:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7254CE0880 for ; Tue, 22 Sep 2015 08:19:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51739340739 for ; Tue, 22 Sep 2015 08:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5D9523B for ; Tue, 22 Sep 2015 08:19:38 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442907959.17719e85b7765da34bada59605561f2f67868902.jlec@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.3.2.ebuild X-VCS-Directories: sci-biology/gbench/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 17719e85b7765da34bada59605561f2f67868902 X-VCS-Branch: master Date: Tue, 22 Sep 2015 08:19:38 +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: c3bbc88c-c025-4064-a528-2c883ca8a331 X-Archives-Hash: 313f35c1ca1c41646538c87fe17cf046 commit: 17719e85b7765da34bada59605561f2f67868902 Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 22 07:45:59 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 07:45:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=17719e85 sci-biology/gbench: Bump to EAPI=5 and python eclasses Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sci-biology/gbench/gbench-2.3.2.ebuild | 83 ++++++++++++++++++---------------- 1 file changed, 45 insertions(+), 38 deletions(-) diff --git a/sci-biology/gbench/gbench-2.3.2.ebuild b/sci-biology/gbench/gbench-2.3.2.ebuild index cfb6435..abee15a 100644 --- a/sci-biology/gbench/gbench-2.3.2.ebuild +++ b/sci-biology/gbench/gbench-2.3.2.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=5 -inherit wxwidgets +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 wxwidgets DESCRIPTION="View and analyze genome sequences" HOMEPAGE="http://www.ncbi.nlm.nih.gov/projects/gbench/" @@ -16,40 +18,45 @@ KEYWORDS="" #KEYWORDS="~amd64 ~x86" IUSE="xml ssl sybase-ct zlib lzo pcre gnutls freetds mysql berkdb python opengl glut icu expat sqlite hdf5 jpeg png tiff gif xpm sybase threads fltk cgi" -DEPEND="sys-fs/fuse - app-arch/bzip2 - dev-libs/lzo - pcre? ( dev-libs/libpcre ) - net-libs/gnutls - ssl? ( dev-libs/openssl ) - sybase-ct? ( dev-db/freetds ) - mysql? ( virtual/mysql ) - sys-libs/db - dev-lang/python - dev-libs/boost - virtual/opengl - virtual/glut - media-libs/glew - x11-libs/wxGTK - dev-libs/icu - dev-libs/expat - app-text/sablotron - xml? ( dev-libs/libxml2 ) - dev-libs/libxslt - sqlite? ( dev-db/sqlite:3 ) - sci-libs/hdf5 - media-libs/tiff - media-libs/giflib - xpm? ( x11-libs/libXpm - virtual/jpeg - media-libs/libpng sys-libs/zlib ) - media-libs/freetype - x11-libs/fltk - dev-libs/xerces-c - dev-libs/xalan-c - dev-cpp/muParser - dev-util/cppunit" - -RDEPEND="${DEPEND}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + app-arch/bzip2 + app-text/sablotron + dev-cpp/muParser + dev-libs/boost:= + dev-libs/expat + dev-libs/icu + dev-libs/libxslt + dev-libs/lzo + dev-libs/xalan-c + dev-libs/xerces-c + dev-util/cppunit + media-libs/freetype + media-libs/giflib + media-libs/glew + media-libs/tiff:0= + net-libs/gnutls + sci-libs/hdf5 + sys-fs/fuse + sys-libs/db:* + virtual/glut + virtual/opengl + x11-libs/fltk + x11-libs/wxGTK:* + mysql? ( virtual/mysql ) + pcre? ( dev-libs/libpcre ) + sqlite? ( dev-db/sqlite:3= ) + ssl? ( dev-libs/openssl:0= ) + sybase-ct? ( dev-db/freetds ) + xml? ( dev-libs/libxml2:2= ) + xpm? ( + x11-libs/libXpm + virtual/jpeg:0= + media-libs/libpng:0= + sys-libs/zlib + ) +" +DEPEND="${RDEPEND}" # ensure in src_compile no --mandir=/usr/share/man is passed to configure, use the ebuild logic from ncbi-tools++