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/whole_history_rating/
Date: Sun, 06 Sep 2020 06:48:52
Message-Id: 1599374913.0d601db3f89df80345cc21c278c324d8c9fa610b.graaff@gentoo
1 commit: 0d601db3f89df80345cc21c278c324d8c9fa610b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 6 06:34:25 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 6 06:48:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d601db3
7
8 dev-ruby/whole_history_rating: cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 .../whole_history_rating-0.1.2.ebuild | 31 ----------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild b/dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild
17 deleted file mode 100644
18 index f3d764e9d56..00000000000
19 --- a/dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -USE_RUBY="ruby24 ruby25 ruby26"
28 -RUBY_FAKEGEM_TASK_DOC=""
29 -RUBY_FAKEGEM_EXTRADOC="README.md"
30 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
31 -
32 -inherit ruby-fakegem
33 -
34 -DESCRIPTION="A pure ruby implementation of Remi Coulom's Whole-History Rating algorithm"
35 -HOMEPAGE="https://github.com/goshrine/whole_history_rating"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS="~amd64"
40 -IUSE="test"
41 -RESTRICT="!test? ( test )"
42 -
43 -ruby_add_bdepend "
44 - test? (
45 - dev-ruby/test-unit:2
46 - )
47 -"
48 -
49 -all_ruby_prepare (){
50 - sed -i 's/git ls-files/ls -1/g' "${RUBY_FAKEGEM_GEMSPEC}" || die
51 - default
52 -}