summaryrefslogtreecommitdiff
blob: 6e0110ce321b1baca084e50c5b0814d8073cec22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit vdr-plugin-2

GIT_VERSION="68739fd72beb9745b3e47b9e466311ef23a8ca97"

DESCRIPTION="VDR Plugin: show duplicated records"
HOMEPAGE="https://projects.vdr-developer.org/projects/plg-duplicates/repository"
SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-duplicates.git/snapshot/vdr-plugin-duplicates-${GIT_VERSION}.tar.gz -> ${P}.tar.gz"

KEYWORDS="amd64 x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""

DEPEND=">=media-video/vdr-2.4.0"

S="${WORKDIR}/vdr-plugin-duplicates-${GIT_VERSION}"