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/tokyocabinet/
Date: Wed, 24 Nov 2021 07:29:56
Message-Id: 1637738984.208696d38144035fe78438761bcf3e155f402df9.graaff@gentoo
1 commit: 208696d38144035fe78438761bcf3e155f402df9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 24 06:38:05 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 07:29:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208696d3
7
8 dev-ruby/tokyocabinet: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild | 35 ------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild b/dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild
17 deleted file mode 100644
18 index cff54aa3f694..000000000000
19 --- a/dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
28 -
29 -RUBY_FAKEGEM_TASK_DOC=""
30 -RUBY_FAKEGEM_TASK_TEST=""
31 -
32 -inherit ruby-fakegem
33 -
34 -DESCRIPTION="Ruby bindings for Tokyo Cabinet"
35 -HOMEPAGE="https://fallabs.com/tokyocabinet/"
36 -LICENSE="GPL-2"
37 -
38 -KEYWORDS="~amd64 ~ppc ~x86"
39 -SLOT="0"
40 -IUSE=""
41 -
42 -RDEPEND+="dev-db/tokyocabinet"
43 -
44 -each_ruby_configure() {
45 - ${RUBY} extconf.rb || die
46 -}
47 -
48 -each_ruby_compile() {
49 - emake V=1
50 -}
51 -
52 -each_ruby_install() {
53 - emake install DESTDIR="${D}"
54 -
55 - each_fakegem_install
56 -}