# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit ruby git DESCRIPTION="mtscrape can save and convert streams from mediathek.zdf.de" HOMEPAGE="http://benedikt.boehm.name/pages/mtscrape" SRC_URI="" EGIT_REPO_URI="git://git.xnull.de/mtscrape.git" EGIT_TREE="6c0a48d4ad6e5428e8f2674b5be0fc6307b04a3c" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="encode" RDEPEND="dev-ruby/json dev-ruby/libxml media-video/mplayer encode? ( media-video/ffmpeg2theora )" src_unpack() { git_src_unpack mv mtscrape.rb mtscrape } src_install() { dobin mtscrape }