Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/method_source/
Date: Wed, 27 Sep 2017 05:09:28
Message-Id: 1506487939.bcb3e722bb943fa3520f9de68ea7751f7fc14a20.graaff@gentoo
1 commit: bcb3e722bb943fa3520f9de68ea7751f7fc14a20
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 27 04:52:19 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 04:52:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb3e722
7
8 dev-ruby/method_source: add 0.9.0
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 dev-ruby/method_source/Manifest | 1 +
13 dev-ruby/method_source/method_source-0.9.0.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-ruby/method_source/Manifest b/dev-ruby/method_source/Manifest
17 index 913e74fce37..39fd245c1f7 100644
18 --- a/dev-ruby/method_source/Manifest
19 +++ b/dev-ruby/method_source/Manifest
20 @@ -1 +1,2 @@
21 DIST method_source-0.8.2.gem 13312 SHA256 c2e9d0f4ebefd6b37efe38fe2964337b1d315fe198cad850681fd2da0027b1bc SHA512 44cf12bf0e47101f4e91b91b62c54e5403c827be5999b739a930e74c4449861a254631935f6a60430912316767fcc74e3f947075b0b0d994dc864bfdb935af1e WHIRLPOOL 126761dd7bff1a85693d98f28db31b1d7010f7ea4bbc05726ad9db9f80447ea135aa98ea004b0e4840856663c4afe0d35081c5e183d6473b7537b6e8daade8da
22 +DIST method_source-0.9.0.gem 13312 SHA256 f6fd06ba997de0eb6622545b8623a804352c2c9c4a44a362a304bb3d64101277 SHA512 4ef6cdf3f4427a7910f9da8e569d9cc2711de449498fe88ea8782379330a5725a4800168b06fcc593c18faa52294836881852768306303ebc658f97c1bec8830 WHIRLPOOL db1f3c5cac26c8c94bdaa2b1d46fba39a215669ddd04b301aca470c26c9bfc7cfbe815e173308a06dde6a030818458d6d0849628b59c8dc1d6c65ae5d7f7fc77
23
24 diff --git a/dev-ruby/method_source/method_source-0.9.0.ebuild b/dev-ruby/method_source/method_source-0.9.0.ebuild
25 new file mode 100644
26 index 00000000000..3bd2f030131
27 --- /dev/null
28 +++ b/dev-ruby/method_source/method_source-0.9.0.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +USE_RUBY="ruby22 ruby23 ruby24"
35 +
36 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
37 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
38 +RUBY_FAKEGEM_EXTRADOC="README.markdown"
39 +
40 +inherit ruby-fakegem
41 +
42 +DESCRIPTION="Retrieve the source code for a method"
43 +HOMEPAGE="https://github.com/banister/method_source"
44 +IUSE=""
45 +SLOT="0"
46 +
47 +LICENSE="MIT"
48 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"