diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-03-06 23:34:33 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-03-06 23:44:17 +0100 |
commit | 9e39103502886c55d99df28a0cd7cd8d9932b8d0 (patch) | |
tree | 883541b51413a1620e390cbda4d29c2b0c035294 /media-plugins | |
parent | app-emulation/xen: warn about credit2 scheduler instability (diff) | |
download | gentoo-9e39103502886c55d99df28a0cd7cd8d9932b8d0.tar.gz gentoo-9e39103502886c55d99df28a0cd7cd8d9932b8d0.tar.bz2 gentoo-9e39103502886c55d99df28a0cd7cd8d9932b8d0.zip |
media-plugins/vdr-permashift: bump to pre release
this version supports
media-video/vdr-2.4.x with readded use-flag permashift
Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-permashift/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/media-plugins/vdr-permashift/Manifest b/media-plugins/vdr-permashift/Manifest index 018709466034..a2183e798b16 100644 --- a/media-plugins/vdr-permashift/Manifest +++ b/media-plugins/vdr-permashift/Manifest @@ -1 +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 diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild new file mode 100644 index 000000000000..94c32694d308 --- /dev/null +++ b/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild @@ -0,0 +1,26 @@ +# 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="http://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[permashift]" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/Permashift-${GIT_VERSION}" + +QA_FLAGS_IGNORED=" + usr/lib/vdr/plugins/libvdr-.* + usr/lib64/vdr/plugins/libvdr-.*" |