mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/vdr-vcd: remove old, use HTTPs, fix download link, add EAPI6 ebuild
This commit is contained in:
committed by
Tony Vroon
parent
6e11d457c6
commit
d703ade360
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit vdr-plugin-2
|
||||
|
||||
DESCRIPTION="VDR plugin: play video cds"
|
||||
|
||||
HOMEPAGE="http://www.heiligenmann.de/"
|
||||
SRC_URI=" http://www.heiligenmann.de/vdr/download/${P}.tgz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=media-video/vdr-1.5.9"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}_xgettext.diff"
|
||||
"${FILESDIR}/${P}_vdr-1.7.2.diff" )
|
||||
|
||||
src_prepare() {
|
||||
vdr-plugin-2_src_prepare
|
||||
|
||||
# Patch Makefile, as VDRDIR is no well known variable name
|
||||
# to stop spare -I in gcc cmdline
|
||||
sed -e 's:$(VDRINC):$(VDRDIR)/include:' -i Makefile
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -7,8 +7,8 @@ inherit vdr-plugin-2
|
||||
|
||||
DESCRIPTION="VDR plugin: play video cds"
|
||||
|
||||
HOMEPAGE="http://www.heiligenmann.de/"
|
||||
SRC_URI=" http://www.heiligenmann.de/vdr/download/${P}.tgz"
|
||||
HOMEPAGE="https://www.heiligenmann.de/"
|
||||
SRC_URI=" http://www.vdr.heiligenmann.de/download/${P}.tgz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
inherit vdr-plugin-2
|
||||
|
||||
DESCRIPTION="VDR plugin: play video cds"
|
||||
|
||||
HOMEPAGE="http://www.heiligenmann.de/"
|
||||
SRC_URI=" http://www.heiligenmann.de/vdr/download/${P}.tgz"
|
||||
HOMEPAGE="https://www.heiligenmann.de/"
|
||||
SRC_URI="http://www.vdr.heiligenmann.de/download/${P}.tgz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
@@ -20,12 +20,13 @@ RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}_xgettext.diff"
|
||||
"${FILESDIR}/${P}_vdr-1.7.2.diff"
|
||||
"${FILESDIR}/${P}_devicetrickspeed.patch" )
|
||||
"${FILESDIR}/${P}_devicetrickspeed.patch"
|
||||
"${FILESDIR}/${P}_gcc-6.patch" )
|
||||
|
||||
src_prepare() {
|
||||
vdr-plugin-2_src_prepare
|
||||
|
||||
# Patch Makefile, as VDRDIR is no well known variable name
|
||||
# to stop spare -I in gcc cmdline
|
||||
sed -e 's:$(VDRINC):$(VDRDIR)/include:' -i Makefile
|
||||
sed -e 's:$(VDRINC):$(VDRDIR)/include:' -i Makefile || die
|
||||
}
|
||||
Reference in New Issue
Block a user