From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1021448-garchives=archives.gentoo.org@lists.gentoo.org> 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 9D187138331 for <garchives@archives.gentoo.org>; Mon, 30 Apr 2018 20:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C671FE0864; Mon, 30 Apr 2018 20:11:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3BDDE0866 for <gentoo-commits@lists.gentoo.org>; Mon, 30 Apr 2018 20:11:34 +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 79FC7335C9B for <gentoo-commits@lists.gentoo.org>; Mon, 30 Apr 2018 20:11:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B98E828D for <gentoo-commits@lists.gentoo.org>; Mon, 30 Apr 2018 20:11:30 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org> Message-ID: <1525119036.56117875cd6fe1c89734d5f2c479cc0903ceeb8d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/loquacious/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild X-VCS-Directories: dev-ruby/loquacious/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 56117875cd6fe1c89734d5f2c479cc0903ceeb8d X-VCS-Branch: master Date: Mon, 30 Apr 2018 20:11:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3ff11a1a-6d63-42af-98d3-273d562141b7 X-Archives-Hash: e14e6331dc18f5dbdaa9c5888b490456 commit: 56117875cd6fe1c89734d5f2c479cc0903ceeb8d Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Apr 30 17:23:27 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Apr 30 20:10:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56117875 dev-ruby/loquacious: add ruby25 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild b/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild index 445d1b99a15..958838aaa2e 100644 --- a/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild +++ b/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -22,11 +22,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -all_ruby_prepare() { - # Remove metadata because it confuses jruby. - rm -f ../metadata || die -} - all_ruby_compile() { if use doc; then rdoc lib || die "Documentation generation failed."