commit:     bcb3e722bb943fa3520f9de68ea7751f7fc14a20
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 04:52:19 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 04:52:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb3e722

dev-ruby/method_source: add 0.9.0

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-ruby/method_source/Manifest                   |  1 +
 dev-ruby/method_source/method_source-0.9.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/method_source/Manifest b/dev-ruby/method_source/Manifest
index 913e74fce37..39fd245c1f7 100644
--- a/dev-ruby/method_source/Manifest
+++ b/dev-ruby/method_source/Manifest
@@ -1 +1,2 @@
 DIST method_source-0.8.2.gem 13312 SHA256 
c2e9d0f4ebefd6b37efe38fe2964337b1d315fe198cad850681fd2da0027b1bc SHA512 
44cf12bf0e47101f4e91b91b62c54e5403c827be5999b739a930e74c4449861a254631935f6a60430912316767fcc74e3f947075b0b0d994dc864bfdb935af1e
 WHIRLPOOL 
126761dd7bff1a85693d98f28db31b1d7010f7ea4bbc05726ad9db9f80447ea135aa98ea004b0e4840856663c4afe0d35081c5e183d6473b7537b6e8daade8da
+DIST method_source-0.9.0.gem 13312 SHA256 
f6fd06ba997de0eb6622545b8623a804352c2c9c4a44a362a304bb3d64101277 SHA512 
4ef6cdf3f4427a7910f9da8e569d9cc2711de449498fe88ea8782379330a5725a4800168b06fcc593c18faa52294836881852768306303ebc658f97c1bec8830
 WHIRLPOOL 
db1f3c5cac26c8c94bdaa2b1d46fba39a215669ddd04b301aca470c26c9bfc7cfbe815e173308a06dde6a030818458d6d0849628b59c8dc1d6c65ae5d7f7fc77

diff --git a/dev-ruby/method_source/method_source-0.9.0.ebuild 
b/dev-ruby/method_source/method_source-0.9.0.ebuild
new file mode 100644
index 00000000000..3bd2f030131
--- /dev/null
+++ b/dev-ruby/method_source/method_source-0.9.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+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 ~ia64 ~ppc ~ppc64 ~x86"

Reply via email to