dev-vcs/breezy: drop 3.3.5-r1
[gentoo/gentoo.git] / dev-ruby / ruby-shout / ruby-shout-2.2.2-r2.ebuild
blob91345e47fa6657cadd4c6beaa8d657ef96efcdfa
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 USE_RUBY="ruby31 ruby32 ruby33 ruby34"
8 RUBY_FAKEGEM_TASK_TEST=""
10 RUBY_FAKEGEM_EXTRADOC="README.textile"
12 RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
14 inherit ruby-fakegem
16 DESCRIPTION="A Ruby interface to libshout2"
17 HOMEPAGE="https://github.com/niko/ruby-shout"
19 LICENSE="BSD"
20 SLOT="0"
21 KEYWORDS="~amd64 ~ppc x86"
23 RDEPEND=">=media-libs/libshout-2.0"
24 DEPEND=">=media-libs/libshout-2.0"
26 PATCHES=( "${FILESDIR}/${P}-errno.patch" )