From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 625751397E5 for ; Mon, 17 Aug 2015 05:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0422FE07F5; Mon, 17 Aug 2015 05:51:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9187FE07F5 for ; Mon, 17 Aug 2015 05:51:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49A2D340875 for ; Mon, 17 Aug 2015 05:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 848F6147 for ; Mon, 17 Aug 2015 05:51:08 +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: <1439790665.4a9362fe8165bad070c513fdcd998620d3fb136f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/timers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/timers/Manifest dev-ruby/timers/timers-4.1.0.ebuild X-VCS-Directories: dev-ruby/timers/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4a9362fe8165bad070c513fdcd998620d3fb136f X-VCS-Branch: master Date: Mon, 17 Aug 2015 05:51:08 +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: 39516814-55ab-4b4c-8217-153c4610a883 X-Archives-Hash: 47d5722e5c966d7a480f99e816ff4cc0 commit: 4a9362fe8165bad070c513fdcd998620d3fb136f Author: Hans de Graaff gentoo org> AuthorDate: Mon Aug 17 05:50:48 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Aug 17 05:51:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9362fe dev-ruby/timers: version bump Package-Manager: portage-2.2.20.1 dev-ruby/timers/Manifest | 1 + dev-ruby/timers/timers-4.1.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-ruby/timers/Manifest b/dev-ruby/timers/Manifest index aad60dc..5b29824 100644 --- a/dev-ruby/timers/Manifest +++ b/dev-ruby/timers/Manifest @@ -1 +1,2 @@ DIST timers-4.0.1.gem 14848 SHA256 f45ca1b8ce6b26e29226c2144c512801a9019c3e781054d878c205cb0fd8500d SHA512 4fb0b70d845885bd1863831795b4094a5e282797641cbe95045ed013a5b5caa404da6ed60a148e3c313988c5acdf0042b0021dd476585f5032099895aaef283d WHIRLPOOL 6c33918e5b685dbee889657bf202b71575ece24797b8c629ac27433905e0505c72fe1f15fc75975d35a4e5ddc75e18a2b0aa0626132c5dec8f91daed23bad6db +DIST timers-4.1.0.gem 15360 SHA256 4c7a57998202d1e911dd3200e4834bb0c7efd87905670aa24ac22a4813b73e44 SHA512 8cff4c7d211f7f2f13017d6362d29fa91b771d4e1b7e4743c05799aea5002ee926a1563985849e762e7ce2c3b77cc8937999e9cd0e7bb4c528a90751f0f9e173 WHIRLPOOL 41a6e441568e2bbc923a730c2b3ef46dd2b895d346d7b9df9d2c68115540e3dfae8510d0b0ebda93f886217eaf22af4ad00c26667c69d248fa9ca8068edc96d7 diff --git a/dev-ruby/timers/timers-4.1.0.ebuild b/dev-ruby/timers/timers-4.1.0.ebuild new file mode 100644 index 0000000..33b904b --- /dev/null +++ b/dev-ruby/timers/timers-4.1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Pure Ruby one-shot and periodic timers" +HOMEPAGE="https://github.com/tarcieri/timers" + +LICENSE="MIT" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend "dev-ruby/hitimes" + +all_ruby_prepare() { + rm Gemfile || die + sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die + sed -i -e '/coveralls/ s:^:#:' spec/spec_helper.rb || die + sed -i -e '/Coveralls/ s:^:#:' spec/spec_helper.rb || die + + # Remove performance spec due to dependencies and being to dependent + # on machine specifics. + rm spec/performance_spec.rb + + # Remove rspec3 configuration so we can still run with rspec2. + sed -e '/expose/ s:^:#:' -i spec/spec_helper.rb || die +}