blob: c2b9bc694d0c85b6eb3aa83a83fd525648e331c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.1-r1.ebuild,v 1.3 2009/12/24 17:12:49 graaff Exp $
inherit gems
DESCRIPTION="A Ruby interface to libshout2"
HOMEPAGE="http://ruby-shout.rubyforge.org/"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RDEPEND=">=media-libs/libshout-2.0"
DEPEND="${RDEPEND}"
USE_RUBY="ruby18"
|