blob: 8a869b37896529b1c601f589d771f951c654049c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit ruby
DESCRIPTION="Ruby library for parsing RSS and Atom feeds"
HOMEPAGE="http://home.gna.org/ruby-feedparser/"
SRC_URI="http://download.gna.org/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
|