blob: 590c9996ef16357d5e9738ef1c9cbfc94e3dcd10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
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"
PYTHON_MODNAME="${PN/-/_}"
|