summaryrefslogtreecommitdiff
path: root/dev-ruby/introspection
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-ruby/introspection
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-ruby/introspection')
-rw-r--r--dev-ruby/introspection/Manifest3
-rw-r--r--dev-ruby/introspection/introspection-0.0.4-r1.ebuild2
-rw-r--r--dev-ruby/introspection/introspection-0.0.4.ebuild28
3 files changed, 2 insertions, 31 deletions
diff --git a/dev-ruby/introspection/Manifest b/dev-ruby/introspection/Manifest
index 5b3fdf51e270..6b2619e04678 100644
--- a/dev-ruby/introspection/Manifest
+++ b/dev-ruby/introspection/Manifest
@@ -1,4 +1,3 @@
DIST introspection-0.0.4.gem 9216 BLAKE2B c97279576a60dfd74453d16a6eb0885326dad18748bd182fe3b5c2a73121553cd3ea66690841df6554fd105e50f5f6df075afb94795b94dbd7caf4615ca67764 SHA512 c228827ac9d8a82a104e78daadf038c674cd464bf726fc3bd1efa82e9d9cab37f6ee909f578585e7846378f0b755ed4d60fa119fd699f6c40188ea2de4ac7084
-EBUILD introspection-0.0.4-r1.ebuild 675 BLAKE2B 2fd084af7df19abc082cc5aeed61163e775eef530321dfe1adfa7001123d6f01133ea5e673ca86ce4b96b73ad934b2717ecef43f54d1d9ce875fd5bedad72bb5 SHA512 2df737e2fdf57e9adacb5ef0a05176517664afd44c5f444fa304228f7acfc03ab7e113b39a7045e0c5afd79e736a54d3530a547eaad2ea083026f48db74534ed
-EBUILD introspection-0.0.4.ebuild 661 BLAKE2B de8595ca7ed6ffd7abba94efdce727c5cd901cac295de29def41020183629df4ef8d90d2210099a7994448118e3a79ab2a5b0664576193e9b504d1619bef794d SHA512 1a75e4921d3edf5b2f13b3496fcc30306e86b688217e4a0071323c84fca1d3bf69e8797cc2a11824e82949f388a34f574cde2ee6a3e39ee61a41537f32704525
+EBUILD introspection-0.0.4-r1.ebuild 668 BLAKE2B d2a16e142aeb53d4a55f200400498b20711004793ac0d3b7929a728aca734c5c0d198fa7c239d62bfb29097c1ed9ba9cc6092ac8c4a8426d8ed3e07aff8ddbbc SHA512 87f6698c2a035d0694442679c61fc2b10c0ddde25190287dbb4814e57dd6e31f7f2eba580b3abdc70111695c1c01977e0fd7c5061ef51ad2d13fea920e7b596f
MISC metadata.xml 248 BLAKE2B 0c876bde3c72e61d28284a95a837103e6d594c9f6fccbd6d7d1039f9c5a604347c20c334c9a57d80b152888fed536196f2807b477e8d0336c80affb0e28c9dc9 SHA512 b2b64178cf6cbbaa5fb4671ffe1ab88b83c920de363ae099ef74fa3e5eb8c8f0285c749cabc0cebf344951503d1b7309ae294afe9e7cf5172700182d8843fa14
diff --git a/dev-ruby/introspection/introspection-0.0.4-r1.ebuild b/dev-ruby/introspection/introspection-0.0.4-r1.ebuild
index e01db0703950..6bea8b8cfc20 100644
--- a/dev-ruby/introspection/introspection-0.0.4-r1.ebuild
+++ b/dev-ruby/introspection/introspection-0.0.4-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://jamesmead.org/"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/metaclass-0.0.1"
diff --git a/dev-ruby/introspection/introspection-0.0.4.ebuild b/dev-ruby/introspection/introspection-0.0.4.ebuild
deleted file mode 100644
index 2d331f211a64..000000000000
--- a/dev-ruby/introspection/introspection-0.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-# No documentation task
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Dynamic inspection of the hierarchy of method definitions on a Ruby object"
-HOMEPAGE="http://jamesmead.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/metaclass-0.0.1"
-
-ruby_add_bdepend "test? ( dev-ruby/blankslate )"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
-}