]> Pileus Git - ~andy/sunrise/blob - net-news/feed2imap/feed2imap-0.7.ebuild
sunrise/app-portage/overlay-utils/overlay-utils-0.2.ebuild: Update copyright headers...
[~andy/sunrise] / net-news / feed2imap / feed2imap-0.7.ebuild
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit ruby
6
7 DESCRIPTION="RSS/Atom feed aggregator which uploads feeds to an IMAP server"
8 HOMEPAGE="http://home.gna.org/feed2imap/"
9 SRC_URI="http://download.gna.org/${PN}/${P}.tgz"
10
11 LICENSE="GPL-2"
12 KEYWORDS="~amd64 ~x86"
13
14 DEPEND="dev-ruby/ruby-feedparser
15         dev-ruby/rubymail"
16 RDEPEND="${DEPEND}"