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/bindex/
Date: Wed, 27 Oct 2021 13:58:28
Message-Id: 1635343101.04277c403f2c00e28af1bb15c1e12647450abc8a.graaff@gentoo
1 commit: 04277c403f2c00e28af1bb15c1e12647450abc8a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 11:28:55 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 13:58:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04277c40
7
8 dev-ruby/bindex: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/bindex/bindex-0.8.1.ebuild | 34 ----------------------------------
14 1 file changed, 34 deletions(-)
15
16 diff --git a/dev-ruby/bindex/bindex-0.8.1.ebuild b/dev-ruby/bindex/bindex-0.8.1.ebuild
17 deleted file mode 100644
18 index 01c48985a7e..00000000000
19 --- a/dev-ruby/bindex/bindex-0.8.1.ebuild
20 +++ /dev/null
21 @@ -1,34 +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="ruby24 ruby25 ruby26 ruby27"
28 -
29 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
30 -RUBY_FAKEGEM_EXTRADOC="README.md"
31 -
32 -inherit ruby-fakegem
33 -
34 -DESCRIPTION="Bindings for your Ruby exceptions"
35 -HOMEPAGE="https://github.com/gsamokovarov/bindex"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS="~amd64"
40 -IUSE=""
41 -
42 -all_ruby_prepare() {
43 - sed -e '/bundler/I s:^:#:' \
44 - -e '/when/ s/ruby/rubyx/' \
45 - -i Rakefile || die
46 -}
47 -
48 -each_ruby_configure() {
49 - ${RUBY} -Cext/skiptrace extconf.rb || die
50 -}
51 -
52 -each_ruby_compile() {
53 - emake V=1 -Cext/skiptrace
54 - cp ext/skiptrace/cruby.so lib/skiptrace/internal/ || die
55 -}