]> Pileus Git - ~andy/sunrise/blob - net-news/canto/canto-9999-r3.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update headers for 2010
[~andy/sunrise] / net-news / canto / canto-9999-r3.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 NEED_PYTHON="2.4"
6
7 inherit git distutils
8
9 DESCRIPTION="Ncurses RSS client"
10 HOMEPAGE="http://www.codezen.org/canto/"
11 EGIT_REPO_URI="http://codezen.org/src/${PN}.git"
12 SRC_URI=""
13
14 LICENSE="GPL-2"
15 SLOT="0"
16 KEYWORDS=""
17 IUSE=""
18
19 DEPEND="sys-libs/ncurses
20                 dev-python/feedparser
21                 dev-python/chardet"
22 RDEPEND="${DEPEND}"
23
24 src_unpack() {
25         git_src_unpack
26 }