From 2771f79232c273bc2a57d23bf335dd81ccf6af28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Dec 2021 02:47:11 +0000 Subject: gentoo resync : 05.12.2021 --- dev-ruby/instantiator/Manifest | 1 + dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild (limited to 'dev-ruby/instantiator') diff --git a/dev-ruby/instantiator/Manifest b/dev-ruby/instantiator/Manifest index 00d2bd690fd0..1a7d597f65bf 100644 --- a/dev-ruby/instantiator/Manifest +++ b/dev-ruby/instantiator/Manifest @@ -1,3 +1,4 @@ DIST instantiator-0.0.7.gem 8192 BLAKE2B c1cc0bf4a3f2aaf9afd522e33fdd2b32d78ca114fc7b113f6ae297e825177827cb6aa5398917d6d05523f912bebf22e43709e53c0dfe4e1a941ebda4350d3098 SHA512 b37a9380d787252244d2b85bb99365f4a4ecdab58f76caf5e59df00b239f4981119eb5c2eb2fe6ddcf810bb0fb43695f8926370a101f4223fa28811953e6731d +EBUILD instantiator-0.0.7-r1.ebuild 533 BLAKE2B 2240ef98261043f7613794de2676d021431d437aa4a42f540ecaa48710b4f897fc7296664a639067a4131d2bea52c278c2a2e27154be3dfb963a5034b24a963c SHA512 2b8725096e549cacac6a07f18f82c79b8567f7ad9f063f35237bcca076bd228502ae245ce1964c18a60646f8421b687506332d5f74bfe02f4c4b85dc859859c2 EBUILD instantiator-0.0.7.ebuild 558 BLAKE2B b23458b17910441339e953ca32187f85943b15eda259b7513feee3f609d08f2f2a0f8fe38f6d9717640125fcdb86ffd570d95203a910984740dddfa498a404e4 SHA512 7746333f2864661a198c305fe716fb67019cbb106a36cf6c167ef5bc1cba910d5502b517e46a016261463a9f3d2fa4f80729896d38f057c3e07c443894a26ac6 MISC metadata.xml 351 BLAKE2B 6e084682032749f5c2ef0362c7c03352e77b804d4d85538e0fb26fbc6e22f401ec5be2252156d5def142be73ed53730fde82baf138d0f78f05b9cfd62ae11328 SHA512 3da384f7e5e5e57740aa53f410d97a92635a670f5a2032c41dead2b51942eea3b44b2989132543bb4f26f26a6616a9bb3bc5f8b90286c31303078ade91bfe2c3 diff --git a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild new file mode 100644 index 000000000000..d18a2b82fb39 --- /dev/null +++ b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby26 ruby27 ruby30" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Instantiate an arbitrary Ruby class" +HOMEPAGE="https://github.com/floehopper/introspection" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +ruby_add_rdepend "dev-ruby/blankslate:*" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die +} -- cgit v1.2.3