vdr-epgsync-1.0.1.ebuild 416 B

12345678910111213141516171819
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit vdr-plugin-2
  5. DESCRIPTION="VDR Plugin: Import the EPG of another VDR via vdr-svdrpservice"
  6. HOMEPAGE="http://vdr.schmirler.de/"
  7. SRC_URI="http://vdr.schmirler.de/epgsync/${P}.tgz"
  8. SLOT="0"
  9. LICENSE="GPL-2"
  10. KEYWORDS="amd64 ~arm x86"
  11. IUSE=""
  12. DEPEND=">=media-video/vdr-2.0.0"
  13. RDEPEND="${DEPEND}"