summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/poddy/poddy-0.1.4.ebuild')
-rw-r--r--media-sound/poddy/poddy-0.1.4.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-sound/poddy/poddy-0.1.4.ebuild b/media-sound/poddy/poddy-0.1.4.ebuild
new file mode 100644
index 000000000..9111c637d
--- /dev/null
+++ b/media-sound/poddy/poddy-0.1.4.ebuild
@@ -0,0 +1,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}"