blob: eead9414a44cd4d26f22ee3dc862c5a52b499988 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2006 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"
KEYWORDS="~amd64 ~x86"
|