# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v 1.6 2009/12/20 13:47:30 graaff Exp $ inherit ruby gems DESCRIPTION="A pure Ruby library for generating podcasts from mp3 files" HOMEPAGE="http://podcast.rubyforge.org/" SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" USE_RUBY="ruby18" DEPEND="dev-ruby/ruby-mp3info"