dev-ruby/ruby-shout - 2.2.2-r2 (gentoo)

Search

Package Information

Description:
A Ruby interface to libshout2
Homepage:
https://github.com/niko/ruby-shout
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2.2.2-r2 8 ~amd64 ~ppc x86 0
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="README.textile"

RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)

inherit ruby-fakegem

DESCRIPTION="A Ruby interface to libshout2"
HOMEPAGE="https://github.com/niko/ruby-shout"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"

RDEPEND=">=media-libs/libshout-2.0"
DEPEND=">=media-libs/libshout-2.0"

PATCHES=( "${FILESDIR}/${P}-errno.patch" )

Dependencies

DEPEND

>=media-libs/libshout-2.0

RDEPEND

>=media-libs/libshout-2.0