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 50D0D158090 for ; Thu, 26 May 2022 10:36:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68495E086D; Thu, 26 May 2022 10:36:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4AB6EE086D for ; Thu, 26 May 2022 10:36:06 +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 6203B340D0A for ; Thu, 26 May 2022 10:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ECC84D5 for ; Thu, 26 May 2022 10:36:01 +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: <1653561355.94691c239b2017bd9bdcdfc12500c2034cb27a99.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild X-VCS-Directories: dev-ruby/tidy_table/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 94691c239b2017bd9bdcdfc12500c2034cb27a99 X-VCS-Branch: master Date: Thu, 26 May 2022 10:36:01 +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: ad6e6f1c-a9ce-4c83-b38c-de09fe04750f X-Archives-Hash: dc4934c5e791bd329b4ae56a2b822a6d commit: 94691c239b2017bd9bdcdfc12500c2034cb27a99 Author: Hans de Graaff gentoo org> AuthorDate: Thu May 26 10:15:27 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu May 26 10:35:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94691c23 dev-ruby/tidy_table: drop 0.0.5-r5 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild | 31 -------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild deleted file mode 100644 index ae0efecf5fb3..000000000000 --- a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" - -inherit ruby-fakegem - -DESCRIPTION="Tool to convert an array of struct into an HTML table" -HOMEPAGE="https://github.com/topfunky/tidy_table" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -all_ruby_prepare() { - # Remove reference to RSpec 1 - sed -i -e '/spec/d' -e '1irequire "date"' spec/spec_helper.rb || die - - # Remove metadata so a stub gemspec will be created to avoid the - # wrong runtime dependency on dev-ruby/hoe. - rm -f ../metadata || die -}