]> Pileus Git - ~andy/sunrise/blob - media-sound/poddy/poddy-0.5.1.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update header
[~andy/sunrise] / media-sound / poddy / poddy-0.5.1.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit distutils
6
7 DESCRIPTION="a lightweight command-line podcast client"
8 HOMEPAGE="http://ndan.ath.cx/poddy"
9 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
10
11 LICENSE="GPL-3"
12 SLOT="0"
13 KEYWORDS="~ppc ~x86 ~x86-fbsd"
14 IUSE=""
15
16 DEPEND=">=dev-python/feedparser-4.1
17         >=dev-python/urlgrabber-2.9.6
18         >=dev-python/pysqlite-2.3"
19
20 RDEPEND="${DEPEND}"
21
22 S=${WORKDIR}/${PN}