From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- dev-ruby/rb-inotify/Manifest | 2 ++ dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild | 34 ++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild (limited to 'dev-ruby/rb-inotify') diff --git a/dev-ruby/rb-inotify/Manifest b/dev-ruby/rb-inotify/Manifest index fcbfd644187e..4642c2fecb8d 100644 --- a/dev-ruby/rb-inotify/Manifest +++ b/dev-ruby/rb-inotify/Manifest @@ -1,3 +1,5 @@ DIST rb-inotify-0.10.0.gem 15872 BLAKE2B 52647ff17994287810efa9c04bc9553b101c42cdd27cf42d530565127dfce104a589ad729d7019409079731577d327221ec3423fa7a5f746aefa3d817b93d898 SHA512 16aa7fb21e5ed713335e583299cfc72676e3ef66de3d349f74a14885b88020b79e031839b193dc140036a0b6539a45ef3a0c3c6027a7211508d388137d22a13b +DIST rb-inotify-0.10.1.gem 15872 BLAKE2B 1ddf4fe8de7cdd348e007ac29ab7b41667092439f9b70eeae49d7e917351c73512e43a7ccf6679af1c9225b19efadb6a1581f63e1958d2a31d61f2bce5a13664 SHA512 7831a6228f2d6363e634b8d6b4a12206f19b96098e5dfba1d27b1e994a7284a5cb58cd0299d861a6ff275fc8248c0e68faaaf786d6222ad68f3e6b43ccea29ec EBUILD rb-inotify-0.10.0.ebuild 1040 BLAKE2B 606ef14a750cece08f9c2715a6c18239af31347c25e1caedd8c02987ce5bf69d07f4fe990512f9d95e2428ff0c1827dc84d41aa23f36477bac4f8ee781290daf SHA512 585d4d5070349bd97b2bba94862ff7926707142aa10e006fbabadf8f55dcc8ead488a376612638e792d6fa14d2e016cd403ced027f76a660f30e026a6aaa3f25 +EBUILD rb-inotify-0.10.1.ebuild 1009 BLAKE2B 03091a4141e39766f5e4113f057f5ef923d57815db3f7e7bd3214d3061677ec60118ae56d60fcccd553c3e145bbd8cb3b2f9b0bd37ba6ffa3fb3c1571467ed6e SHA512 b701fd66e06d7653d675bdaa4383e27d3b31e6b3adf9447703450c5fc8e00bdb1cacf8adb036a9f94ba96f499b3d3be23299ea154a1a87d772ed0d66cc40bc70 MISC metadata.xml 341 BLAKE2B 9b7d043d113a1bfd0bb07588615f04762e5d4334763055dcf818969aa98c543c19b1e1005d3f8e0ad5d6c0dfed342b3ee8f2bfd9a49eb133b34f5cafd6f7f91d SHA512 0449efdf61caad416c9b68e1b5de20c46d29a8961f462dd7f1971e3723b8b0b3567507cc99cfeb2151e0c8c14caa28947dc23906281b20771251b3b47823b4a4 diff --git a/dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild new file mode 100644 index 000000000000..fd890af7d202 --- /dev/null +++ b/dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A thorough inotify wrapper for Ruby using FFI" +HOMEPAGE="https://github.com/nex3/rb-inotify" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend "dev-ruby/ffi" + +ruby_add_bdepend "test? ( dev-ruby/concurrent-ruby )" + +all_ruby_prepare() { + # Avoid unneeded dependency on jeweler. + sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || 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 +} -- cgit v1.2.3