Gentoo Archives: gentoo-commits

From: "Jörg Bornkessel" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-permashift/
Date: Fri, 06 Mar 2020 22:44:34
Message-Id: 1583534657.9e39103502886c55d99df28a0cd7cd8d9932b8d0.hd_brummy@gentoo
1 commit: 9e39103502886c55d99df28a0cd7cd8d9932b8d0
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 6 22:34:33 2020 +0000
4 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 6 22:44:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e391035
7
8 media-plugins/vdr-permashift: bump to pre release
9
10 this version supports
11 media-video/vdr-2.4.x with readded use-flag permashift
12
13 Package-Manager: Portage-2.3.90, Repoman-2.3.20
14 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
15
16 media-plugins/vdr-permashift/Manifest | 1 +
17 .../vdr-permashift-1.0.4_pre20200301.ebuild | 26 ++++++++++++++++++++++
18 2 files changed, 27 insertions(+)
19
20 diff --git a/media-plugins/vdr-permashift/Manifest b/media-plugins/vdr-permashift/Manifest
21 index 01870946603..a2183e798b1 100644
22 --- a/media-plugins/vdr-permashift/Manifest
23 +++ b/media-plugins/vdr-permashift/Manifest
24 @@ -1 +1,2 @@
25 DIST vdr-permashift-1.0.1.tgz 49184 BLAKE2B 2342f0d071afd7f38b6109a514f124760aaf0058c9ef974974ee31f282a5ede8ee3636431e0c7e30a39f2da5ec966471b9c6ca073a8a13054052fbc8418fb3dc SHA512 b69e492e42f9ba2123f45e5ea1de8db937c3569a35da53429a4c97222e8a1aff0d4a5ab22920e65796d173e2963a9feda02a5a558309784b6296cd041352f252
26 +DIST vdr-permashift-1.0.4_pre20200301.tar.gz 52894 BLAKE2B 710a8373fb1bfb8d51eabb43db56c79a29c3fbd34f730f02bc73bfde6f1da68a3fdae221e06f71c25108bba6b5dc87b0a975d6dd62beef64738649c0e796a191 SHA512 a9e78df00d43ef692092ea299e13520ebc71766a7ebdbf3c0963e535014c837b3556b2fa81b444680830c703b56f459ef2ec01904282c0f34b80e20cba96a5f8
27
28 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
29 new file mode 100644
30 index 00000000000..94c32694d30
31 --- /dev/null
32 +++ b/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild
33 @@ -0,0 +1,26 @@
34 +# Copyright 2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +inherit vdr-plugin-2
40 +
41 +# commit 2020/03/01
42 +GIT_VERSION="f3541d7c0e3e201daf06a49304db0a0d7d5f8dd1"
43 +
44 +DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on RAM"
45 +HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
46 +SRC_URI="https://github.com/eikesauer/Permashift/archive/${GIT_VERSION}.tar.gz -> ${PF}.tar.gz"
47 +
48 +LICENSE="GPL-2+"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +
52 +DEPEND="media-video/vdr[permashift]"
53 +RDEPEND="${DEPEND}"
54 +
55 +S="${WORKDIR}/Permashift-${GIT_VERSION}"
56 +
57 +QA_FLAGS_IGNORED="
58 + usr/lib/vdr/plugins/libvdr-.*
59 + usr/lib64/vdr/plugins/libvdr-.*"