]> Pileus Git - ~andy/sunrise/blob - net-news/feed2imap/feed2imap-0.7.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update header
[~andy/sunrise] / net-news / feed2imap / feed2imap-0.7.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
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 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND="dev-ruby/ruby-feedparser
17         dev-ruby/rubymail"
18 RDEPEND="${DEPEND}"