summaryrefslogtreecommitdiff
blob: 8d2450c8ba39a75aeac41fa2f758d3197021ba84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/id3lib-ruby/id3lib-ruby-0.5.0.ebuild,v 1.4 2010/05/22 15:20:35 flameeyes Exp $

inherit ruby gems

DESCRIPTION="Ruby interface to the id3lib C++ library"
HOMEPAGE="http://id3lib-ruby.rubyforge.org/"

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
IUSE=""

USE_RUBY="ruby18"
RDEPEND="media-libs/id3lib"