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 ABA0F138A1A for ; Wed, 18 Feb 2015 16:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FD03E096F; Wed, 18 Feb 2015 16:41:27 +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 30B47E096F for ; Wed, 18 Feb 2015 16:41:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFA40340653 for ; Wed, 18 Feb 2015 16:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FAF812086 for ; Wed, 18 Feb 2015 16:41:23 +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: <1424265158.c921e9ffb851dcb6c90beb29502aff76d7436fd1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/biopieces/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/biopieces/ChangeLog sci-biology/biopieces/biopieces-9999.ebuild X-VCS-Directories: sci-biology/biopieces/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c921e9ffb851dcb6c90beb29502aff76d7436fd1 X-VCS-Branch: master Date: Wed, 18 Feb 2015 16:41:23 +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: e06f21f3-7464-434d-bc97-ac62d2563093 X-Archives-Hash: ff4e318906378c7f5e9da5e1cde8a097 commit: c921e9ffb851dcb6c90beb29502aff76d7436fd1 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 18 13:12:38 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 18 13:12:38 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c921e9ff sci-biology/biopieces: fix SLOT operators; correct ruby and python deps Package-Manager: portage-2.2.17 --- sci-biology/biopieces/ChangeLog | 5 ++- sci-biology/biopieces/biopieces-9999.ebuild | 49 ++++++++++++++++------------- 2 files changed, 32 insertions(+), 22 deletions(-) diff --git a/sci-biology/biopieces/ChangeLog b/sci-biology/biopieces/ChangeLog index 3e269ec..db06e76 100644 --- a/sci-biology/biopieces/ChangeLog +++ b/sci-biology/biopieces/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-biology/biopieces -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Feb 2015; Justin Lecher -Manifest, biopieces-9999.ebuild: + sci-biology/biopieces: fix SLOT operators; correct ruby and python deps + 13 Nov 2014; Justin Lecher biopieces-0.51.ebuild, biopieces-9999.ebuild: Use perl virtuals instead of core diff --git a/sci-biology/biopieces/biopieces-9999.ebuild b/sci-biology/biopieces/biopieces-9999.ebuild index 6be82b8..d33a63f 100644 --- a/sci-biology/biopieces/biopieces-9999.ebuild +++ b/sci-biology/biopieces/biopieces-9999.ebuild @@ -1,51 +1,58 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -[ "$PV" == "9999" ] && inherit subversion +PYTHON_COMPAT=( python2_7 ) + +USE_RUBY="ruby19" -DESCRIPTION="Toolkit to find and trim adaptors, plot read lengths, qualities, map reads and submit to GenBank" -HOMEPAGE="http://code.google.com/p/biopieces" -SRC_URI="" if [ "$PV" == "9999" ]; then ESVN_REPO_URI="http://biopieces.googlecode.com/svn/trunk" KEYWORDS="" + inherit subversion else - SRC_URI="http://biopieces.googlecode.com/files/biopieces_installer-"${PV}".sh" + SRC_URI="http://biopieces.googlecode.com/files/biopieces_installer-${PV}.sh" KEYWORDS="" fi +inherit ruby-fakegem python-single-r1 + +DESCRIPTION="Toolkit to find and trim adaptors, plot read lengths, qualities, map reads and submit to GenBank" +HOMEPAGE="http://code.google.com/p/biopieces" +SRC_URI="" + LICENSE="GPL-2" SLOT="0" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + # Ruby terminal-table ? -DEPEND=">=dev-lang/perl-5.8 +DEPEND=" + >=dev-lang/perl-5.8 + dev-perl/libwww-perl dev-perl/Bit-Vector - dev-perl/SVG - dev-perl/TermReadKey - virtual/perl-Time-HiRes - dev-perl/DBI - dev-perl/XML-Parser dev-perl/Carp-Clan dev-perl/Class-Inspector + dev-perl/DBD-mysql + dev-perl/DBI dev-perl/HTML-Parser - dev-perl/libwww-perl - dev-perl/SOAP-Lite - dev-perl/URI dev-perl/Inline dev-perl/Parse-RecDescent + dev-perl/SOAP-Lite + dev-perl/SVG + dev-perl/TermReadKey + dev-perl/URI + dev-perl/XML-Parser virtual/perl-version virtual/perl-DB_File - dev-perl/DBD-mysql - >=dev-lang/python-2.6 - dev-lang/ruby - dev-ruby/gnuplot - dev-ruby/narray - dev-ruby/RubyInline" + virtual/perl-Time-HiRes" + +ruby_add_bdepend "dev-ruby/RubyInline" +ruby_add_rdepend "dev-ruby/gnuplot dev-ruby/narray" # sci-biology/vmatch # http://www.vmatch.de/ # fecth restrict # sci-biology/usearch-bin # http://www.drive5.com/usearch/ # fecth restrict