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 5B93D1382C5 for ; Fri, 5 Jan 2018 06:50:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6818EE0B01; Fri, 5 Jan 2018 06:50:30 +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 4796AE0B01 for ; Fri, 5 Jan 2018 06:50:30 +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 9FC0F335C2C for ; Fri, 5 Jan 2018 06:50:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33043145 for ; Fri, 5 Jan 2018 06:50:27 +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: <1515134994.9a1b097c4fe80cb068ce7be95a78ccbe1156ad0b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fuubar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/fuubar/Manifest dev-ruby/fuubar/fuubar-2.3.1.ebuild X-VCS-Directories: dev-ruby/fuubar/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9a1b097c4fe80cb068ce7be95a78ccbe1156ad0b X-VCS-Branch: master Date: Fri, 5 Jan 2018 06:50:27 +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: 68876b91-c79c-408e-bab1-cb8c1bdbc563 X-Archives-Hash: 09bf625472530f8c7bab19befe2b399f commit: 9a1b097c4fe80cb068ce7be95a78ccbe1156ad0b Author: Hans de Graaff gentoo org> AuthorDate: Fri Jan 5 06:37:50 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jan 5 06:49:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1b097c dev-ruby/fuubar: add 2.3.1 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/fuubar/Manifest | 1 + dev-ruby/fuubar/fuubar-2.3.1.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-ruby/fuubar/Manifest b/dev-ruby/fuubar/Manifest index 25ce2af2625..da4cd232367 100644 --- a/dev-ruby/fuubar/Manifest +++ b/dev-ruby/fuubar/Manifest @@ -1 +1,2 @@ DIST fuubar-2.2.0.gem 13312 BLAKE2B 332fa172f5f029e26df90e622c78ebed2a58351f89c121016a7effb078508a064846945e3b915c51263a3d149f34308bfe21fbf5f3080a0a19fadaec0f0cdf04 SHA512 5d421fe61b2c28a30165beb10852b31d8eda71af0e8b62dbb4f4385f064a2a5ab2929933df41c7665e1fae6750763a13cfa016a506d93e7adc1bb03c227ad0e7 +DIST fuubar-2.3.1.gem 13824 BLAKE2B ad7c0de7dd75b6164045bab69cb8be12999828edbbe12157cdfcc9188cacf03a3528731d85918cd205e8659739f177908b3a635adf0f722bcdf78dfb6eb2c10d SHA512 e83b5474b6805f03e3a81e9b25d97e3a3819d7d3972c7f164dc4dc09bc163eb86457a3cfe5fd53df336f821846e5fd63739fe05c30200537c22aa329215c1900 diff --git a/dev-ruby/fuubar/fuubar-2.3.1.ebuild b/dev-ruby/fuubar/fuubar-2.3.1.ebuild new file mode 100644 index 00000000000..87149eb80c5 --- /dev/null +++ b/dev-ruby/fuubar/fuubar-2.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Instafailing RSpec progress bar formatter" +HOMEPAGE="https://github.com/jeffkreeftmeijer/fuubar" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend "dev-ruby/rspec:3 >=dev-ruby/ruby-progressbar-1.4" + +each_ruby_test() { + export CI=true + each_fakegem_test +}