From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/timers/
Date: Mon, 24 Aug 2015 05:02:09 +0000 (UTC) [thread overview]
Message-ID: <1440392317.1291d0d1acd80ed42e59014b5169ca491700e072.graaff@gentoo> (raw)
commit: 1291d0d1acd80ed42e59014b5169ca491700e072
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 04:58:37 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 04:58:37 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1291d0d1
dev-ruby/timers: version bump
Package-Manager: portage-2.2.20.1
dev-ruby/timers/Manifest | 1 +
dev-ruby/timers/timers-4.1.1.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-ruby/timers/Manifest b/dev-ruby/timers/Manifest
index 5b29824..1e1f43f 100644
--- a/dev-ruby/timers/Manifest
+++ b/dev-ruby/timers/Manifest
@@ -1,2 +1,3 @@
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
+DIST timers-4.1.1.gem 15360 SHA256 8ccb9a3918a57e0aca8fb52516b4d89b86c553f3df002d4be32bcd4ce2356ce9 SHA512 7652612737b1d20135eae02f02bfefa57c8a6cb6923ec69af32810d6f0fb9e924d727efa66b0832424bc35b6d7099a968eee77dfd2db3803959f517e1ca7f683 WHIRLPOOL 701d31cd868d2ba38432f0164b911e68c4cc0481597c07ea8181c1438f92aae277c885f6105bb7fb53876c5bbef2ea2ddb909d398dffabdb338a6c030a0289eb
diff --git a/dev-ruby/timers/timers-4.1.1.ebuild b/dev-ruby/timers/timers-4.1.1.ebuild
new file mode 100644
index 0000000..33b904b
--- /dev/null
+++ b/dev-ruby/timers/timers-4.1.1.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
+}
next reply other threads:[~2015-08-24 5:02 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-24 5:02 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-28 7:43 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/timers/ Hans de Graaff
2023-10-24 9:30 Arthur Zamarin
2023-07-04 20:19 Sam James
2023-06-23 17:15 Hans de Graaff
2023-03-26 6:35 Hans de Graaff
2022-12-01 2:04 Sam James
2022-06-25 8:55 Hans de Graaff
2022-04-06 5:48 Hans de Graaff
2021-07-06 10:26 Hans de Graaff
2021-02-14 6:15 Hans de Graaff
2021-01-06 18:32 Fabian Groffen
2020-09-07 5:20 Hans de Graaff
2020-07-25 5:32 Hans de Graaff
2019-11-03 9:28 Hans de Graaff
2019-08-18 12:37 David Seifert
2019-07-25 15:47 Hans de Graaff
2019-05-25 6:22 Hans de Graaff
2019-01-16 7:24 Hans de Graaff
2018-11-07 7:19 Hans de Graaff
2018-05-01 5:19 Hans de Graaff
2018-03-05 6:28 Hans de Graaff
2017-06-25 6:54 Hans de Graaff
2017-06-25 6:54 Hans de Graaff
2016-11-28 6:41 Hans de Graaff
2016-06-02 20:02 Richard Farina
2016-06-02 19:48 Richard Farina
2016-04-07 22:38 Manuel Rüger
2015-12-29 9:03 Hans de Graaff
2015-12-05 12:59 Markus Meier
2015-08-17 5:51 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440392317.1291d0d1acd80ed42e59014b5169ca491700e072.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox