diff options
author | 2024-07-12 08:56:59 +0200 | |
---|---|---|
committer | 2024-07-12 08:57:51 +0200 | |
commit | 90c20e1c12d16a1848ecfa6cf3cb45152ace320f (patch) | |
tree | 8c8b241d16cd5ed5d7111fbcbfa7d437ffaf0462 /dev-ruby | |
parent | profiles/package.mask: mask rspectacular for removal (diff) | |
download | gentoo-90c20e1c12d16a1848ecfa6cf3cb45152ace320f.tar.gz gentoo-90c20e1c12d16a1848ecfa6cf3cb45152ace320f.tar.bz2 gentoo-90c20e1c12d16a1848ecfa6cf3cb45152ace320f.zip |
dev-ruby/method_source: drop 1.0.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/method_source/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/method_source/method_source-1.0.0.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-ruby/method_source/Manifest b/dev-ruby/method_source/Manifest index 00fae2ebd2db..af6ade365de5 100644 --- a/dev-ruby/method_source/Manifest +++ b/dev-ruby/method_source/Manifest @@ -1,2 +1 @@ -DIST method_source-1.0.0.gem 13824 BLAKE2B 1b6b4c23b2e73972acb69bf488f39d88fae3bffdc4e28559d880ce817199b9c1da8183f10cf8be5122535415b938c9f3964c9b4bade1dfba7fb4457c052185dd SHA512 d3a2dace01d987203d0520583120bfe08812237602421efc3ec7ff8054f2403b0aac13f15b8b91dfdb6e6679a519f707ede67ea6fed72cd8242edacc828a9caa DIST method_source-1.1.0.gem 13824 BLAKE2B 9b626e3db19a4093a61505afb04c65a2fc497146639656b9fd204f87d17d91473b11327ff086c8f3e2e1c0a462fa19e3e9c39f0b2817f26918c9a7c4b7cdaf54 SHA512 37cf2ff685adb68d1dd9c72922aa5ee1691a98c049ee402f5d630a783cacf9c971b0f25ac5e67b8d97211a6763e6f81825cf887fe9b4aef3359bad88335110d9 diff --git a/dev-ruby/method_source/method_source-1.0.0.ebuild b/dev-ruby/method_source/method_source-1.0.0.ebuild deleted file mode 100644 index a3930b32229b..000000000000 --- a/dev-ruby/method_source/method_source-1.0.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_EXTRADOC="README.markdown" - -inherit ruby-fakegem - -DESCRIPTION="Retrieve the source code for a method" -HOMEPAGE="https://github.com/banister/method_source" -IUSE="" -SLOT="0" - -LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |