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: Fri, 16 Jul 2021 09:31:07
Message-Id: 1626427857.982ad3322eaab8efbf80267493877b96939c8a57.graaff@gentoo
1 commit: 982ad3322eaab8efbf80267493877b96939c8a57
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 09:26:02 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 09:30:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982ad332
7
8 dev-ruby/method_source: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/method_source/Manifest | 1 -
14 dev-ruby/method_source/method_source-0.9.2.ebuild | 19 -------------------
15 2 files changed, 20 deletions(-)
16
17 diff --git a/dev-ruby/method_source/Manifest b/dev-ruby/method_source/Manifest
18 index ecf447caf49..ce1e94cbb8c 100644
19 --- a/dev-ruby/method_source/Manifest
20 +++ b/dev-ruby/method_source/Manifest
21 @@ -1,2 +1 @@
22 -DIST method_source-0.9.2.gem 13824 BLAKE2B 842277a0a38331430c3c6a9f45c01d965de1997d8e9aa291d1948103c9812a23c5e67f3e7b7a2e6ec982de2a5eb841a78f6b8d1633ed17c5b7fa916698737ffb SHA512 87bac1d9ef2f1b09a26358d6d2e7e1035703d1bee9b6689567e8967baa544a456b63b2a1271305979ba077ebae32062708666588500e5810dd9f8e282d444b8c
23 DIST method_source-1.0.0.gem 13824 BLAKE2B 1b6b4c23b2e73972acb69bf488f39d88fae3bffdc4e28559d880ce817199b9c1da8183f10cf8be5122535415b938c9f3964c9b4bade1dfba7fb4457c052185dd SHA512 d3a2dace01d987203d0520583120bfe08812237602421efc3ec7ff8054f2403b0aac13f15b8b91dfdb6e6679a519f707ede67ea6fed72cd8242edacc828a9caa
24
25 diff --git a/dev-ruby/method_source/method_source-0.9.2.ebuild b/dev-ruby/method_source/method_source-0.9.2.ebuild
26 deleted file mode 100644
27 index 150dcf7328f..00000000000
28 --- a/dev-ruby/method_source/method_source-0.9.2.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
36 -
37 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
38 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
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 ~ppc ~ppc64 ~sparc ~x86"