Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/
Date: Fri, 08 Oct 2021 06:05:14
Message-Id: 1633672985.e1dfe459df094bbd6dc3d170e747b59af5a3fd85.graaff@gentoo
1 commit: e1dfe459df094bbd6dc3d170e747b59af5a3fd85
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Oct 8 06:03:05 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 8 06:03:05 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=e1dfe459
7
8 dev-ruby/gems: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>
12
13 dev-ruby/gems/gems-1.0.0.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/dev-ruby/gems/gems-1.0.0.ebuild b/dev-ruby/gems/gems-1.0.0.ebuild
17 deleted file mode 100644
18 index f188068..0000000
19 --- a/dev-ruby/gems/gems-1.0.0.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -USE_RUBY="ruby25"
28 -
29 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
30 -RUBY_FAKEGEM_EXTRADOC="README.md"
31 -
32 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
33 -
34 -inherit ruby-fakegem
35 -
36 -DESCRIPTION="Wrapper for the RubyGems.org API"
37 -HOMEPAGE="https://github.com/rubygems/gems"
38 -SRC_URI="https://github.com/rubygems/gems/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 -
40 -LICENSE="MIT"
41 -SLOT="0"
42 -KEYWORDS="~amd64"
43 -IUSE="test"
44 -
45 -ruby_add_bdepend "test? ( dev-ruby/webmock )"
46 -
47 -all_ruby_prepare() {
48 - sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
49 -}