From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-ruby/method_source/Manifest | 2 ++ dev-ruby/method_source/metadata.xml | 12 ++++++++++++ dev-ruby/method_source/method_source-0.9.2.ebuild | 19 +++++++++++++++++++ dev-ruby/method_source/method_source-1.0.0.ebuild | 18 ++++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 dev-ruby/method_source/Manifest create mode 100644 dev-ruby/method_source/metadata.xml create mode 100644 dev-ruby/method_source/method_source-0.9.2.ebuild create mode 100644 dev-ruby/method_source/method_source-1.0.0.ebuild (limited to 'dev-ruby/method_source') diff --git a/dev-ruby/method_source/Manifest b/dev-ruby/method_source/Manifest new file mode 100644 index 000000000000..ecf447caf49c --- /dev/null +++ b/dev-ruby/method_source/Manifest @@ -0,0 +1,2 @@ +DIST method_source-0.9.2.gem 13824 BLAKE2B 842277a0a38331430c3c6a9f45c01d965de1997d8e9aa291d1948103c9812a23c5e67f3e7b7a2e6ec982de2a5eb841a78f6b8d1633ed17c5b7fa916698737ffb SHA512 87bac1d9ef2f1b09a26358d6d2e7e1035703d1bee9b6689567e8967baa544a456b63b2a1271305979ba077ebae32062708666588500e5810dd9f8e282d444b8c +DIST method_source-1.0.0.gem 13824 BLAKE2B 1b6b4c23b2e73972acb69bf488f39d88fae3bffdc4e28559d880ce817199b9c1da8183f10cf8be5122535415b938c9f3964c9b4bade1dfba7fb4457c052185dd SHA512 d3a2dace01d987203d0520583120bfe08812237602421efc3ec7ff8054f2403b0aac13f15b8b91dfdb6e6679a519f707ede67ea6fed72cd8242edacc828a9caa diff --git a/dev-ruby/method_source/metadata.xml b/dev-ruby/method_source/metadata.xml new file mode 100644 index 000000000000..dd43b116e6eb --- /dev/null +++ b/dev-ruby/method_source/metadata.xml @@ -0,0 +1,12 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + banister/method_source + + gentoo-staging + diff --git a/dev-ruby/method_source/method_source-0.9.2.ebuild b/dev-ruby/method_source/method_source-0.9.2.ebuild new file mode 100644 index 000000000000..150dcf7328f7 --- /dev/null +++ b/dev-ruby/method_source/method_source-0.9.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +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 ~ppc ~ppc64 ~sparc ~x86" diff --git a/dev-ruby/method_source/method_source-1.0.0.ebuild b/dev-ruby/method_source/method_source-1.0.0.ebuild new file mode 100644 index 000000000000..2a4204579b8d --- /dev/null +++ b/dev-ruby/method_source/method_source-1.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26 ruby27" + +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 ~ppc ~ppc64 ~sparc ~x86" -- cgit v1.3.1