# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/gpodder/gpodder-0.12.1.ebuild,v 1.3 2009/08/15 15:02:19 ssuominen Exp $ EAPI=2 inherit distutils DESCRIPTION="gPodder is a Podcast receiver/catcher written in Python, using GTK." HOMEPAGE="http://gpodder.berlios.de/" SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="ipod libnotify" RESTRICT="test" RDEPEND="dev-python/feedparser dev-python/pygtk sys-devel/gettext libnotify? ( dev-python/notify-python ) >=dev-python/pysqlite-2.4 ipod? ( || ( dev-python/eyeD3 dev-python/pymad ) media-libs/libgpod[python] )" DEPEND="${RDEPEND} dev-util/intltool media-gfx/imagemagick[png] sys-apps/help2man" src_compile() { emake generators || die emake messages || die distutils_src_compile }