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 676F2139085 for ; Mon, 6 Feb 2017 21:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A72221C0C6; Mon, 6 Feb 2017 21:27:46 +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 1A2A121C0C6 for ; Mon, 6 Feb 2017 21:27:36 +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 D92703416AD for ; Mon, 6 Feb 2017 21:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 768403DD5 for ; Mon, 6 Feb 2017 21:27:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486416371.31b6bd880bd8e7ea6aa19d04e40ce4c1c9bbc36b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild sci-biology/bioruby/bioruby-9999.ebuild X-VCS-Directories: sci-biology/bioruby/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 31b6bd880bd8e7ea6aa19d04e40ce4c1c9bbc36b X-VCS-Branch: master Date: Mon, 6 Feb 2017 21:27:17 +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: af3f5655-8143-430c-a38b-79c5d581d191 X-Archives-Hash: 564838f7cb88f282bc28200843938fc9 commit: 31b6bd880bd8e7ea6aa19d04e40ce4c1c9bbc36b Author: David Seifert gentoo org> AuthorDate: Mon Feb 6 20:48:02 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Feb 6 21:26:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b6bd88 sci-biology/bioruby: Remove dead ruby impl Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3856 sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild | 4 ++-- sci-biology/bioruby/bioruby-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild index 18f3627..382e036 100644 --- a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild +++ b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby21" inherit ruby-fakegem diff --git a/sci-biology/bioruby/bioruby-9999.ebuild b/sci-biology/bioruby/bioruby-9999.ebuild index ade66a0..2aa1ff0 100644 --- a/sci-biology/bioruby/bioruby-9999.ebuild +++ b/sci-biology/bioruby/bioruby-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby21" EGIT_REPO_URI="git://github.com/bioruby/bioruby.git https://github.com/bioruby/bioruby.git"