From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hitimes/
Date: Wed, 4 May 2016 11:58:18 +0000 (UTC) [thread overview]
Message-ID: <1462363086.69938dfcafb9584d776ff16fe04dff1fa606a2ee.mrueg@gentoo> (raw)
commit: 69938dfcafb9584d776ff16fe04dff1fa606a2ee
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed May 4 11:58:06 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed May 4 11:58:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69938dfc
dev-ruby/hitimes: Version bump to 1.2.4
Package-Manager: portage-2.2.28
dev-ruby/hitimes/Manifest | 1 +
dev-ruby/hitimes/hitimes-1.2.4.ebuild | 36 +++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-ruby/hitimes/Manifest b/dev-ruby/hitimes/Manifest
index f390da9..d649ef9 100644
--- a/dev-ruby/hitimes/Manifest
+++ b/dev-ruby/hitimes/Manifest
@@ -1,2 +1,3 @@
DIST hitimes-1.2.2.gem 32256 SHA256 c44a808cafedd9a3571a1990668ce1f5f60b7e1ab6bd8b5feaa60edaf17bc39f SHA512 c12ae48444c22b90f7ca264c8a8a80917b605de03832a9ced9a03c442461dfa3f33dd67129ff512ee196af97895491a7f378fff5a26bfa09a8c50cf6feadb9ac WHIRLPOOL 8b7d66ab263fd58b000e29948209795361451fc5721d083fe86291233726616df9ddefa34c82e9b16bc7991859dbfc8b65ebc6c2e12f7e48a2be7f7fdc282f79
DIST hitimes-1.2.3.gem 31744 SHA256 644f56f7646a234d74c2b0bc08a8d5bd714b9bf494b604bab54b1473beca29bb SHA512 42b922d098dd2f5c6e4c698d9bb34e7b25ac94d36f339b29abea3c99c1be80ee0d31994ad39152bc914ea5d8bf5d92e5f506f8fba6d6d795b8febf7b03381566 WHIRLPOOL da8b7f326d7bbc45759e725d841e925cf66731aee86b5ade7c8e5a4cbdedf68001452b0105a0d4063e96d2bbc974876637a6e1326a66b7668d8a74cc8e97e162
+DIST hitimes-1.2.4.gem 32256 SHA256 9f026a767ccd2c50654d5772de3f3fc57aeba72ee4a7e481e8afdc7d24749ea8 SHA512 a4da8590297f4472ec6e98db0083e5fb5923284fea15e9c2da62476c1200f9cb6d12b77f369c374706457b5ce260dd1d9bfc93bf4c256cb1fbc63a4c463185c3 WHIRLPOOL f4a76a8e4ec2b48d2fd06f818410b1ceef3218c1d4c3c6666711d6f34841e728531b4c65e2a4f507fef225ac4e49132f8c4de2a48398ddaf72a243552f0d31fc
diff --git a/dev-ruby/hitimes/hitimes-1.2.4.ebuild b/dev-ruby/hitimes/hitimes-1.2.4.ebuild
new file mode 100644
index 0000000..fdb7cae
--- /dev/null
+++ b/dev-ruby/hitimes/hitimes-1.2.4.ebuild
@@ -0,0 +1,36 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A fast, high resolution timer library"
+HOMEPAGE="https://github.com/copiousfreetime/hitimes"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e "/RUBY_VERSION >= '1.9.2'/,+4d" spec/spec_helper.rb || die
+}
+
+each_ruby_configure() {
+ ${RUBY} -Cext/hitimes/c extconf.rb || die
+}
+
+each_ruby_compile() {
+ emake -Cext/hitimes/c V=1
+ cp ext/hitimes/c/hitimes$(get_modname) lib/hitimes || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:spec:. -e 'Dir["spec/*_spec.rb"].each{|f| require f}' || die
+}
next reply other threads:[~2016-05-04 11:58 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-04 11:58 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 6:55 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hitimes/ Hans de Graaff
2024-12-30 15:20 Hans de Graaff
2024-05-02 5:52 Hans de Graaff
2023-12-27 20:00 Hans de Graaff
2023-07-04 9:41 Hans de Graaff
2022-12-05 18:35 Hans de Graaff
2022-05-06 6:54 Hans de Graaff
2020-09-14 6:09 Hans de Graaff
2020-08-20 6:42 Hans de Graaff
2019-11-03 7:46 Hans de Graaff
2019-09-29 9:07 Hans de Graaff
2019-01-19 8:07 Hans de Graaff
2019-01-15 6:02 Hans de Graaff
2018-06-16 4:51 Hans de Graaff
2018-02-04 10:45 Hans de Graaff
2018-02-04 10:45 Hans de Graaff
2017-08-05 6:14 Hans de Graaff
2017-05-26 6:19 Hans de Graaff
2017-05-26 6:19 Hans de Graaff
2016-06-02 19:48 Richard Farina
2016-04-16 21:59 Manuel Rüger
2015-12-06 7:05 Hans de Graaff
2015-12-05 12:58 Markus Meier
2015-09-14 0:08 Manuel Rüger
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=1462363086.69938dfcafb9584d776ff16fe04dff1fa606a2ee.mrueg@gentoo \
--to=mrueg@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