summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-22 09:41:08 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-22 10:21:22 +0200
commit7ba56073fed835f28259d6bfb1f9b65a035bd1cf (patch)
tree800c17389e0fc75bd88fc1e8f8174e166fe6d35b /media-plugins
parentmedia-plugins/g2reverb: Port to EAPI 8 (diff)
downloadgentoo-7ba56073fed835f28259d6bfb1f9b65a035bd1cf.tar.gz
gentoo-7ba56073fed835f28259d6bfb1f9b65a035bd1cf.tar.bz2
gentoo-7ba56073fed835f28259d6bfb1f9b65a035bd1cf.zip
media-plugins/vdr-dvbsddevice: drop 2.2.0
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-dvbsddevice/Manifest1
-rw-r--r--media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/media-plugins/vdr-dvbsddevice/Manifest b/media-plugins/vdr-dvbsddevice/Manifest
index aa8ae944a03a..d79670b29ac7 100644
--- a/media-plugins/vdr-dvbsddevice/Manifest
+++ b/media-plugins/vdr-dvbsddevice/Manifest
@@ -1,2 +1 @@
-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
diff --git a/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0.ebuild b/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0.ebuild
deleted file mode 100644
index 775075c677ad..000000000000
--- a/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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="mirror://gentoo/${P}.tar.gz
- https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.gz"
-
-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
-}