blob: 59efc8da68a4a85afe3f89db152511aab3bf2fc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2010 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"
|