media-plugins/vdr-permashift: drop 1.0.4_pre20200301

Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Martin Dummer
2024-07-21 22:33:49 +02:00
committed by Joonas Niilola
parent 772135a11e
commit 85699c7cb6
2 changed files with 0 additions and 29 deletions

View File

@@ -1,3 +1,2 @@
DIST vdr-permashift-1.0.1.tgz 49184 BLAKE2B 2342f0d071afd7f38b6109a514f124760aaf0058c9ef974974ee31f282a5ede8ee3636431e0c7e30a39f2da5ec966471b9c6ca073a8a13054052fbc8418fb3dc SHA512 b69e492e42f9ba2123f45e5ea1de8db937c3569a35da53429a4c97222e8a1aff0d4a5ab22920e65796d173e2963a9feda02a5a558309784b6296cd041352f252
DIST vdr-permashift-1.0.4_pre20200301.tar.gz 52894 BLAKE2B 710a8373fb1bfb8d51eabb43db56c79a29c3fbd34f730f02bc73bfde6f1da68a3fdae221e06f71c25108bba6b5dc87b0a975d6dd62beef64738649c0e796a191 SHA512 a9e78df00d43ef692092ea299e13520ebc71766a7ebdbf3c0963e535014c837b3556b2fa81b444680830c703b56f459ef2ec01904282c0f34b80e20cba96a5f8
DIST vdr-permashift-1.0.4_pre20220818.tar.gz 53985 BLAKE2B 37681efd056f4346be4cf8d43fee211fb60f97b95f3d0b656789d7c34fa465b0ee686229df481f7d637c1b21baf7380ef38004d207e82fdbf9578db3d3299f21 SHA512 eb4f1114aba4a21fe556206ad1924d3c24b8f86aeea507095f05f53af9bd6e25e7f31bd112e003ef733531b5822092f5c24c42a8930bd5b570c5fb3401073e8a

View File

@@ -1,28 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit vdr-plugin-2
# commit 2020/03/01
GIT_VERSION="f3541d7c0e3e201daf06a49304db0a0d7d5f8dd1"
DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on RAM"
HOMEPAGE="https://ein-eike.de/vdr-plugin-permashift-english/"
SRC_URI="https://github.com/eikesauer/Permashift/archive/${GIT_VERSION}.tar.gz -> ${PF}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="|| ( ~media-video/vdr-2.2.0[permashift]
>=media-video/vdr-2.4.1-r3[permashift]
)"
RDEPEND="${DEPEND}"
S="${WORKDIR}/Permashift-${GIT_VERSION}"
QA_FLAGS_IGNORED="
usr/lib/vdr/plugins/libvdr-.*
usr/lib64/vdr/plugins/libvdr-.*"