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 59A5C13832E for ; Fri, 29 Jul 2016 05:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 607DDE0B39; Fri, 29 Jul 2016 05:36:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F1D57E0B39 for ; Fri, 29 Jul 2016 05:36:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BA8D340DE2 for ; Fri, 29 Jul 2016 05:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFC088DD for ; Fri, 29 Jul 2016 05:36:15 +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: <1469769436.542a30fa84704d3d86306f1d0fcf51d156577822.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.1.1.ebuild X-VCS-Directories: dev-ruby/fuubar/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 542a30fa84704d3d86306f1d0fcf51d156577822 X-VCS-Branch: master Date: Fri, 29 Jul 2016 05:36:15 +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: 6a565310-bbef-4795-890f-55014bc1b846 X-Archives-Hash: b50a23cecac62756621a7573f16aefa7 commit: 542a30fa84704d3d86306f1d0fcf51d156577822 Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 29 05:17:16 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 29 05:17:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542a30fa dev-ruby/fuubar: add 2.1.1 Package-Manager: portage-2.2.28 dev-ruby/fuubar/Manifest | 1 + dev-ruby/fuubar/fuubar-2.1.1.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ruby/fuubar/Manifest b/dev-ruby/fuubar/Manifest index 189580d..3c35953 100644 --- a/dev-ruby/fuubar/Manifest +++ b/dev-ruby/fuubar/Manifest @@ -1 +1,2 @@ DIST fuubar-2.0.0.gem 8704 SHA256 fb421fcd92f39debbcccd2c4fae402b96ac6e60951a701bd52e368e489d09877 SHA512 b3cea05b8db9dde151d36574d5b0d9969aaa3b03209c97020027f5b4ba15bbdd241f76f0f1338918f511df6e5352f3612d69c6461ee5cedc99aa90ffc46ab42c WHIRLPOOL 455896926b3644a228e77ca28f0597642913088c62e6ee15e96fffa26704a562df59529d32b15ec4fb05255aca71b600093d9f6736f294bc431c8bf28edac1c1 +DIST fuubar-2.1.1.gem 13312 SHA256 a98e63488dab6121168d1778545c60634025a7d3437a42e9583babf1f866e14e SHA512 8ef5982b838acb3f61cc4030f4ae42b31d3db49a081a580d04b680c010d24fb0e6f23feec4359ef77a3f332c718d9214a0da8c61425cbeee3e16440b05f74b02 WHIRLPOOL 937100500b9f0dbe6864f8f98cd6b70919f0076a929e7c9f80cfaeea88c9997c967ac27fc2fe47b1ccc348eeeb84efed4ff43916ed994ebe7f6250e4e0020dde diff --git a/dev-ruby/fuubar/fuubar-2.1.1.ebuild b/dev-ruby/fuubar/fuubar-2.1.1.ebuild new file mode 100644 index 0000000..60761e7 --- /dev/null +++ b/dev-ruby/fuubar/fuubar-2.1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +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 ~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 +}