summaryrefslogtreecommitdiff
path: root/dev-ruby/instantiator
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
commit2fd57282f0262ca084e05b0f2c63fbada395d02b (patch)
tree4e0f23cea9ce9fd972e70ebc5214bf36fed465cc /dev-ruby/instantiator
parentc3bc61051d7f12b4c682efa7a5460bbc8815649e (diff)
gentoo resync : 16.01.2021
Diffstat (limited to 'dev-ruby/instantiator')
-rw-r--r--dev-ruby/instantiator/Manifest3
-rw-r--r--dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild4
-rw-r--r--dev-ruby/instantiator/instantiator-0.0.7.ebuild25
3 files changed, 3 insertions, 29 deletions
diff --git a/dev-ruby/instantiator/Manifest b/dev-ruby/instantiator/Manifest
index 1a7d597f65bf..2b828a8410a4 100644
--- a/dev-ruby/instantiator/Manifest
+++ b/dev-ruby/instantiator/Manifest
@@ -1,4 +1,3 @@
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
+EBUILD instantiator-0.0.7-r1.ebuild 527 BLAKE2B f235a0ff4cccfa8c5df0970c51ad781f341ba2314b517025d468aa53a050f7d66149d94b66f04998d0d556e9fc0e6f1c081b48f40d6c5d07c3236a54a0c4068f SHA512 016c7492bbc4f8174d669acdacc0e30107bcff1c75ec3e553a0040e3cd5563d27596015102a15f5397a7c13cb521ee4103b26b706e86d8c20826dce4c04c1e71
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
index d18a2b82fb39..548bb30d90d8 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/floehopper/introspection"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86"
IUSE=""
ruby_add_rdepend "dev-ruby/blankslate:*"
diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
deleted file mode 100644
index 0a55a283d84f..000000000000
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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
-}