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: Sat, 25 Jul 2020 05:32:07 +0000 (UTC) [thread overview]
Message-ID: <1595655102.0e1f2fccf19999f1f83cce901fbe48e2ddec22aa.graaff@gentoo> (raw)
commit: 0e1f2fccf19999f1f83cce901fbe48e2ddec22aa
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 07:10:49 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 05:31:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1f2fcc
dev-ruby/timers: cleanup
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/timers/Manifest | 1 -
dev-ruby/timers/timers-4.2.0.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-ruby/timers/Manifest b/dev-ruby/timers/Manifest
index e62a4f1b287..4a2bfb665a4 100644
--- a/dev-ruby/timers/Manifest
+++ b/dev-ruby/timers/Manifest
@@ -1,2 +1 @@
-DIST timers-4.2.0.gem 14848 BLAKE2B 0d3c1b70e6b4dade1664eac6951dfa1ff876098747d2f6eab21a2dff2f334cd614ac2c73e0651b93e92b3850c7933445a14bc4f43b50adbf1895b49c05d9507d SHA512 c5516c45e47bcd35bb5f16be0ddb31a2b1370bf06ee833c50b3121a7c36437fb418c58986b0d71979cd01af47bceb1ccd2ff50b1472592868175c4271c85e15c
DIST timers-4.3.0.gem 14848 BLAKE2B b6dfa758b8b16fbc2a28da08df05ade4551d398cfcf1ce09cc080dac4ac6adda4e741a9c5dc89d71594fbc81e5b55303556b012b03bd836ab1f63f0565acafc4 SHA512 6783424cf79f7f36292198621f93e17540e93011146c3a33b1b14a118c31a508352e56e479e3df8d9692c6f95b366561f27b374611851e88ad3fb6bbd1606037
diff --git a/dev-ruby/timers/timers-4.2.0.ebuild b/dev-ruby/timers/timers-4.2.0.ebuild
deleted file mode 100644
index 73d35384f4a..00000000000
--- a/dev-ruby/timers/timers-4.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="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 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-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
-
- # 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
-}
next reply other threads:[~2020-07-25 5:32 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-25 5:32 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-31 6:46 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/timers/ Hans de Graaff
2025-05-20 19:07 Sam James
2025-05-18 10:53 Arthur Zamarin
2025-02-09 6:36 Hans de Graaff
2023-12-28 7:43 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
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=1595655102.0e1f2fccf19999f1f83cce901fbe48e2ddec22aa.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