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: Sat, 03 Nov 2018 06:26:27
Message-Id: 1541225544.636d22ea9513d39eefe8c65464fd539d6d0abcc0.graaff@gentoo
1 commit: 636d22ea9513d39eefe8c65464fd539d6d0abcc0
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 3 06:12:24 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 3 06:12:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636d22ea
7
8 dev-ruby/method_source: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-ruby/method_source/Manifest | 1 -
14 .../method_source/method_source-0.8.2-r3.ebuild | 25 ----------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/dev-ruby/method_source/Manifest b/dev-ruby/method_source/Manifest
18 index 4c48526668b..73415c72497 100644
19 --- a/dev-ruby/method_source/Manifest
20 +++ b/dev-ruby/method_source/Manifest
21 @@ -1,2 +1 @@
22 -DIST method_source-0.8.2.gem 13312 BLAKE2B a75b2072d85752eb36715e04c490cecc97f02cee9690748775820dbef5f7577e861b2d22839a8dc834c5fffc04653a0dde92ae01d9cf2d0bbbba78cbf813dc7f SHA512 44cf12bf0e47101f4e91b91b62c54e5403c827be5999b739a930e74c4449861a254631935f6a60430912316767fcc74e3f947075b0b0d994dc864bfdb935af1e
23 DIST method_source-0.9.0.gem 13312 BLAKE2B c3d3cd541b782a3e4e2aa2b1576d9206338988330a17e9770e82ff9fc3156f6feff9be970f5f5f0cef90ee160a3dfbbd20c1bac34593906a47daa7404895b08c SHA512 4ef6cdf3f4427a7910f9da8e569d9cc2711de449498fe88ea8782379330a5725a4800168b06fcc593c18faa52294836881852768306303ebc658f97c1bec8830
24
25 diff --git a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild b/dev-ruby/method_source/method_source-0.8.2-r3.ebuild
26 deleted file mode 100644
27 index 0c1f13b1008..00000000000
28 --- a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
36 -
37 -RUBY_FAKEGEM_TASK_TEST="none"
38 -RUBY_FAKEGEM_TASK_DOC=""
39 -RUBY_FAKEGEM_EXTRADOC="README.markdown"
40 -
41 -inherit ruby-fakegem
42 -
43 -DESCRIPTION="Retrieve the source code for a method"
44 -HOMEPAGE="https://github.com/banister/method_source"
45 -IUSE=""
46 -SLOT="0"
47 -
48 -LICENSE="MIT"
49 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
50 -
51 -ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )"
52 -
53 -each_ruby_test() {
54 - ${RUBY} -I. -S bacon -k test/test.rb || die "Tests failed."
55 -}