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 2086C1382C5 for ; Thu, 31 Dec 2020 09:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26CB6E08EB; Thu, 31 Dec 2020 09:05:20 +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 09537E08EB for ; Thu, 31 Dec 2020 09:05:20 +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 5D0AD33BE0A for ; Thu, 31 Dec 2020 09:05:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A896487 for ; Thu, 31 Dec 2020 09:05:16 +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: <1609405508.70e754e1d527b655c9a2ff47a5d7ddc5f7751c9d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fuubar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/fuubar/fuubar-2.5.0.ebuild X-VCS-Directories: dev-ruby/fuubar/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 70e754e1d527b655c9a2ff47a5d7ddc5f7751c9d X-VCS-Branch: master Date: Thu, 31 Dec 2020 09:05:16 +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: ca4a5b68-486a-479a-9838-91499ad29beb X-Archives-Hash: c5f65f4a53443002267d8f584afb9fee commit: 70e754e1d527b655c9a2ff47a5d7ddc5f7751c9d Author: Hans de Graaff gentoo org> AuthorDate: Thu Dec 31 06:33:11 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Dec 31 09:05:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e754e1 dev-ruby/fuubar: cleanup Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/fuubar/fuubar-2.5.0.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/dev-ruby/fuubar/fuubar-2.5.0.ebuild b/dev-ruby/fuubar/fuubar-2.5.0.ebuild deleted file mode 100644 index d71517d2d7e..00000000000 --- a/dev-ruby/fuubar/fuubar-2.5.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_GEMSPEC="fuubar.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Instafailing RSpec progress bar formatter" -HOMEPAGE="https://github.com/thekompanee/fuubar" -SRC_URI="https://github.com/thekompanee/fuubar/archive/releases/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="${PN}-releases-v${PV}" - -ruby_add_rdepend "dev-ruby/rspec:3 >=dev-ruby/ruby-progressbar-1.4:0" - -each_ruby_test() { - export CI=true - each_fakegem_test -}