* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-permashift/
@ 2018-08-31 13:00 Joerg Bornkessel
0 siblings, 0 replies; 8+ messages in thread
From: Joerg Bornkessel @ 2018-08-31 13:00 UTC (permalink / raw
To: gentoo-commits
commit: b03510afdb5b2bd6cbee35ec38dbb6320dbaf00d
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 31 12:52:04 2018 +0000
Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 12:52:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03510af
media-plugins/vdr-permashift: eapi 7; cleanup old
Package-Manager: Portage-2.3.48, Repoman-2.3.10
media-plugins/vdr-permashift/Manifest | 4 ----
.../vdr-permashift/vdr-permashift-0.5.1.ebuild | 26 ----------------------
.../vdr-permashift/vdr-permashift-0.5.2.ebuild | 20 -----------------
.../vdr-permashift/vdr-permashift-0.5.4.ebuild | 18 ---------------
.../vdr-permashift/vdr-permashift-1.0.0.ebuild | 18 ---------------
.../vdr-permashift/vdr-permashift-1.0.1.ebuild | 4 ++--
6 files changed, 2 insertions(+), 88 deletions(-)
diff --git a/media-plugins/vdr-permashift/Manifest b/media-plugins/vdr-permashift/Manifest
index da92c90eb8b..01870946603 100644
--- a/media-plugins/vdr-permashift/Manifest
+++ b/media-plugins/vdr-permashift/Manifest
@@ -1,5 +1 @@
-DIST permashift-0.5.1.tar.gz 11621 BLAKE2B ff9ee26b18d04bc702effb5ffb14047135002b29bf9d71df7a6be463aea88a1e9f5de34698070e14ed2318f75c69f6058e824993db8fd2fe9a9105c3aa4e4dd3 SHA512 ff2cfa0d453b2a0b2fb2446f1d089633b57e62e124e4b2f1b6493865375ea37ebbde9b2f92c797dabf967f52db7bf440bddc749740be8fad81f61e067a62e19c
-DIST vdr-permashift-0.5.2.tgz 12927 BLAKE2B 36275e1b032ff9648a14cbcb79fdeca1c3dc120526b05112796ea0ef0c3f8cecb601c698f6d93a12a589cef26ece7cb635c9760035ea01d700d2326b9a76430a SHA512 4879203ea797f40992efa4b21dc5bd47137e7f171a73051cfbb8721c53a68fb2d93235b91be64c65a56c473dffc51abf6e68d33dff5f6793c05426e31f49038f
-DIST vdr-permashift-0.5.4.tgz 13109 BLAKE2B d4aea1c33a2147963eea4db97243892c144046533b1e396074eddabc118da20ce329ceea06acaa314cedb4e6fff75ba10dd840cac57713f229d682dbe1f0a019 SHA512 4798dc60106ca35b0657764b636325ee48ca3a266cf8145c5e3acbd6a779efdc7215feb4158af333f87ae0fa658063cb40e7b11eb631babd5163881a6e55b7fe
-DIST vdr-permashift-1.0.0.tgz 42520 BLAKE2B f7b7dde0eaf8ca2190c3afc2735246260e2f6ac1d38ba9cfff52f75157d9c57e2dc4d7a9102f5634d581fe2027c721c5c74e15e22e5fbe7db2f823a265e1e270 SHA512 fee1eaa7f58f266d29844d0285fc34a9796dd3d3fc2a7a0d7c6591f1298abb0c305cc221125b47f5d16af46c51bb794638a2b3c440a6da86be385fd290723b7f
DIST vdr-permashift-1.0.1.tgz 49184 BLAKE2B 2342f0d071afd7f38b6109a514f124760aaf0058c9ef974974ee31f282a5ede8ee3636431e0c7e30a39f2da5ec966471b9c6ca073a8a13054052fbc8418fb3dc SHA512 b69e492e42f9ba2123f45e5ea1de8db937c3569a35da53429a4c97222e8a1aff0d4a5ab22920e65796d173e2963a9feda02a5a558309784b6296cd041352f252
diff --git a/media-plugins/vdr-permashift/vdr-permashift-0.5.1.ebuild b/media-plugins/vdr-permashift/vdr-permashift-0.5.1.ebuild
deleted file mode 100644
index d1bdfe4efab..00000000000
--- a/media-plugins/vdr-permashift/vdr-permashift-0.5.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on hard disk"
-HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
-SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2013/01/permashift-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.7.38[permashift]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${VDRPLUGIN}"
-
-src_prepare() {
- cp "${FILESDIR}/${VDRPLUGIN}.mk" "${S}"/Makefile
-
- vdr-plugin-2_src_prepare
-}
diff --git a/media-plugins/vdr-permashift/vdr-permashift-0.5.2.ebuild b/media-plugins/vdr-permashift/vdr-permashift-0.5.2.ebuild
deleted file mode 100644
index 9351d1eb5e4..00000000000
--- a/media-plugins/vdr-permashift/vdr-permashift-0.5.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on hard disk"
-HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
-SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2013/03/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.7.38[permashift]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${VDRPLUGIN}"
diff --git a/media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild b/media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild
deleted file mode 100644
index 94bf8c9b7db..00000000000
--- a/media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on hard disk"
-HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
-SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2013/05/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.0.2-r1[permashift]"
-RDEPEND="${DEPEND}"
diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.0.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.0.ebuild
deleted file mode 100644
index 10106654bfe..00000000000
--- a/media-plugins/vdr-permashift/vdr-permashift-1.0.0.ebuild
+++ /dev/null
@@ -1,18 +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: permanent timeshift by recording live TV on RAM"
-HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
-SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2014/08/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.0.6[permashift_v1]"
-RDEPEND=""
diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild
index c7b416aed7e..96512e3a614 100644
--- a/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild
+++ b/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit vdr-plugin-2
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-permashift/
@ 2019-11-17 1:34 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2019-11-17 1:34 UTC (permalink / raw
To: gentoo-commits
commit: c74bc54cd9551339d1479356a74017ec6f641dd7
Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Nov 17 01:33:47 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 01:33:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74bc54c
media-plugins/vdr-permashift: fix multiple QA issues
* QA issue on package media-video/vdr:
USE flag 'permashift_v1' uses reserved underscore character
rename USE flag 'permashift_v1' to 'permashift' in package that
depends on vdr[permashift]
Bug: https://bugs.gentoo.org/695066
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-plugins/vdr-permashift/metadata.xml | 16 ++++++++++++----
.../vdr-permashift/vdr-permashift-1.0.1-r1.ebuild | 21 +++++++++++++++++++++
2 files changed, 33 insertions(+), 4 deletions(-)
diff --git a/media-plugins/vdr-permashift/metadata.xml b/media-plugins/vdr-permashift/metadata.xml
index 27f419c289c..cd73dfdd596 100644
--- a/media-plugins/vdr-permashift/metadata.xml
+++ b/media-plugins/vdr-permashift/metadata.xml
@@ -1,8 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
-<email>vdr@gentoo.org</email>
-<name>Gentoo VDR Project</name>
-</maintainer>
+ <maintainer type="person">
+ <email>martin.dummer@gmx.net</email>
+ <name>Martin Dummer</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>vdr@gentoo.org</email>
+ <name>Gentoo VDR Project</name>
+ </maintainer>
</pkgmetadata>
diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.1-r1.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.1-r1.ebuild
new file mode 100644
index 00000000000..b9bc55b455b
--- /dev/null
+++ b/media-plugins/vdr-permashift/vdr-permashift-1.0.1-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on RAM"
+HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
+SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2014/11/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=media-video/vdr-2.0.6[permashift]"
+RDEPEND="${DEPEND}"
+
+QA_FLAGS_IGNORED="
+ usr/lib/vdr/plugins/libvdr-.*
+ usr/lib64/vdr/plugins/libvdr-.*"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-permashift/
@ 2019-12-02 15:19 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2019-12-02 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 1b37d061a4645b2484359759048668dc96e8105e
Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Nov 10 22:15:24 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 15:19:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b37d061
media-plugins/vdr-permashift: remove old ebuild
QA issue: USE flag 'permashift_v1' uses reserved underscore character
remove old ebuilds with USE flag 'permashift_v1':
vdr-permashift-1.0.1
Bug: https://bugs.gentoo.org/695066
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../vdr-permashift/vdr-permashift-1.0.1.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild
deleted file mode 100644
index 96512e3a614..00000000000
--- a/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on RAM"
-HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
-SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2014/11/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.0.6[permashift_v1]"
-RDEPEND=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-permashift/
@ 2020-02-24 11:42 Jörg Bornkessel
0 siblings, 0 replies; 8+ messages in thread
From: Jörg Bornkessel @ 2020-02-24 11:42 UTC (permalink / raw
To: gentoo-commits
commit: 298c052bef0242fa4aa4ab2630a5592dfdd9c614
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 11:41:43 2020 +0000
Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 11:42:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298c052b
media-plugins/vdr-permashift: restricted to vdr-2.2.0
restricted to vdr-2.2.0, as we do not have
later vdr versions with permashift support in the tree
fixed license
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
media-plugins/vdr-permashift/vdr-permashift-1.0.1-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.1-r1.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.1-r1.ebuild
index b9bc55b455b..e0ea35303d9 100644
--- a/media-plugins/vdr-permashift/vdr-permashift-1.0.1-r1.ebuild
+++ b/media-plugins/vdr-permashift/vdr-permashift-1.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,11 +9,11 @@ DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on RAM"
HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2014/11/${P}.tgz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND=">=media-video/vdr-2.0.6[permashift]"
+DEPEND="~media-video/vdr-2.2.0[permashift]"
RDEPEND="${DEPEND}"
QA_FLAGS_IGNORED="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-permashift/
@ 2020-03-06 22:44 Jörg Bornkessel
0 siblings, 0 replies; 8+ messages in thread
From: Jörg Bornkessel @ 2020-03-06 22:44 UTC (permalink / raw
To: gentoo-commits
commit: 9e39103502886c55d99df28a0cd7cd8d9932b8d0
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 6 22:34:33 2020 +0000
Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Fri Mar 6 22:44:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e391035
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 <AT> gentoo.org>
media-plugins/vdr-permashift/Manifest | 1 +
.../vdr-permashift-1.0.4_pre20200301.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/media-plugins/vdr-permashift/Manifest b/media-plugins/vdr-permashift/Manifest
index 01870946603..a2183e798b1 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 00000000000..94c32694d30
--- /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-.*"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-permashift/
@ 2020-03-07 14:55 Jörg Bornkessel
0 siblings, 0 replies; 8+ messages in thread
From: Jörg Bornkessel @ 2020-03-07 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 03f85b07713806f95966f62d9a9d1864be1c8d41
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 7 14:54:38 2020 +0000
Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sat Mar 7 14:55:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f85b07
media-plugins/vdr-permashift: fixed DEPEND
QA: exclude unsupported version
media-video/vdr without use-flag
permashift
Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
index 94c32694d30..94863818ef2 100644
--- a/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild
+++ b/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild
@@ -16,7 +16,9 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="media-video/vdr[permashift]"
+DEPEND="|| ( ~media-video/vdr-2.2.0[permashift]
+ >=media-video/vdr-2.4.1-r3[permashift]
+ )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/Permashift-${GIT_VERSION}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-permashift/
@ 2024-08-04 7:03 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2024-08-04 7:03 UTC (permalink / raw
To: gentoo-commits
commit: 85699c7cb684cab3e114cf0cb1516da2ae0321e6
Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Jul 21 20:33:49 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 4 07:03:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85699c7c
media-plugins/vdr-permashift: drop 1.0.4_pre20200301
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-plugins/vdr-permashift/Manifest | 1 -
.../vdr-permashift-1.0.4_pre20200301.ebuild | 28 ----------------------
2 files changed, 29 deletions(-)
diff --git a/media-plugins/vdr-permashift/Manifest b/media-plugins/vdr-permashift/Manifest
index 6915e72c4832..eea64aaa8e4d 100644
--- a/media-plugins/vdr-permashift/Manifest
+++ b/media-plugins/vdr-permashift/Manifest
@@ -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
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
deleted file mode 100644
index ece2759181fb..000000000000
--- a/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20200301.ebuild
+++ /dev/null
@@ -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-.*"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-permashift/
@ 2024-08-04 7:03 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2024-08-04 7:03 UTC (permalink / raw
To: gentoo-commits
commit: 772135a11e197012af6c41fa08fa90f591476134
Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Jul 21 20:32:49 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 4 07:03:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772135a1
media-plugins/vdr-permashift: add 1.0.4_pre20220818
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-plugins/vdr-permashift/Manifest | 1 +
media-plugins/vdr-permashift/metadata.xml | 3 +++
.../vdr-permashift-1.0.4_pre20220818.ebuild | 27 ++++++++++++++++++++++
3 files changed, 31 insertions(+)
diff --git a/media-plugins/vdr-permashift/Manifest b/media-plugins/vdr-permashift/Manifest
index a2183e798b16..6915e72c4832 100644
--- a/media-plugins/vdr-permashift/Manifest
+++ b/media-plugins/vdr-permashift/Manifest
@@ -1,2 +1,3 @@
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
diff --git a/media-plugins/vdr-permashift/metadata.xml b/media-plugins/vdr-permashift/metadata.xml
index b4dbb6eb43d2..4a9d112c223e 100644
--- a/media-plugins/vdr-permashift/metadata.xml
+++ b/media-plugins/vdr-permashift/metadata.xml
@@ -13,4 +13,7 @@
<email>vdr@gentoo.org</email>
<name>Gentoo VDR Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">eikesauer/Permashift</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20220818.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20220818.ebuild
new file mode 100644
index 000000000000..f469f7493ae1
--- /dev/null
+++ b/media-plugins/vdr-permashift/vdr-permashift-1.0.4_pre20220818.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vdr-plugin-2
+
+# commit 2022/08/22
+GITHASH="afec850e8a5ed1ad215714f26bd94ad1dd0a028a"
+
+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/${GITHASH}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/Permashift-${GITHASH}"
+
+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}"
+
+QA_FLAGS_IGNORED="
+ usr/lib/vdr/plugins/libvdr-.*
+ usr/lib64/vdr/plugins/libvdr-.*"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-08-04 7:03 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-02 15:19 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-permashift/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2024-08-04 7:03 Joonas Niilola
2024-08-04 7:03 Joonas Niilola
2020-03-07 14:55 Jörg Bornkessel
2020-03-06 22:44 Jörg Bornkessel
2020-02-24 11:42 Jörg Bornkessel
2019-11-17 1:34 David Seifert
2018-08-31 13:00 Joerg Bornkessel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox