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 E35BB139694 for ; Sun, 26 Mar 2017 14:46:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CE09234077; Sun, 26 Mar 2017 14:46:06 +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 592CD234077 for ; Sun, 26 Mar 2017 14:46:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60485341674 for ; Sun, 26 Mar 2017 14:46:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39E1473F7 for ; Sun, 26 Mar 2017 14:45:57 +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: <1490518430.9891d63fd319590ced373b09e7e41de7c1864e92.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bio-cd-hit-report/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild X-VCS-Directories: sci-biology/bio-cd-hit-report/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9891d63fd319590ced373b09e7e41de7c1864e92 X-VCS-Branch: master Date: Sun, 26 Mar 2017 14:45:57 +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: 3bbe3ce2-d0ea-4e66-a714-4f4b715854b0 X-Archives-Hash: 8c2785368b6c83e85db3a4fb6457787a commit: 9891d63fd319590ced373b09e7e41de7c1864e92 Author: Justin Lecher gentoo org> AuthorDate: Sun Mar 26 08:53:50 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Mar 26 08:53:50 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9891d63f sci-biology/bio-cd-hit-report: Drop obsolete ruby version Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher gentoo.org> sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild b/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild index a5bb48e86..ec245f5fd 100644 --- a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild +++ b/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -USE_RUBY="ruby20 ruby21" +EAPI=6 + +USE_RUBY="ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -17,7 +18,8 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND=">=dev-ruby/bundler-1.3.1 +DEPEND=" + >=dev-ruby/bundler-1.3.1 dev-ruby/jeweler dev-ruby/minitest:* dev-ruby/rdoc"