vdr-duplicates-0.0.5-r1.ebuild 452 B

123456789101112131415161718192021
  1. # Copyright 1999-2015 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: show duplicated records"
  6. HOMEPAGE="http://www.tolleri.net/vdr/"
  7. SRC_URI="http://www.tolleri.net/vdr/plugins/${P}.tgz"
  8. KEYWORDS="~amd64 ~x86"
  9. SLOT="0"
  10. LICENSE="GPL-2"
  11. IUSE=""
  12. DEPEND=">=media-video/vdr-2"
  13. RDEPEND="${DEPEND}"
  14. PATCHES=( "${FILESDIR}/${VDRPLUGIN}-${PV}_Makefile-new.diff" )