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

inherit distutils

DESCRIPTION="PoddY is a command line tool for downloading podcasts"
HOMEPAGE="http://ndansmith.net/poddy.php"
SRC_URI="http://ndansmith.net/software/poddy/${P}.tar.bz2"

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

DEPEND="dev-python/feedparser"

RDEPEND=${DEPEND}

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