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 B5D3F139695 for ; Mon, 31 Jul 2017 05:32:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13BEA1FC1A9; Mon, 31 Jul 2017 05:32:32 +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 E35901FC1B4 for ; Mon, 31 Jul 2017 05:32:31 +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 E98223419D5 for ; Mon, 31 Jul 2017 05:32:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6172974CB for ; Mon, 31 Jul 2017 05:32:29 +0000 (UTC) From: "Hans de Graaff" 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" Message-ID: <1501479083.22aba855ecd89e9fe9c2e1785b1d6df8d338d44d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-hmac/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild X-VCS-Directories: dev-ruby/ruby-hmac/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 22aba855ecd89e9fe9c2e1785b1d6df8d338d44d X-VCS-Branch: master Date: Mon, 31 Jul 2017 05:32:29 +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: 41edd346-d5cb-4059-92f5-44af229eee6d X-Archives-Hash: 58b05637c40335a6d3439493517814cf commit: 22aba855ecd89e9fe9c2e1785b1d6df8d338d44d Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 31 05:23:29 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 31 05:31:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22aba855 dev-ruby/ruby-hmac: add ruby24 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild index 9083051f931..328949746fc 100644 --- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild +++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-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 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" -RUBY_FAKEGEM_TASK_DOC="docs" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" inherit ruby-fakegem @@ -18,5 +18,4 @@ KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_bdepend " - doc? ( >=dev-ruby/hoe-2.5.0 ) test? ( >=dev-ruby/hoe-2.5.0 )"