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 45871139694 for ; Sun, 7 May 2017 09:45:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 981FCE0DEA; Sun, 7 May 2017 09:44:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 739A5E0DE7 for ; Sun, 7 May 2017 09:44:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DC9013416DA for ; Sun, 7 May 2017 09:44:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC9167453 for ; Sun, 7 May 2017 09:44:40 +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: <1494150255.0f333edce525b239f8b0864a0ef1b14c9ab08a12.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-inotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rb-inotify/rb-inotify-0.9.8.ebuild X-VCS-Directories: dev-ruby/rb-inotify/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0f333edce525b239f8b0864a0ef1b14c9ab08a12 X-VCS-Branch: master Date: Sun, 7 May 2017 09:44:40 +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: c31ddebe-3abf-4a14-a712-780a3f0c2e40 X-Archives-Hash: ed098cef7e3a96f9b0d64f647e0b5589 commit: 0f333edce525b239f8b0864a0ef1b14c9ab08a12 Author: Hans de Graaff gentoo org> AuthorDate: Sun May 7 08:54:10 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun May 7 09:44:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f333edc dev-ruby/rb-inotify: add ruby24 Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-ruby/rb-inotify/rb-inotify-0.9.8.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.8.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.8.ebuild index ffb1cdb0844..8a55e3b8c00 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.8.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.9.8.ebuild @@ -3,12 +3,11 @@ EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="yard" -RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_EXTRAINSTALL="VERSION" @@ -27,8 +26,6 @@ IUSE="" ruby_add_rdepend "virtual/ruby-ffi" -ruby_add_bdepend "doc? ( dev-ruby/yard )" - all_ruby_prepare() { # Avoid unneeded dependency on jeweler. sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die