# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit git-2 EGIT_REPO_URI="git://linuxtv.org/dtv-scan-tables.git" DESCRIPTION="Digital TV scan tables" HOMEPAGE="http://linuxtv.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="" IUSE="" RDEPEND="!media-tv/linuxtv-dvb-apps" src_install() { dodir /usr/share/dvb cp -R "${S}/atsc" "${D}/usr/share/dvb" || die "Install failed!" cp -R "${S}/channels-conf" "${D}/usr/share/dvb" || die "Install failed!" cp -R "${S}/dvb-c" "${D}/usr/share/dvb" || die "Install failed!" cp -R "${S}/dvb-s" "${D}/usr/share/dvb" || die "Install failed!" cp -R "${S}/dvb-t" "${D}/usr/share/dvb" || die "Install failed!" }