summaryrefslogtreecommitdiff
blob: c8e4a8fc8d26695f81345cf8d4e70e4b002b070b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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://ndan.ath.cx/poddy"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

DEPEND=">=dev-python/feedparser-4.1
	>=dev-python/urlgrabber-2.9.6
	>=dev-python/pysqlite-2.3"

RDEPEND="${DEPEND}"

S=${WORKDIR}/${PN}