summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/poddy/poddy-0.5.1.ebuild')
-rw-r--r--media-sound/poddy/poddy-0.5.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/poddy/poddy-0.5.1.ebuild b/media-sound/poddy/poddy-0.5.1.ebuild
new file mode 100644
index 000000000..1e1df4b74
--- /dev/null
+++ b/media-sound/poddy/poddy-0.5.1.ebuild
@@ -0,0 +1,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://ndansmith.net/poddy.php"
+SRC_URI="mirror://sourceforge/poddy/${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}"