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, 12 Dec 2015 07:36:04
Message-Id: 1449905727.4ff4413399452b422cd6c11b7ede17c63f6ec85c.graaff@gentoo
1 commit: 4ff4413399452b422cd6c11b7ede17c63f6ec85c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 12 07:05:01 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 12 07:35:27 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff44133
7
8 dev-ruby/method_source: cleanup
9
10 Package-Manager: portage-2.2.24
11
12 .../method_source/method_source-0.8.2-r2.ebuild | 26 ----------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/dev-ruby/method_source/method_source-0.8.2-r2.ebuild b/dev-ruby/method_source/method_source-0.8.2-r2.ebuild
16 deleted file mode 100644
17 index 20ff3ab..0000000
18 --- a/dev-ruby/method_source/method_source-0.8.2-r2.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -USE_RUBY="ruby19 ruby20"
27 -
28 -RUBY_FAKEGEM_TASK_TEST="none"
29 -RUBY_FAKEGEM_TASK_DOC=""
30 -RUBY_FAKEGEM_EXTRADOC="README.markdown"
31 -
32 -inherit ruby-fakegem
33 -
34 -DESCRIPTION="Retrieve the source code for a method"
35 -HOMEPAGE="https://github.com/banister/method_source"
36 -IUSE=""
37 -SLOT="0"
38 -
39 -LICENSE="MIT"
40 -KEYWORDS="~amd64 ~ppc64 ~x86"
41 -
42 -ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )"
43 -
44 -each_ruby_test() {
45 - ${RUBY} -I. -S bacon -k test/test.rb || die "Tests failed."
46 -}