mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
media-plugins/vdr-dvbhddevice: eapi 7; cleanup old
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST dvbhddevice-0.0.8_p20130302.tar.gz 39484 BLAKE2B 03566ee6870d965fdce9ec97b638bc22211c04316a9501fb61ef2d20558cf3facc82a565d31776dadb31b283a9f05bfaae0792d2df078ce16a760538e6fa3353 SHA512 bae68ac195ef7b0cd6eaee4fa08731aefc7e5758d0b2a495920990147fdd1fbbe7e9f22e619f100876ee3a8a45c92a4751daf8ed49a8164e4cb0906f29439a88
|
||||
DIST dvbhddevice-0.0.9_p20130409.tar.gz 39971 BLAKE2B fb9aca227cfb883b564c36815efeb565e56b330f314f7a78173c8f1be1362452c69190e8fc4b6a976299df1ec62990bbd7c26fa27b6d30ae7b208c9eb727743b SHA512 49a2b183a538035b3119db1e2e943630c2edafdea0cbd6167485f8bb2549a12c7f8b2c85b7f752554346510aacaed9836768febc6e06600efb5503c746cca15e
|
||||
DIST dvbhddevice-2.1.3_p20140115.tar.gz 40424 BLAKE2B 99d5fece7557c7c9f2b0174c9b1f01ac7628f0f0b6aa954f3e829de4653e10cbed6d0516b966f69737aff9ffafd224b3558bd868e972b64ab60c965ba569555a SHA512 29729325affec5e1330cf361a0c82ee5ef9f48f9a6a5032881b331a6451c05c8d99831c43e3eb08129053a7549dd4cd73a5e0afc6fe04d35956c8fecad48d2f4
|
||||
DIST vdr-dvbhddevice-2.1.6_p20141116.tar.gz 40902 BLAKE2B 60829c76226c1f0254ac6cdd940fcbcbf08d4cf0a50bfd9ab992db80f63f07389ab29cd4a04aec6319744a39e86cce7dbfee240ab77e819726facd9dbc6d7964 SHA512 0189cf5bfd1d9648915ec65427b4eeeb85ac80281a07a910e65381d86913c37d5840abd8984f17028afe63eae457c7ce398a446e3ad4b70ae4deada316c14b5b
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit vdr-plugin-2
|
||||
|
||||
HG_REVISION="946fc7bd41fa"
|
||||
HG_REVISION_DATE="20130302"
|
||||
|
||||
DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend
|
||||
S2-6400 DVB Card"
|
||||
HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice"
|
||||
SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz
|
||||
-> dvbhddevice-0.0.8_p${HG_REVISION_DATE}.tar.gz"
|
||||
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=media-video/vdr-1.7.38"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/dvbhddevice-${HG_REVISION}"
|
||||
|
||||
src_prepare() {
|
||||
vdr-plugin-2_src_prepare
|
||||
|
||||
fix_vdr_libsi_include dvbhdffdevice.c
|
||||
}
|
||||
|
||||
src_install() {
|
||||
vdr-plugin-2_src_install
|
||||
|
||||
doheader dvbhdffdevice.h hdffcmd.h
|
||||
|
||||
insinto /usr/include/libhdffcmd
|
||||
doins libhdffcmd/*.h
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit vdr-plugin-2
|
||||
|
||||
HG_REVISION="7a48070da75b"
|
||||
HG_REVISION_DATE="20130409"
|
||||
|
||||
DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend
|
||||
S2-6400 DVB Card"
|
||||
HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice"
|
||||
SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz
|
||||
-> dvbhddevice-0.0.9_p${HG_REVISION_DATE}.tar.gz"
|
||||
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=media-video/vdr-1.7.39"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/dvbhddevice-${HG_REVISION}"
|
||||
|
||||
src_prepare() {
|
||||
vdr-plugin-2_src_prepare
|
||||
|
||||
fix_vdr_libsi_include dvbhdffdevice.c
|
||||
}
|
||||
|
||||
src_install() {
|
||||
vdr-plugin-2_src_install
|
||||
|
||||
doheader dvbhdffdevice.h hdffcmd.h
|
||||
|
||||
insinto /usr/include/libhdffcmd
|
||||
doins libhdffcmd/*.h
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
inherit vdr-plugin-2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
inherit vdr-plugin-2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
inherit vdr-plugin-2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user