summaryrefslogtreecommitdiff
blob: 056c786fe3fd45c5fbb2f6404e2fd9a79856e8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
USE_RUBY="ruby31 ruby32 ruby33"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="HISTORY README.markdown"

RUBY_FAKEGEM_BINWRAP=""

inherit ruby-fakegem

DESCRIPTION="An interface to the Sphinx search daemon."
HOMEPAGE="https://freelancing-gods.com/riddle/"
LICENSE="MIT"

SLOT="1.3"
KEYWORDS="~amd64"

# There are specs in the package but they require that MySQL support
# has been set up for it, so we can't run them out of the box.