# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A simple python script that lets you receive RSS newsfeeds as email" HOMEPAGE="http://www.aaronsw.com/2002/rss2email/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-python/feedparser-3.3 virtual/python" src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-gentoo.patch } src_install() { insinto /usr/share/rss2email doins rss2email.py html2text.py newins ${FILESDIR}/${P}-config.py config.py exeinto /usr/bin doexe r2e }