media-plugins/vdr-dvbsddevice: remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/21032
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Martin Dummer
2021-05-29 02:06:47 +02:00
committed by Sam James
parent 9ed8a1656b
commit cf7e06ca0b
3 changed files with 0 additions and 49 deletions

View File

@@ -1,3 +1,2 @@
DIST vdr-dvbsddevice-2.0.0.tar.gz 18780 BLAKE2B c625d925e91b1560602326770058c8ce7aca676e43751c852c6a673342bbc074da508d1b9938f8dfe5d224379811bc513acffafcf4c3da971627b762f1dd4777 SHA512 e0e32158fb3d8cc5857a85e89ba7d4f7c641509b21184022d4c7184621db01f93380bde7fdce9540e3cba73dc40ae405bdad323aee989f07ad1f0ce5f4d533ca
DIST vdr-dvbsddevice-2.2.0.tar.gz 19122 BLAKE2B 9b20c07ac2ee8eab7afac08afcd8b34e1ac05eba387dfb3253e487c18d4caf82073856acc83eb7002ecc0535233598cf2f8ac39d5ae480ae0b4e621002e9c381 SHA512 261861070c1acd2bfac2b0942e46d91a97d694ce3f392bfa4c3707eff104f58cb86db56cddc2f3d76be69e487b11ffb005b9c123626b45c0f0ed8a9e10ddcf91
DIST vdr-dvbsddevice-2.2.0.tgz 19594 BLAKE2B 09f5155075b7c12896ca73b37025ef020ec7ededfc9e78335320cca019b92c5010d515e14fc7d5b2f8a16f25c50e838878ac129971080acad2f654fc9e2cd3e6 SHA512 ac0b94b8b192208ad7e736d7c4f27cca6517134b17fc86a79cdd19453176d5f6076418bf679435899cd953053f3b54776342bcdab23a659e8331e9f2ed4ee364

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit vdr-plugin-2
DESCRIPTION="VDR Plugin: output device for the 'Full Featured' SD DVB Card"
HOMEPAGE="http://www.tvdr.de/"
SRC_URI="https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.gz"
KEYWORDS="amd64 x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
DEPEND=">=media-video/vdr-1.7.36"
RDEPEND="${DEPEND}"
src_install() {
vdr-plugin-2_src_install
doheader "${S}"/dvbsdffdevice.h
}

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit vdr-plugin-2
DESCRIPTION="VDR Plugin: output device for the 'Full Featured' SD DVB Card"
HOMEPAGE="http://www.tvdr.de/"
SRC_URI="ftp://ftp.tvdr.de/vdr/Plugins/vdr-dvbsddevice-2.2.0.tgz"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
DEPEND=">=media-video/vdr-2.2.0"
RDEPEND="${DEPEND}"
src_install() {
vdr-plugin-2_src_install
doheader "${S}"/dvbsdffdevice.h
}