# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 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 local dir for dir in atsc channels-conf dvb-c dvb-s dvb-t do cp -R "${S}/${dir}" "${D}/usr/share/dvb" || die "Install failed!" done }