dev-ruby/riddle - 2.4.3 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/riddle-2.4.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/riddle-2.4.3

Or alternatively:

emerge --autounmask-write -a =dev-ruby/riddle-2.4.3

Package Information

Description:
An interface to the Sphinx search daemon.
Homepage:
https://freelancing-gods.com/riddle/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.4.3 8 ~amd64 1.3
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

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.

Inherited Eclasses