# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils IUSE="" DESCRIPTION="Feed2Imap - Feed2Imap is an RSS/Atom aggregator that upload items to an IMAP server." SRC_URI="http://download.gna.org/feed2imap/${P}.tgz" HOMEPAGE="http://home.gna.org/feed2imap/" DEPEND="dev-lang/ruby dev-ruby/rubymail dev-ruby/rake" SLOT="0" LICENSE="GPL-2" KEYWORDS="~ppc ~x86" src_unpack() { unpack ${A} } src_compile() { /usr/bin/ruby setup.rb config --mandir=${D}/usr/share/man --prefix=${D}/usr/ --sysconfdir=${D}/etc/ } src_test() { rake test } src_install() { /usr/bin/ruby setup.rb install }