summaryrefslogtreecommitdiff
blob: 8e4dff24d8cf973d98d13ba1042e427f091f46c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="RSS reader in the style of notify-osd"
HOMEPAGE="http://launchpad.net/rssn/"
SRC_URI="http://launchpad.net/rssn/${PV}/${PV}/+download/${PN}_${PV}-0ubuntu0~ppa1~jaunty.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/feedparser
	>=dev-python/gconf-python-2.22.3
	>=dev-python/imaging-1.1.6
	dev-python/notify-python"