public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sun, 14 Feb 2021 06:15:30 +0000 (UTC)	[thread overview]
Message-ID: <1613283326.8ff72e410f7f60f3709608665c17825d063bf88a.graaff@gentoo> (raw)

commit:     8ff72e410f7f60f3709608665c17825d063bf88a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 06:15:26 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 06:15:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff72e41

dev-ruby/timers: add 4.3.3

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/timers/Manifest            |  1 +
 dev-ruby/timers/timers-4.3.3.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/timers/Manifest b/dev-ruby/timers/Manifest
index cb9f3e390f6..124c4f3614c 100644
--- a/dev-ruby/timers/Manifest
+++ b/dev-ruby/timers/Manifest
@@ -1,2 +1,3 @@
 DIST timers-4.3.0.gem 14848 BLAKE2B b6dfa758b8b16fbc2a28da08df05ade4551d398cfcf1ce09cc080dac4ac6adda4e741a9c5dc89d71594fbc81e5b55303556b012b03bd836ab1f63f0565acafc4 SHA512 6783424cf79f7f36292198621f93e17540e93011146c3a33b1b14a118c31a508352e56e479e3df8d9692c6f95b366561f27b374611851e88ad3fb6bbd1606037
 DIST timers-4.3.2.tar.gz 10741 BLAKE2B 2f04c012f161c3af53103e5c5f05da53f089b2db2b356cb271f3ad318c2b66d78a2275665b27fb718dfeab7e8f76993637153eae193616f84f3da1c3db42680d SHA512 306669da275e26f2902c05c94fd94caf15a37dafa6dc5ec16b3780091dea72ed6c2ff41d05139244ff1191f5630d3ffbab2718e04be67f784643386ca456f450
+DIST timers-4.3.3.tar.gz 12928 BLAKE2B af64b44116565a8cb6b68349de6a46e8b67d22508e16e204af104ed7a59cc1db1dae0c36917ccde1932c33e53d9d71fc57cb317570cc24aaee82531ce178f37c SHA512 4a715e4a786f98ec429a250de53cfa67bed6b5a99b6298c21251e6dcf1315f1185d8c45bea01025832046381ebac462cd35415f7573d58c55c30b47c2567d4bf

diff --git a/dev-ruby/timers/timers-4.3.3.ebuild b/dev-ruby/timers/timers-4.3.3.ebuild
new file mode 100644
index 00000000000..fe52c2bb6f0
--- /dev/null
+++ b/dev-ruby/timers/timers-4.3.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="timers.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Pure Ruby one-shot and periodic timers"
+HOMEPAGE="https://github.com/tarcieri/timers"
+SRC_URI="https://github.com/tarcieri/timers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+	sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+	sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
+	sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die
+
+	# Avoid performance specs to avoid ruby-prof dependency and
+	# because we cannot provide a good environment for performance testing.
+	rm -f spec/timers/performance_spec.rb || die
+}


             reply	other threads:[~2021-02-14  6:15 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-14  6:15 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-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-24  5:02 Hans de Graaff
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=1613283326.8ff72e410f7f60f3709608665c17825d063bf88a.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