]> Pileus Git - ~andy/sunrise/blob - dev-ruby/simple-rss/simple-rss-1.1.ebuild
x11-terms/terminator: Correct Changelog entry
[~andy/sunrise] / dev-ruby / simple-rss / simple-rss-1.1.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit ruby gems
6
7 USE_RUBY="ruby18"
8 DESCRIPTION="A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby."
9 HOMEPAGE="http://rubyforge.org/projects/simple-rss"
10 SRC_URI="mirror://rubygems/${P}.gem"
11
12 LICENSE="LGPL-2.1"
13 SLOT="0"
14 KEYWORDS="~x86"
15 IUSE=""
16
17 DEPEND=">=dev-lang/ruby-1.8.4"
18 RDEPEND="${DEPEND}"