From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-inotify/
Date: Sun, 19 May 2024 05:33:49 +0000 (UTC) [thread overview]
Message-ID: <1716096814.74af98041931e10c0e266ad886377cd9901f17bb.graaff@gentoo> (raw)
commit: 74af98041931e10c0e266ad886377cd9901f17bb
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 05:32:18 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 19 05:33:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74af9804
dev-ruby/rb-inotify: add 0.11.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rb-inotify/Manifest | 1 +
dev-ruby/rb-inotify/rb-inotify-0.11.1.ebuild | 36 ++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-ruby/rb-inotify/Manifest b/dev-ruby/rb-inotify/Manifest
index a8dc2f0fc559..d7258fc4aca5 100644
--- a/dev-ruby/rb-inotify/Manifest
+++ b/dev-ruby/rb-inotify/Manifest
@@ -1 +1,2 @@
DIST rb-inotify-0.10.1.gem 15872 BLAKE2B 1ddf4fe8de7cdd348e007ac29ab7b41667092439f9b70eeae49d7e917351c73512e43a7ccf6679af1c9225b19efadb6a1581f63e1958d2a31d61f2bce5a13664 SHA512 7831a6228f2d6363e634b8d6b4a12206f19b96098e5dfba1d27b1e994a7284a5cb58cd0299d861a6ff275fc8248c0e68faaaf786d6222ad68f3e6b43ccea29ec
+DIST rb-inotify-0.11.1.tar.gz 12136 BLAKE2B 3a1dc507589c02cd07903f33546d9a222bf2fad6afc283dd1a463549fdb38c8b1aadc00ab4abfe3f7e63d1a138bec0f8ac8a4bbe7c66282a9a7007e9f7012805 SHA512 46966609686878d99c5a6623f5a3f55ef203ae32e48d0efbef295f97cc728c6938759360d445e052b82206322c7bf6f995db3007c7f3c0b2818549b8088be9bf
diff --git a/dev-ruby/rb-inotify/rb-inotify-0.11.1.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.11.1.ebuild
new file mode 100644
index 000000000000..26ddd7c62cf3
--- /dev/null
+++ b/dev-ruby/rb-inotify/rb-inotify-0.11.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A thorough inotify wrapper for Ruby using FFI"
+HOMEPAGE="https://github.com/guard/rb-inotify"
+SRC_URI="https://github.com/guard/rb-inotify/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/ffi:0"
+
+ruby_add_bdepend "test? ( dev-ruby/concurrent-ruby )"
+
+all_ruby_prepare() {
+ sed -e "s:_relative ': './:" \
+ -e 's/git ls-files/find * -print/' \
+ -i ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ # Remove mandatory markup processor from yard options, bug 436112.
+ sed -i -e '/maruku/d' .yardopts || die
+
+ sed -i -e '/bundler/ s:^:#:' -e '1irequire "pathname"' spec/spec_helper.rb || die
+}
next reply other threads:[~2024-05-19 5:33 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-19 5:33 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-30 6:17 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-inotify/ Hans de Graaff
2024-10-12 15:05 Sam James
2024-10-09 7:16 Arthur Zamarin
2024-10-06 13:38 Arthur Zamarin
2024-10-06 11:36 Sam James
2024-10-06 11:35 Sam James
2024-10-06 11:12 Sam James
2024-05-19 5:33 Hans de Graaff
2024-01-06 8:02 Hans de Graaff
2023-12-05 18:25 Ionen Wolkens
2023-03-27 10:59 Sam James
2022-05-08 15:00 WANG Xuerui
2022-04-18 17:15 Hans de Graaff
2021-10-03 6:30 Hans de Graaff
2021-10-02 15:43 Sam James
2021-09-30 18:18 Sam James
2021-09-25 5:18 Agostino Sarubbo
2021-09-22 6:58 Agostino Sarubbo
2021-09-20 6:27 Agostino Sarubbo
2021-09-20 6:26 Agostino Sarubbo
2021-09-19 21:35 Agostino Sarubbo
2021-09-07 15:34 Marek Szuba
2021-03-27 6:09 Hans de Graaff
2020-11-06 3:21 Sam James
2020-01-24 7:23 Hans de Graaff
2019-12-25 6:56 Hans de Graaff
2019-06-05 17:56 Hans de Graaff
2019-06-04 13:30 Agostino Sarubbo
2019-05-23 13:15 Mikle Kolyada
2019-05-13 0:38 Thomas Deutschmann
2019-05-03 13:10 Mikle Kolyada
2019-04-28 20:59 Sergei Trofimovich
2019-04-28 9:48 Hans de Graaff
2019-04-10 17:27 Hans de Graaff
2019-01-09 8:07 Hans de Graaff
2018-12-16 6:35 Hans de Graaff
2018-07-10 19:11 Sergei Trofimovich
2018-04-28 6:33 Hans de Graaff
2018-01-23 19:27 Hans de Graaff
2018-01-23 19:07 Markus Meier
2018-01-21 8:56 Hans de Graaff
2017-12-30 11:02 Sergei Trofimovich
2017-12-12 18:39 Thomas Deutschmann
2017-12-11 6:36 Hans de Graaff
2017-12-10 22:39 Sergei Trofimovich
2017-12-04 7:04 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-06-19 5:23 Hans de Graaff
2017-06-17 5:22 Hans de Graaff
2017-05-07 9:44 Hans de Graaff
2017-05-07 9:44 Hans de Graaff
2017-04-29 20:13 Jeroen Roovers
2017-02-27 17:01 Michael Weber
2017-01-27 6:50 Hans de Graaff
2016-09-28 8:17 Tobias Klausmann
2016-07-18 6:49 Hans de Graaff
2016-07-12 4:38 Hans de Graaff
2016-07-12 4:38 Hans de Graaff
2016-07-12 4:38 Hans de Graaff
2016-05-18 8:49 Fabian Groffen
2016-04-25 23:21 Manuel Rüger
2016-02-09 6:04 Hans de Graaff
2016-02-06 6:52 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=1716096814.74af98041931e10c0e266ad886377cd9901f17bb.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