]> Pileus Git - ~andy/sunrise/blob - media-sound/poddy/poddy-0.1.4.ebuild
x11-misc/dzen: No braindead sed'ind anymore
[~andy/sunrise] / media-sound / poddy / poddy-0.1.4.ebuild
1 # Copyright 1999-2007 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://ndansmith.net/poddy.php"
9 SRC_URI="mirror://sourceforge/poddy/${P}.tar.bz2"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~ppc ~x86"
14 IUSE=""
15
16 DEPEND="dev-python/feedparser
17         dev-python/urlgrabber"
18
19 RDEPEND="${DEPEND}"
20
21 S="${WORKDIR}/${PN}"