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/dependor/
Date: Fri, 06 May 2022 10:04:33
Message-Id: 1651831464.7c9cdd5f336ce246f4bcf78f0b14b342f735df14.graaff@gentoo
1 commit: 7c9cdd5f336ce246f4bcf78f0b14b342f735df14
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 09:37:13 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 10:04:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9cdd5f
7
8 dev-ruby/dependor: drop 1.0.1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/dependor/dependor-1.0.1.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-ruby/dependor/dependor-1.0.1.ebuild b/dev-ruby/dependor/dependor-1.0.1.ebuild
16 deleted file mode 100644
17 index cfa8c5971b27..000000000000
18 --- a/dev-ruby/dependor/dependor-1.0.1.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
27 -
28 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
29 -
30 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
31 -RUBY_FAKEGEM_EXTRADOC="README.md"
32 -
33 -inherit ruby-fakegem
34 -
35 -DESCRIPTION="Reduces duplication when doing manual dependency injection"
36 -HOMEPAGE="https://github.com/psyho/dependor"
37 -
38 -LICENSE="MIT"
39 -SLOT="0"
40 -KEYWORDS="~amd64"
41 -IUSE=""
42 -
43 -all_ruby_prepare() {
44 - sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
45 -}