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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E617D158041 for ; Mon, 4 Mar 2024 18:33:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58CB62BC01A; Mon, 4 Mar 2024 18:33:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 409202BC01A for ; Mon, 4 Mar 2024 18:33:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81B74343028 for ; Mon, 4 Mar 2024 18:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BECE514F9 for ; Mon, 4 Mar 2024 18:33:46 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1709577208.07a1fdb2d51f8eb73c040c3f073dd41eb351a41c.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/robots/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/robots/robots-0.10.1-r3.ebuild X-VCS-Directories: dev-ruby/robots/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 07a1fdb2d51f8eb73c040c3f073dd41eb351a41c X-VCS-Branch: master Date: Mon, 4 Mar 2024 18:33:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 295024ff-8dd0-4516-9ef5-d62e707e5564 X-Archives-Hash: fadccb465582c7200f630000ff2d08ac commit: 07a1fdb2d51f8eb73c040c3f073dd41eb351a41c Author: Rick Farina gentoo org> AuthorDate: Mon Mar 4 18:22:12 2024 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Mar 4 18:33:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a1fdb2 dev-ruby/robots: minor qa Remove empty assignment per pkgcheck Signed-off-by: Rick Farina gentoo.org> dev-ruby/robots/robots-0.10.1-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-ruby/robots/robots-0.10.1-r3.ebuild b/dev-ruby/robots/robots-0.10.1-r3.ebuild index 888215b5908e..71e73cbf203e 100644 --- a/dev-ruby/robots/robots-0.10.1-r3.ebuild +++ b/dev-ruby/robots/robots-0.10.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,6 @@ HOMEPAGE="https://rubygems.org/gems/robots" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="" all_ruby_prepare() { sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die