mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
media-plugins/vdr-serial: fix EAPI 8
fix src_install change maintainer introduce subslot dependency on media-video/vdr Closes: https://bugs.gentoo.org/925813 Closes: https://bugs.gentoo.org/925814 Closes: https://bugs.gentoo.org/925815 Closes: https://bugs.gentoo.org/925816 Closes: https://bugs.gentoo.org/945699 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/44238 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
bfd5fd4c12
commit
c1ccc2f5dc
@ -1,8 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>vdr@gentoo.org</email>
|
||||
<name>Gentoo VDR Project</name>
|
||||
</maintainer>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>martin.dummer@gmx.net</email>
|
||||
<name>Martin Dummer</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>vdr@gentoo.org</email>
|
||||
<name>Gentoo VDR Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -13,20 +13,20 @@ LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
media-video/vdr
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
acct-user/vdr[serial]
|
||||
"
|
||||
DEPEND="media-video/vdr:="
|
||||
RDEPEND="${DEPEND}
|
||||
acct-user/vdr[serial]"
|
||||
|
||||
src_prepare() {
|
||||
vdr-plugin-2_src_prepare
|
||||
|
||||
sed -i serial.c -e "s:RegisterI18n://RegisterI18n:"
|
||||
sed -i serial.c -e "s:RegisterI18n://RegisterI18n:" || die
|
||||
|
||||
cd "${S}"/tools
|
||||
emake clean
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local DOCS=( README circuit.jpg tools/Connector.txt )
|
||||
vdr-plugin-2_src_install
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user