]> Pileus Git - ~andy/sunrise/blob - net-news/canto/canto-0.5.1.ebuild
x11-libs/libqglviewer: Some minor improvements
[~andy/sunrise] / net-news / canto / canto-0.5.1.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 NEED_PYTHON="2.4"
6 inherit distutils
7
8 DESCRIPTION="Ncurses RSS client"
9 HOMEPAGE="http://www.codezen.org/canto/"
10 SRC_URI="http://codezen.org/static/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND="sys-libs/ncurses
18         dev-python/feedparser
19         dev-python/chardet"