mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
media-plugins/vdr-recsearch: update EAPI 7 -> 8
fix pkgcheck issues Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/39898 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
8803ca807c
commit
859a445c0a
@ -1,21 +1,22 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
inherit vdr-plugin-2
|
inherit vdr-plugin-2
|
||||||
|
|
||||||
DESCRIPTION="VDR Plugin: Search through your recordings and find the one you are looking for"
|
DESCRIPTION="VDR Plugin: Search through your recordings and find the one you are looking for"
|
||||||
HOMEPAGE="https://github.com/flensrocker/vdr-plugin-recsearch"
|
HOMEPAGE="https://github.com/flensrocker/vdr-plugin-recsearch"
|
||||||
SRC_URI="https://github.com/flensrocker/vdr-plugin-recsearch/releases/download/v${PV}/${P}.tgz"
|
SRC_URI="https://github.com/flensrocker/vdr-plugin-recsearch/releases/download/v${PV}/${P}.tgz"
|
||||||
|
S="${WORKDIR}/recsearch-${PV}"
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
SLOT="0"
|
|
||||||
LICENSE="GPL-2+"
|
LICENSE="GPL-2+"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
DEPEND="media-video/vdr"
|
DEPEND="media-video/vdr"
|
||||||
|
BDEPEND="${DEPEND}"
|
||||||
S="${WORKDIR}/recsearch-${PV}"
|
RDEPEND="acct-user/vdr"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
vdr-plugin-2_src_install
|
vdr-plugin-2_src_install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user