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 B897A1382C5 for ; Wed, 22 Jun 2016 09:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DF021412D; Wed, 22 Jun 2016 09:37:16 +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 8C3A91412D for ; Wed, 22 Jun 2016 09:37:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3000833BF11 for ; Wed, 22 Jun 2016 09:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 735482418 for ; Wed, 22 Jun 2016 09:37:09 +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: <1466588216.853d6c57b51915231367ba298190d8035a909ce1.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/biopieces/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/biopieces/biopieces-0.51.ebuild sci-biology/biopieces/biopieces-9999.ebuild sci-biology/biopieces/metadata.xml X-VCS-Directories: sci-biology/biopieces/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 853d6c57b51915231367ba298190d8035a909ce1 X-VCS-Branch: master Date: Wed, 22 Jun 2016 09:37:09 +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: a0622e08-c4d6-49c2-9359-2e771c6da65a X-Archives-Hash: ce7a0e0f83258896de32a4e8752ffc3e commit: 853d6c57b51915231367ba298190d8035a909ce1 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Wed Jun 22 09:36:56 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Wed Jun 22 09:36:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=853d6c57 sci-biology/biopieces: minor ebuild cleanup, ruby vers, copyright line, deps remove optional RDEPEND while sci-biology/idba is missing, see github issue #381 Package-Manager: portage-2.2.28 sci-biology/biopieces/biopieces-0.51.ebuild | 8 ++++---- sci-biology/biopieces/biopieces-9999.ebuild | 8 ++++---- sci-biology/biopieces/metadata.xml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sci-biology/biopieces/biopieces-0.51.ebuild b/sci-biology/biopieces/biopieces-0.51.ebuild index ed5a251..f3f4079 100644 --- a/sci-biology/biopieces/biopieces-0.51.ebuild +++ b/sci-biology/biopieces/biopieces-0.51.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$ @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -USE_RUBY="ruby19" +USE_RUBY="ruby20 ruby21" if [ "$PV" == "9999" ]; then ESVN_REPO_URI="http://biopieces.googlecode.com/svn/trunk" @@ -19,7 +19,7 @@ fi inherit ruby-fakegem python-single-r1 -DESCRIPTION="Toolkit to find and trim adaptors, plot read lengths, qualities, map reads and submit to GenBank" +DESCRIPTION="Trim adaptors, plot read lengths, qualities, map reads and submit to GenBank" HOMEPAGE="http://code.google.com/p/biopieces" SRC_URI="" @@ -67,6 +67,6 @@ RDEPEND="${CDEPEND} sci-biology/bowtie sci-biology/bwa sci-biology/velvet - sci-biology/idba sci-biology/Ray sci-biology/scan_for_matches" +# sci-biology/idba diff --git a/sci-biology/biopieces/biopieces-9999.ebuild b/sci-biology/biopieces/biopieces-9999.ebuild index ed5a251..f3f4079 100644 --- a/sci-biology/biopieces/biopieces-9999.ebuild +++ b/sci-biology/biopieces/biopieces-9999.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$ @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -USE_RUBY="ruby19" +USE_RUBY="ruby20 ruby21" if [ "$PV" == "9999" ]; then ESVN_REPO_URI="http://biopieces.googlecode.com/svn/trunk" @@ -19,7 +19,7 @@ fi inherit ruby-fakegem python-single-r1 -DESCRIPTION="Toolkit to find and trim adaptors, plot read lengths, qualities, map reads and submit to GenBank" +DESCRIPTION="Trim adaptors, plot read lengths, qualities, map reads and submit to GenBank" HOMEPAGE="http://code.google.com/p/biopieces" SRC_URI="" @@ -67,6 +67,6 @@ RDEPEND="${CDEPEND} sci-biology/bowtie sci-biology/bwa sci-biology/velvet - sci-biology/idba sci-biology/Ray sci-biology/scan_for_matches" +# sci-biology/idba diff --git a/sci-biology/biopieces/metadata.xml b/sci-biology/biopieces/metadata.xml index 1699e58..f68a1b6 100644 --- a/sci-biology/biopieces/metadata.xml +++ b/sci-biology/biopieces/metadata.xml @@ -5,7 +5,7 @@ mmokrejs@fold.natur.cuni.cz Martin Mokrejs - + sci-biology@gentoo.org Gentoo Biology Project