summaryrefslogtreecommitdiff
blob: 9111c637d0d93411bf480cc639b8346319d246fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="a lightweight command-line podcast client"
HOMEPAGE="http://ndansmith.net/poddy.php"
SRC_URI="mirror://sourceforge/poddy/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""

DEPEND="dev-python/feedparser
	dev-python/urlgrabber"

RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}"