[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/, media-tv/gentoo-vdr-scripts/files/

2022-03-18 Thread Conrad Kostecki
commit: 2b27bd106f5bc37e6fa0b0e445e3b5b45583adb7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Mar 18 12:57:58 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Mar 18 12:57:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b27bd10

media-tv/gentoo-vdr-scripts: drop 2.8, 2.8-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 media-tv/gentoo-vdr-scripts/Manifest   |  2 -
 .../files/systemd-fix-environment.patch| 18 -
 .../gentoo-vdr-scripts/files/systemd-tmpfiles.conf |  3 -
 .../gentoo-vdr-scripts-2.8-r1.ebuild   | 76 
 .../gentoo-vdr-scripts-2.8.ebuild  | 82 --
 5 files changed, 181 deletions(-)

diff --git a/media-tv/gentoo-vdr-scripts/Manifest 
b/media-tv/gentoo-vdr-scripts/Manifest
index 781a68cca916..92e182128379 100644
--- a/media-tv/gentoo-vdr-scripts/Manifest
+++ b/media-tv/gentoo-vdr-scripts/Manifest
@@ -1,3 +1 @@
-DIST gentoo-vdr-scripts-2.8.tar.bz2 49662 BLAKE2B 
1a49d03441c991f6aa08cefc3b6d3a926a18ef7cb6c97bef886f922901f681ab95e9b60648d3930136148dafdf87f702d564e5a89fb6945ef9ed0cec1c2fbbaa
 SHA512 
587bfc329efb92f1d9d9f87b3eb88ff9c74f92587d20c1489e67c861c769f9cb307bd6314aa88dc7d2a1400bc408033b913093b8f219fa59857638f2d062eecf
-DIST gentoo-vdr-scripts-2.8.tbz2 49484 BLAKE2B 
6b746e69ae396225c7def07d4d177f71690793eeac51202f8a5c33c20a089d6537e84ed2784f8b85cf04285fbf7288f26bfa45b7e984f8ad18ad54d122fe5b94
 SHA512 
3d47b8d048ae8c1e218ba825731f73562ee34e02388361f41fcc9aec5b4d54c6f66338b26cf17742b39c86a9676bf26bc9b6b2bd3249b798e1e3de61eb8ef355
 DIST gentoo-vdr-scripts-3.0_rc2.tar.gz 59284 BLAKE2B 
88666442e27646a06a1e7d4b7389a02196b48eee3a14c20c70281b5db862237cac8982e989628810e5c6721ebca32347fbf2a80f29e0ff2d839760f076d50d2a
 SHA512 
d1ba41190565a129b6bd69aedd32590a5479a6390fb17a8d2a9e8926dd35260b3581b25b049da84e35e0d047b81c326512b67d45b488aa60ad10acafe93432d9

diff --git a/media-tv/gentoo-vdr-scripts/files/systemd-fix-environment.patch 
b/media-tv/gentoo-vdr-scripts/files/systemd-fix-environment.patch
deleted file mode 100644
index b3ebb58bc994..
--- a/media-tv/gentoo-vdr-scripts/files/systemd-fix-environment.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naur gentoo-vdr-scripts-2.8.orig/etc/sudoers.d/vdr 
gentoo-vdr-scripts-2.8/etc/sudoers.d/vdr
 gentoo-vdr-scripts-2.8.orig/etc/sudoers.d/vdr  2019-12-15 
01:04:54.0 +0100
-+++ gentoo-vdr-scripts-2.8/etc/sudoers.d/vdr   2021-05-29 16:26:34.623489561 
+0200
-@@ -1 +1,2 @@
- vdr ALL=NOPASSWD:/usr/share/vdr/bin/vdrshutdown-really.sh
-+vdr ALL=NOPASSWD:/bin/systemctl daemon-reload
-diff -Naur 
gentoo-vdr-scripts-2.8.orig/usr/share/vdr/systemd/vdr-systemd_helper.sh 
gentoo-vdr-scripts-2.8/usr/share/vdr/systemd/vdr-systemd_helper.sh
 gentoo-vdr-scripts-2.8.orig/usr/share/vdr/systemd/vdr-systemd_helper.sh
2019-12-15 01:04:54.0 +0100
-+++ gentoo-vdr-scripts-2.8/usr/share/vdr/systemd/vdr-systemd_helper.sh 
2021-05-29 17:19:16.810413833 +0200
-@@ -105,7 +105,7 @@
-   # as the user under which vdr will run is controlled by systemd
-   sed -e "s:'-u' 'vdr' ::" -i ${SYSTEMD_ENV_FILE}
- 
--  sync
-+  sudo systemctl daemon-reload
-   eend "--start-pre"
- elif [ "$1" = "--start-post" ]; then
-   ebegin "--start-post"

diff --git a/media-tv/gentoo-vdr-scripts/files/systemd-tmpfiles.conf 
b/media-tv/gentoo-vdr-scripts/files/systemd-tmpfiles.conf
deleted file mode 100644
index ee0910b6dfe8..
--- a/media-tv/gentoo-vdr-scripts/files/systemd-tmpfiles.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-d %HOME%/tmp 0755 vdr vdr -
-d /var/cache/vdr 0755 vdr vdr -
-

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8-r1.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8-r1.ebuild
deleted file mode 100644
index 0dcd0874358a..
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit tmpfiles user-info
-
-DESCRIPTION="Scripts necessary for use of VDR as a set-top-box"
-HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/about/";
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/snapshot/${P}.tar.bz2
 -> ${P}.tbz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-
-DEPEND="
-   acct-group/vdr
-   acct-user/vdr"
-RDEPEND="${DEPEND}
-   app-admin/sudo
-   sys-process/wait_on_pid"
-BDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/systemd-fix-environment.patch" )
-
-pkg_setup() {
-   VDR_HOME="$(egethome vdr)"
-   echo "VDR_HOME=${VDR_HOME}"
-}
-
-src_prepare() {
-   default
-   cp "${FILESDIR}"/systemd-tmpfiles.conf "${WORKDIR}/${PN}.conf" || die
-   sed -i -e "s|%HOME%|$VDR_HOME|" "${WORKDIR}/${PN}.conf" || die
-}
-
-src_install() {
-   default
-   diropts -ovdr -gvdr
-   keepdir "${

[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2022-03-17 Thread Joonas Niilola
commit: eed12ba0fb14b1e1fe3d5b1d8f03fbd12dbec1dc
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Mar 17 13:33:26 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar 17 13:33:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed12ba0

media-tv/gentoo-vdr-scripts: stabilize 3.0_rc2-r1 for x86

Closes: https://bugs.gentoo.org/835338
Signed-off-by: Joonas Niilola  gentoo.org>

 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild
index 14620644c7cb..267957a48b58 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 
 DEPEND="
acct-group/vdr



[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2022-03-17 Thread Joonas Niilola
commit: bbdc72e36b976ca72a35f6cd6574f34dfb3c9728
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Mar 17 13:33:04 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar 17 13:33:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdc72e3

media-tv/gentoo-vdr-scripts: stabilize 3.0_rc2-r1 for amd64

Bug: https://bugs.gentoo.org/835338
Signed-off-by: Joonas Niilola  gentoo.org>

 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild
index 8426670125a1..14620644c7cb 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
 
 DEPEND="
acct-group/vdr



[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2022-02-13 Thread Conrad Kostecki
commit: a4981ac115ee3c2dded2c211045e43ab9c67c6f1
Author: Martin Dummer  gmx  net>
AuthorDate: Sat Feb 12 14:59:14 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Feb 13 21:34:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4981ac1

media-tv/gentoo-vdr-scripts: finalize migrate to GLEP 81

version bump to 3.0_rc2

Closes: https://github.com/gentoo/gentoo/pull/24170
Closes: https://bugs.gentoo.org/781344
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Martin Dummer  gmx.net>
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-tv/gentoo-vdr-scripts/Manifest   |  1 +
 .../gentoo-vdr-scripts-3.0_rc2-r1.ebuild   | 63 ++
 media-tv/gentoo-vdr-scripts/metadata.xml   |  8 +++
 3 files changed, 72 insertions(+)

diff --git a/media-tv/gentoo-vdr-scripts/Manifest 
b/media-tv/gentoo-vdr-scripts/Manifest
index 73f54d566e10..781a68cca916 100644
--- a/media-tv/gentoo-vdr-scripts/Manifest
+++ b/media-tv/gentoo-vdr-scripts/Manifest
@@ -1,2 +1,3 @@
 DIST gentoo-vdr-scripts-2.8.tar.bz2 49662 BLAKE2B 
1a49d03441c991f6aa08cefc3b6d3a926a18ef7cb6c97bef886f922901f681ab95e9b60648d3930136148dafdf87f702d564e5a89fb6945ef9ed0cec1c2fbbaa
 SHA512 
587bfc329efb92f1d9d9f87b3eb88ff9c74f92587d20c1489e67c861c769f9cb307bd6314aa88dc7d2a1400bc408033b913093b8f219fa59857638f2d062eecf
 DIST gentoo-vdr-scripts-2.8.tbz2 49484 BLAKE2B 
6b746e69ae396225c7def07d4d177f71690793eeac51202f8a5c33c20a089d6537e84ed2784f8b85cf04285fbf7288f26bfa45b7e984f8ad18ad54d122fe5b94
 SHA512 
3d47b8d048ae8c1e218ba825731f73562ee34e02388361f41fcc9aec5b4d54c6f66338b26cf17742b39c86a9676bf26bc9b6b2bd3249b798e1e3de61eb8ef355
+DIST gentoo-vdr-scripts-3.0_rc2.tar.gz 59284 BLAKE2B 
88666442e27646a06a1e7d4b7389a02196b48eee3a14c20c70281b5db862237cac8982e989628810e5c6721ebca32347fbf2a80f29e0ff2d839760f076d50d2a
 SHA512 
d1ba41190565a129b6bd69aedd32590a5479a6390fb17a8d2a9e8926dd35260b3581b25b049da84e35e0d047b81c326512b67d45b488aa60ad10acafe93432d9

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild
new file mode 100644
index ..8426670125a1
--- /dev/null
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-3.0_rc2-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tmpfiles user-info
+
+DESCRIPTION="Scripts necessary for use of VDR as a set-top-box"
+HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/about/";
+SRC_URI="https://github.com/madmartin/gentoo-vdr-scripts/archive/refs/tags/${P}.tar.gz";
+S="${WORKDIR}/${PN}-${P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+DEPEND="
+   acct-group/vdr
+   acct-user/vdr"
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   sys-process/wait_on_pid"
+BDEPEND="${DEPEND}"
+
+src_install() {
+   default
+
+   local VDR_HOME="$(egethome vdr)"
+   einfo "VDR_HOME=${VDR_HOME}"
+   diropts -ovdr -gvdr
+   keepdir "${VDR_HOME}/shutdown-data" "${VDR_HOME}/merged-config-files" 
"${VDR_HOME}/dvd-images"
+}
+
+pkg_postinst() {
+   tmpfiles_process "${PN}.conf"
+
+   elog "${CATEGORY}/${PN} supports an init script"
+   elog "to start a X server"
+   elog "Please refer for detailed info to"
+   elog "/usr/share/doc/${PF}/README.x11-setup\n"
+
+   elog "systemd is supported by ${CATEGORY}/${PN}"
+   elog "Read about it in /usr/share/doc/${PF}/README.systemd"
+
+   elog "Plugins which should be used are configured in"
+   elog "the config-file /etc/conf.d/vdr.plugins"
+   elog "or enable/disable them with \"eselect vdr-plugin\".\n"
+
+   if [[ -f "${EROOT}"/etc/conf.d/vdr.dvdswitch ]] &&
+   grep -q ^DVDSWITCH_BURNSPEED= 
"${EROOT}"/etc/conf.d/vdr.dvdswitch
+   then
+   ewarn "You are setting DVDSWITCH_BURNSPEED in 
/etc/conf.d/vdr.dvdswitch"
+   ewarn "This no longer has any effect, please use"
+   ewarn "VDR_DVDBURNSPEED in /etc/conf.d/vdr.cd-dvd"
+   fi
+
+   if grep -q /usr/share/vdr/bin/vdrshutdown-really.sh 
"${EROOT}"/etc/sudoers; then
+   ewarn "Please remove the following deprecated line from 
/etc/sudoers:"
+   ewarn "  vdr 
ALL=NOPASSWD:/usr/share/vdr/bin/vdrshutdown-really.sh"
+   ewarn "sudoers handling is now supported by:"
+   ewarn "/etc/sudoers.d/vdr"
+   fi
+}

diff --git a/media-tv/gentoo-vdr-scripts/metadata.xml 
b/media-tv/gentoo-vdr-scripts/metadata.xml
index 2b167a7461de..b4dbb6eb43d2 100644
--- a/media-tv/gentoo-vdr-scripts/metadata.xml
+++ b/media-tv/gentoo-vdr-scripts/metadata.xml
@@ -1,6 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   martin.dum...@gmx.net
+   Martin Dummer
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy

[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/files/, media-tv/gentoo-vdr-scripts/

2022-02-06 Thread Joonas Niilola
commit: 5d0dbd9eee066baf0c291697bfd4b1a9673525c9
Author: Martin Dummer  gmx  net>
AuthorDate: Wed Feb  2 22:22:48 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Feb  6 15:17:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0dbd9e

media-tv/gentoo-vdr-scripts: migrate to GLEP-81

move from eclass user to acct-user/acct-group packages
fix systemd tmpfile handling
fix many typos

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Martin Dummer  gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/24059
Signed-off-by: Joonas Niilola  gentoo.org>

 media-tv/gentoo-vdr-scripts/Manifest   |  1 +
 .../files/systemd-fix-environment.patch| 18 +
 .../gentoo-vdr-scripts/files/systemd-tmpfiles.conf |  3 +
 .../gentoo-vdr-scripts-2.8-r1.ebuild   | 76 ++
 4 files changed, 98 insertions(+)

diff --git a/media-tv/gentoo-vdr-scripts/Manifest 
b/media-tv/gentoo-vdr-scripts/Manifest
index 790df2ca456b..73f54d566e10 100644
--- a/media-tv/gentoo-vdr-scripts/Manifest
+++ b/media-tv/gentoo-vdr-scripts/Manifest
@@ -1 +1,2 @@
 DIST gentoo-vdr-scripts-2.8.tar.bz2 49662 BLAKE2B 
1a49d03441c991f6aa08cefc3b6d3a926a18ef7cb6c97bef886f922901f681ab95e9b60648d3930136148dafdf87f702d564e5a89fb6945ef9ed0cec1c2fbbaa
 SHA512 
587bfc329efb92f1d9d9f87b3eb88ff9c74f92587d20c1489e67c861c769f9cb307bd6314aa88dc7d2a1400bc408033b913093b8f219fa59857638f2d062eecf
+DIST gentoo-vdr-scripts-2.8.tbz2 49484 BLAKE2B 
6b746e69ae396225c7def07d4d177f71690793eeac51202f8a5c33c20a089d6537e84ed2784f8b85cf04285fbf7288f26bfa45b7e984f8ad18ad54d122fe5b94
 SHA512 
3d47b8d048ae8c1e218ba825731f73562ee34e02388361f41fcc9aec5b4d54c6f66338b26cf17742b39c86a9676bf26bc9b6b2bd3249b798e1e3de61eb8ef355

diff --git a/media-tv/gentoo-vdr-scripts/files/systemd-fix-environment.patch 
b/media-tv/gentoo-vdr-scripts/files/systemd-fix-environment.patch
new file mode 100644
index ..b3ebb58bc994
--- /dev/null
+++ b/media-tv/gentoo-vdr-scripts/files/systemd-fix-environment.patch
@@ -0,0 +1,18 @@
+diff -Naur gentoo-vdr-scripts-2.8.orig/etc/sudoers.d/vdr 
gentoo-vdr-scripts-2.8/etc/sudoers.d/vdr
+--- gentoo-vdr-scripts-2.8.orig/etc/sudoers.d/vdr  2019-12-15 
01:04:54.0 +0100
 gentoo-vdr-scripts-2.8/etc/sudoers.d/vdr   2021-05-29 16:26:34.623489561 
+0200
+@@ -1 +1,2 @@
+ vdr ALL=NOPASSWD:/usr/share/vdr/bin/vdrshutdown-really.sh
++vdr ALL=NOPASSWD:/bin/systemctl daemon-reload
+diff -Naur 
gentoo-vdr-scripts-2.8.orig/usr/share/vdr/systemd/vdr-systemd_helper.sh 
gentoo-vdr-scripts-2.8/usr/share/vdr/systemd/vdr-systemd_helper.sh
+--- gentoo-vdr-scripts-2.8.orig/usr/share/vdr/systemd/vdr-systemd_helper.sh
2019-12-15 01:04:54.0 +0100
 gentoo-vdr-scripts-2.8/usr/share/vdr/systemd/vdr-systemd_helper.sh 
2021-05-29 17:19:16.810413833 +0200
+@@ -105,7 +105,7 @@
+   # as the user under which vdr will run is controlled by systemd
+   sed -e "s:'-u' 'vdr' ::" -i ${SYSTEMD_ENV_FILE}
+ 
+-  sync
++  sudo systemctl daemon-reload
+   eend "--start-pre"
+ elif [ "$1" = "--start-post" ]; then
+   ebegin "--start-post"

diff --git a/media-tv/gentoo-vdr-scripts/files/systemd-tmpfiles.conf 
b/media-tv/gentoo-vdr-scripts/files/systemd-tmpfiles.conf
new file mode 100644
index ..ee0910b6dfe8
--- /dev/null
+++ b/media-tv/gentoo-vdr-scripts/files/systemd-tmpfiles.conf
@@ -0,0 +1,3 @@
+d %HOME%/tmp 0755 vdr vdr -
+d /var/cache/vdr 0755 vdr vdr -
+

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8-r1.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8-r1.ebuild
new file mode 100644
index ..0dcd0874358a
--- /dev/null
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8-r1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tmpfiles user-info
+
+DESCRIPTION="Scripts necessary for use of VDR as a set-top-box"
+HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/about/";
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/snapshot/${P}.tar.bz2
 -> ${P}.tbz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+DEPEND="
+   acct-group/vdr
+   acct-user/vdr"
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   sys-process/wait_on_pid"
+BDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/systemd-fix-environment.patch" )
+
+pkg_setup() {
+   VDR_HOME="$(egethome vdr)"
+   echo "VDR_HOME=${VDR_HOME}"
+}
+
+src_prepare() {
+   default
+   cp "${FILESDIR}"/systemd-tmpfiles.conf "${WORKDIR}/${PN}.conf" || die
+   sed -i -e "s|%HOME%|$VDR_HOME|" "${WORKDIR}/${PN}.conf" || die
+}
+
+src_install() {
+   default
+   diropts -ovdr -gvdr
+   keepdir "${VDR_HOME}"
+   keepdir "${VDR_HOME}/shutdown-data"
+   keepdir "${VDR_HOME}/merged-config-files"
+   keepdir "${VDR_HOME}/dvd-images"
+   dotmpfiles "${WORKDIR}/${

[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2020-02-24 Thread Jörg Bornkessel
commit: dc871b0fd4c5d066f60435ad6468a36d695f35ad
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Mon Feb 24 12:22:24 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Mon Feb 24 12:22:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc871b0f

media-tv/gentoo-vdr-scripts: cleanup old version

Closes: https://bugs.gentoo.org/705260
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-tv/gentoo-vdr-scripts/Manifest   |   1 -
 .../gentoo-vdr-scripts-2.7.3.ebuild| 135 -
 media-tv/gentoo-vdr-scripts/metadata.xml   |   3 -
 3 files changed, 139 deletions(-)

diff --git a/media-tv/gentoo-vdr-scripts/Manifest 
b/media-tv/gentoo-vdr-scripts/Manifest
index c052fff4d2b..790df2ca456 100644
--- a/media-tv/gentoo-vdr-scripts/Manifest
+++ b/media-tv/gentoo-vdr-scripts/Manifest
@@ -1,2 +1 @@
-DIST gentoo-vdr-scripts-2.7.3.tar.bz2 49156 BLAKE2B 
b5aaeb2cc704a2d43e05cb30cc6ea0d01f6f1b00dbfdf8a61d87cfc0360a86f2e7fb10daaeae7210eac46bca36ce72e4e928e1ce0752ffa3343fac83392b530b
 SHA512 
9d00acaf77bbbf52f4a4d4b8284d94b9d191c354de52ea6f7bba0751be661feec4915cca20be3d24a0471efe4b3f24c5dcc025e3e8b0cc6b2c37f8843b91a520
 DIST gentoo-vdr-scripts-2.8.tar.bz2 49662 BLAKE2B 
1a49d03441c991f6aa08cefc3b6d3a926a18ef7cb6c97bef886f922901f681ab95e9b60648d3930136148dafdf87f702d564e5a89fb6945ef9ed0cec1c2fbbaa
 SHA512 
587bfc329efb92f1d9d9f87b3eb88ff9c74f92587d20c1489e67c861c769f9cb307bd6314aa88dc7d2a1400bc408033b913093b8f219fa59857638f2d062eecf

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.3.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.3.ebuild
deleted file mode 100644
index e46f969af35..000
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.3.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils user
-
-DESCRIPTION="Scripts necessary for use of vdr as a set-top-box"
-HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/about/";
-SRC_URI="mirror://gentoo/${P}.tar.bz2
-   https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="nvram"
-
-RDEPEND="nvram? ( sys-power/nvram-wakeup )
-   app-admin/sudo
-   sys-process/wait_on_pid"
-
-VDR_HOME=/var/vdr
-
-pkg_setup() {
-   enewgroup vdr
-
-   # Add user vdr to these groups:
-   #   video - accessing dvb-devices
-   #   audio - playing sound when using software-devices
-   #   cdrom - playing dvds/audio-cds ...
-   enewuser vdr -1 /bin/bash "${VDR_HOME}" vdr,video,audio,cdrom
-}
-
-src_prepare() {
-   # moved into own package
-   sed -e '/SUBDIRS =/s# bin # #' -i usr/Makefile
-   sed -e '/all:/s#compile##' -i Makefile
-}
-
-src_install() {
-   default
-   dodoc README* TODO ChangeLog
-
-   # create necessary directories
-   diropts -ovdr -gvdr
-   keepdir "${VDR_HOME}"
-
-   local kd
-   for kd in shutdown-data merged-config-files dvd-images; do
-   keepdir "${VDR_HOME}/${kd}"
-   done
-}
-
-pkg_preinst() {
-   local PLUGINS_NEW=0
-   if [[ -f "${ROOT}"/etc/conf.d/vdr.plugins ]]; then
-   PLUGINS_NEW=$(grep -v '^#' "${ROOT}"/etc/conf.d/vdr.plugins 
|grep -v '^$'|wc -l)
-   fi
-   if [[ ${PLUGINS_NEW} > 0 ]]; then
-   cp "${ROOT}"/etc/conf.d/vdr.plugins 
"${D}"/etc/conf.d/vdr.plugins
-   else
-   einfo "Migrating PLUGINS setting from /etc/conf.d/vdr to 
/etc/conf.d/vdr.plugins"
-   local PLUGIN
-   for PLUGIN in $(source "${ROOT}"/etc/conf.d/vdr;echo $PLUGINS); 
do
-   echo ${PLUGIN} >> "${D}"/etc/conf.d/vdr.plugins
-   done
-   fi
-
-   has_version "<${CATEGORY}/${PN}-0.5.4"
-   previous_less_than_0_5_4=$?
-
-   has_version "<${CATEGORY}/${PN}-2.6"
-   previous_less_than_2_6=$?
-}
-
-VDRSUDOENTRY="vdr ALL=NOPASSWD:/usr/share/vdr/bin/vdrshutdown-really.sh"
-
-pkg_postinst() {
-   if [[ $previous_less_than_0_5_4 = 0 ]] ; then
-   elog "\nVDR use now default the --cachedir parameter to store 
the epg.file"
-   elog "Please do not override this with the EPGFILE variable\n"
-
-   elog "svdrp port 2001 support removed\n"
-
-   elog "--rcu support removed, use media-plugin/vdr-rcu\n"
-   fi
-
-   if [[ $previous_less_than_2_6 = 0 ]]; then
-   elog "${CATEGORY}/${PN} supports now a init script"
-   elog "to start a X server"
-   elog "Please refer for detailed info to"
-   elog "${CATGORY}/${PN} README.x11-setup\n"
-   fi
-
-   if use nvram; then
-   elog "nvram wakeup is optional."
-   elog "To make use of it emerge sys-power/nvram-wakeup.\n"
-   fi

[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2020-02-04 Thread Jörg Bornkessel
commit: c29f6e584be9971512c729c505fb59e226835e6a
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Tue Feb  4 19:44:57 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Tue Feb  4 19:45:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29f6e58

media-tv/gentoo-vdr-scripts: cleanup old bugy ~arch

Bug: https://bugs.gentoo.org/705260
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-tv/gentoo-vdr-scripts/Manifest   |   1 -
 .../gentoo-vdr-scripts-2.7.5.1.ebuild  | 130 -
 2 files changed, 131 deletions(-)

diff --git a/media-tv/gentoo-vdr-scripts/Manifest 
b/media-tv/gentoo-vdr-scripts/Manifest
index 32cdcfe2b74..c052fff4d2b 100644
--- a/media-tv/gentoo-vdr-scripts/Manifest
+++ b/media-tv/gentoo-vdr-scripts/Manifest
@@ -1,3 +1,2 @@
 DIST gentoo-vdr-scripts-2.7.3.tar.bz2 49156 BLAKE2B 
b5aaeb2cc704a2d43e05cb30cc6ea0d01f6f1b00dbfdf8a61d87cfc0360a86f2e7fb10daaeae7210eac46bca36ce72e4e928e1ce0752ffa3343fac83392b530b
 SHA512 
9d00acaf77bbbf52f4a4d4b8284d94b9d191c354de52ea6f7bba0751be661feec4915cca20be3d24a0471efe4b3f24c5dcc025e3e8b0cc6b2c37f8843b91a520
-DIST gentoo-vdr-scripts-2.7.5.1.tar.bz2 49537 BLAKE2B 
a6f01cc7b30b8d289317cbebed21bd4790865ebcf2f9f1b81375a35332784d2f2603aabb852808cca764dbd748469f815dbd83b296d71249dd6a4fd2709a6e31
 SHA512 
5b8f91f73ee42e290966eb9ae95b020b0a2c16f9d2c4eb79766934b8fa2e6bf415db20325254c0c6058abb868b010eb4180acc3714c18b47a5be390ee3e928c9
 DIST gentoo-vdr-scripts-2.8.tar.bz2 49662 BLAKE2B 
1a49d03441c991f6aa08cefc3b6d3a926a18ef7cb6c97bef886f922901f681ab95e9b60648d3930136148dafdf87f702d564e5a89fb6945ef9ed0cec1c2fbbaa
 SHA512 
587bfc329efb92f1d9d9f87b3eb88ff9c74f92587d20c1489e67c861c769f9cb307bd6314aa88dc7d2a1400bc408033b913093b8f219fa59857638f2d062eecf

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild
deleted file mode 100644
index ef0ad752604..000
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user
-
-DESCRIPTION="Scripts necessary for use of vdr as a set-top-box"
-HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/about/";
-SRC_URI="mirror://gentoo/${P}.tar.bz2
-   https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="nvram"
-
-RDEPEND="nvram? ( sys-power/nvram-wakeup )
-   app-admin/sudo
-   sys-process/wait_on_pid"
-
-VDR_HOME=/var/vdr
-
-pkg_setup() {
-   enewgroup vdr
-
-   # Add user vdr to these groups:
-   #   video - accessing dvb-devices
-   #   audio - playing sound when using software-devices
-   #   cdrom - playing dvds/audio-cds ...
-   enewuser vdr -1 /bin/bash "${VDR_HOME}" vdr,video,audio,cdrom
-}
-
-src_install() {
-   local DOCS=( README* TODO ChangeLog )
-
-   default
-
-   # create necessary directories
-   diropts -ovdr -gvdr
-   keepdir "${VDR_HOME}"
-
-   local kd
-   for kd in shutdown-data merged-config-files dvd-images; do
-   keepdir "${VDR_HOME}/${kd}"
-   done
-}
-
-pkg_preinst() {
-   local PLUGINS_NEW=0
-   if [[ -f "${ROOT}"/etc/conf.d/vdr.plugins ]]; then
-   PLUGINS_NEW=$(grep -v '^#' "${ROOT}"/etc/conf.d/vdr.plugins 
|grep -v '^$'|wc -l)
-   fi
-   if [[ ${PLUGINS_NEW} > 0 ]]; then
-   cp "${ROOT}"/etc/conf.d/vdr.plugins 
"${D}"/etc/conf.d/vdr.plugins
-   else
-   einfo "Migrating PLUGINS setting from /etc/conf.d/vdr to 
/etc/conf.d/vdr.plugins"
-   local PLUGIN
-   for PLUGIN in $(source "${ROOT}"/etc/conf.d/vdr;echo $PLUGINS); 
do
-   echo ${PLUGIN} >> "${D}"/etc/conf.d/vdr.plugins
-   done
-   fi
-
-   has_version "<${CATEGORY}/${PN}-0.5.4"
-   previous_less_than_0_5_4=$?
-
-   has_version "<${CATEGORY}/${PN}-2.6"
-   previous_less_than_2_6=$?
-}
-
-VDRSUDOENTRY="vdr ALL=NOPASSWD:/usr/share/vdr/bin/vdrshutdown-really.sh"
-
-pkg_postinst() {
-   if [[ $previous_less_than_0_5_4 = 0 ]] ; then
-   elog "\nVDR use now default the --cachedir parameter to store 
the epg.file"
-   elog "Please do not override this with the EPGFILE variable\n"
-
-   elog "svdrp port 2001 support removed\n"
-
-   elog "--rcu support removed, use media-plugin/vdr-rcu\n"
-   fi
-
-   if [[ $previous_less_than_2_6 = 0 ]]; then
-   elog "${CATEGORY}/${PN} supports now a init script"
-   elog "to start a X server"
-   elog "Please refer for detailed info to"
-   elog "${CATGORY}/${PN} README.x11-setup\n"
-   fi
-
-   if use nvram; then
-  

[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2020-01-27 Thread Agostino Sarubbo
commit: 239d4ab4fc0b77a7fa928bc37bd868c1d6c467ab
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 28 07:39:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 28 07:39:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239d4ab4

media-tv/gentoo-vdr-scripts: amd64 stable wrt bug #705510

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild
index 76b059ab7c5..8b3b09f8b22 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/snapshot/gentoo-v
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE=""
 
 RDEPEND="app-admin/sudo



[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2020-01-27 Thread Thomas Deutschmann
commit: 4e589bc36fc36f964f255220620c5b636e98eafb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan 27 15:36:38 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan 27 15:44:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e589bc3

media-tv/gentoo-vdr-scripts: x86 stable (bug #705510)

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild
index fd2aabc2702..76b059ab7c5 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/snapshot/gentoo-v
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
 IUSE=""
 
 RDEPEND="app-admin/sudo



[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2020-01-12 Thread Jörg Bornkessel
commit: 4df5967d7bdb21273adb6f40dcdc5587911e5fee
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sun Jan 12 18:22:01 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Sun Jan 12 18:38:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df5967d

media-tv/gentoo-vdr-scripts: typo

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild
index ec0010a562c..fd2aabc2702 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -51,7 +51,7 @@ pkg_postinst() {
elog "${CATEGORY}/${PN} supports an init script"
elog "to start a X server"
elog "Please refer for detailed info to"
-   elog "/usr/share/doc/${PF}/ README.x11-setup\n"
+   elog "/usr/share/doc/${PF}/README.x11-setup\n"
 
elog "systemd is supported by ${CATEGORY}/${PN}"
elog "This are described in the README.systemd file"



[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2019-12-15 Thread Joerg Bornkessel
commit: edf35eea54fe7c4464f0fcd85ed835a297a8d488
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sun Dec 15 15:22:28 2019 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Sun Dec 15 15:23:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf35eea

media-tv/gentoo-vdr-scripts: HOMEPAGE fixed

Package-Manager: Portage-2.3.81, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.3.ebuild   | 4 ++--
 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.3.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.3.ebuild
index 50266d56682..e46f969af35 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.3.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils user
 
 DESCRIPTION="Scripts necessary for use of vdr as a set-top-box"
-HOMEPAGE="https://www.gentoo.org/";
+HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/about/";
 SRC_URI="mirror://gentoo/${P}.tar.bz2
https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2";
 

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild
index 557ea20e575..ef0ad752604 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit user
 
 DESCRIPTION="Scripts necessary for use of vdr as a set-top-box"
-HOMEPAGE="https://www.gentoo.org/";
+HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/about/";
 SRC_URI="mirror://gentoo/${P}.tar.bz2
https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2";
 



[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2019-12-14 Thread Joerg Bornkessel
commit: 832251698a5928764e2aeb6486cbb07f82a42944
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sun Dec 15 01:05:14 2019 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Sun Dec 15 01:05:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83225169

media-tv/gentoo-vdr-scripts: bump to 2.8

this bump will fix:
SYMLINK_LIB=no / 17.1 profiles break VDR plugins
fails to shutdown pc for sleep
shuts the vdr down even if nvram-wakup fails
disabled login for user vdr
ebuild cleanup
cleanup old

Bug: https://bugs.gentoo.org/688174
Bug: https://bugs.gentoo.org/646518
Bug: https://bugs.gentoo.org/298785
Closes: https://bugs.gentoo.org/688174
Closes: https://bugs.gentoo.org/646518
Closes: https://bugs.gentoo.org/298785
Package-Manager: Portage-2.3.81, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-tv/gentoo-vdr-scripts/Manifest   |   6 +-
 .../gentoo-vdr-scripts-2.0.0.ebuild| 130 
 .../gentoo-vdr-scripts-2.5.ebuild  | 133 
 .../gentoo-vdr-scripts-2.7.2.ebuild| 135 -
 .../gentoo-vdr-scripts-2.7.5.ebuild| 130 
 .../gentoo-vdr-scripts-2.7.ebuild  | 135 -
 .../gentoo-vdr-scripts-2.8.ebuild  |  82 +
 7 files changed, 83 insertions(+), 668 deletions(-)

diff --git a/media-tv/gentoo-vdr-scripts/Manifest 
b/media-tv/gentoo-vdr-scripts/Manifest
index d95af15c2ea..32cdcfe2b74 100644
--- a/media-tv/gentoo-vdr-scripts/Manifest
+++ b/media-tv/gentoo-vdr-scripts/Manifest
@@ -1,7 +1,3 @@
-DIST gentoo-vdr-scripts-2.0.0.tar.bz2 37438 BLAKE2B 
b7662b188809d17bd08186eb4811408cbbaf37dfadc52d75f3d2ecdc934f68cf60c4631b1e92425e0cc827d1901763dd0e90ef049d68f9c851a35beac735
 SHA512 
0214b390e1e4fe4f65ceb940a1d092f88fe5263eda3c97ebfa7d2925a772165af3a3c62bfc964e577e374ce723aefccb29082f8219fda918ad17f966ad8ad392
-DIST gentoo-vdr-scripts-2.5.tar.bz2 39893 BLAKE2B 
5cfee26bd0187776169c5fd23e95681be2bfd4e983cb45c17c2479e29b270e241a898609ecc0619ca367d1c21bac11fd1b0f3f6a7d335b4bc38f36dd52fea802
 SHA512 
bed3db4e3c4f8195d5715d274a32485d067fa2e539ace417c2d73bac1294d46736754be589d5e18b77e0baa1b4d9cd7df5ff8a13db2850d92d2eb992f9b131a6
-DIST gentoo-vdr-scripts-2.7.2.tar.bz2 48584 BLAKE2B 
f2841f0d996f2db025d06d80b54c07fdbbcac6d131ff534447ad940ed5d7af6fb2fa14ca6280f9973e11fd2a7ae6019e0a118d01822829891eb11cd3ed66b272
 SHA512 
cb0297c7e78e4c110097d1c08a5f6642d8194d01dd47308f7a41c6d76f7b1675cc612d47a7725eb4f47a393086b034ca09703af0867ae02a36af4be12701f861
 DIST gentoo-vdr-scripts-2.7.3.tar.bz2 49156 BLAKE2B 
b5aaeb2cc704a2d43e05cb30cc6ea0d01f6f1b00dbfdf8a61d87cfc0360a86f2e7fb10daaeae7210eac46bca36ce72e4e928e1ce0752ffa3343fac83392b530b
 SHA512 
9d00acaf77bbbf52f4a4d4b8284d94b9d191c354de52ea6f7bba0751be661feec4915cca20be3d24a0471efe4b3f24c5dcc025e3e8b0cc6b2c37f8843b91a520
 DIST gentoo-vdr-scripts-2.7.5.1.tar.bz2 49537 BLAKE2B 
a6f01cc7b30b8d289317cbebed21bd4790865ebcf2f9f1b81375a35332784d2f2603aabb852808cca764dbd748469f815dbd83b296d71249dd6a4fd2709a6e31
 SHA512 
5b8f91f73ee42e290966eb9ae95b020b0a2c16f9d2c4eb79766934b8fa2e6bf415db20325254c0c6058abb868b010eb4180acc3714c18b47a5be390ee3e928c9
-DIST gentoo-vdr-scripts-2.7.5.tar.bz2 49457 BLAKE2B 
8c5bb9ee6369ee5b5e9b4bf392116b4f7b08d097b73b8790b4e2e6c1bc8ae9cc0f8f0eddf489af154e2ed5a964d7fce560e901a77f3886604c675dfc72550fc8
 SHA512 
b79460ae73c1914b0057d44469c0ac3e30feab3fc9fa91af618a0753f5061184110af6f2426d0638861e899fe7ef8ddc749bee631e95dbf52da9d32ae3ae7afe
-DIST gentoo-vdr-scripts-2.7.tar.bz2 46618 BLAKE2B 
5677506d8e798ff5a9f1968f6d63baa93cf049b24674ed1be23f4a7d10aa67213c4c20cfa95e3b3091be851aa1ce87eb901df076a3a3b7635b5d897bb978fe45
 SHA512 
95db4d2632d07cc86394fbc2898050d47175f01cc60b61230ba5363c770ba6ad5c5935987ac6a1131bc575887633ed6c8f6242f7de225fc875d0871123665bc5
+DIST gentoo-vdr-scripts-2.8.tar.bz2 49662 BLAKE2B 
1a49d03441c991f6aa08cefc3b6d3a926a18ef7cb6c97bef886f922901f681ab95e9b60648d3930136148dafdf87f702d564e5a89fb6945ef9ed0cec1c2fbbaa
 SHA512 
587bfc329efb92f1d9d9f87b3eb88ff9c74f92587d20c1489e67c861c769f9cb307bd6314aa88dc7d2a1400bc408033b913093b8f219fa59857638f2d062eecf

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.0.0.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.0.0.ebuild
deleted file mode 100644
index 9bcc52db694..000
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.0.0.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils user
-
-DESCRIPTION="Scripts necessary for use of vdr as a set-top-box"
-HOMEPAGE="https://www.gentoo.org/";
-SRC_URI="mirror://gentoo/${P}.tar.bz2
-   https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="nvram"
-
-RDEPEND="nvram? ( sys-power/nvram-wa

[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2017-11-26 Thread David Seifert
commit: e43ece2de54e288f41789ca4082eb48c768cdb79
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 12:22:12 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:09:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43ece2d

media-tv/gentoo-vdr-scripts: [QA] Consistent whitespace in metadata.xml

 media-tv/gentoo-vdr-scripts/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-tv/gentoo-vdr-scripts/metadata.xml 
b/media-tv/gentoo-vdr-scripts/metadata.xml
index 9eb70f5875c..973d9788916 100644
--- a/media-tv/gentoo-vdr-scripts/metadata.xml
+++ b/media-tv/gentoo-vdr-scripts/metadata.xml
@@ -5,7 +5,7 @@
v...@gentoo.org
Gentoo VDR Project

-  
-Add support for using nvram-wakeup to set wakeup time 
in bios
-  
+   
+   Add support for using nvram-wakeup to set 
wakeup time in bios
+   
 



[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2016-06-19 Thread Joerg Bornkessel
commit: ec13b7e548680748e7431214f5e3774ee8be6366
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sun Jun 19 12:20:11 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Sun Jun 19 12:20:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec13b7e5

media-tv/gentoo-vdr-scripts: keyword ~arm64, wrt bug 586364; thx to T.Reufer 
for testing

Package-Manager: portage-2.3.0_rc1

 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild
index 18fca59..4d53ca3 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="nvram"
 
 RDEPEND="nvram? ( sys-power/nvram-wakeup )



[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2016-06-12 Thread Joerg Bornkessel
commit: 5daff10fa5dba5a0b86bfa909d4df9b155da16dc
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sun Jun 12 18:41:50 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Sun Jun 12 18:44:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5daff10f

media-tv/gentoo-vdr-scripts: bump, include bugfix to detect the right libdir on 
arm64, thx to T.Reufer for point this out

Package-Manager: portage-2.3.0_rc1

 media-tv/gentoo-vdr-scripts/Manifest   |   1 +
 .../gentoo-vdr-scripts-2.7.5.1.ebuild  | 131 +
 2 files changed, 132 insertions(+)

diff --git a/media-tv/gentoo-vdr-scripts/Manifest 
b/media-tv/gentoo-vdr-scripts/Manifest
index c8658d7..fc85b8d 100644
--- a/media-tv/gentoo-vdr-scripts/Manifest
+++ b/media-tv/gentoo-vdr-scripts/Manifest
@@ -2,5 +2,6 @@ DIST gentoo-vdr-scripts-2.0.0.tar.bz2 37438 SHA256 
6c2025714546a25632c5b8103b3fa
 DIST gentoo-vdr-scripts-2.5.tar.bz2 39893 SHA256 
39a3c5d1cf30f1b07a6218b2154835994bbf9d65358e916260bad970a6ca6432 SHA512 
bed3db4e3c4f8195d5715d274a32485d067fa2e539ace417c2d73bac1294d46736754be589d5e18b77e0baa1b4d9cd7df5ff8a13db2850d92d2eb992f9b131a6
 WHIRLPOOL 
5a7626484784ad49624df92daab0997368f885d4d5f6ad732082c2a77c840f6e23f345cf35816890d43493c57fa70c90eb9a4ab785a8d4ead81f6779714138b9
 DIST gentoo-vdr-scripts-2.7.2.tar.bz2 48584 SHA256 
65de19d3738442a08cdb603ab0e0116e96bbcd8d58b9c9b3f2942e0bcb5365cb SHA512 
cb0297c7e78e4c110097d1c08a5f6642d8194d01dd47308f7a41c6d76f7b1675cc612d47a7725eb4f47a393086b034ca09703af0867ae02a36af4be12701f861
 WHIRLPOOL 
7fe4e106512cca4e26a778320cadf93976897622dac2fd2cf7e21e20e44da27caa69da71f7a779747bc05872e6b90ee7440a7c8fbd2165e6c6a2544804c71da1
 DIST gentoo-vdr-scripts-2.7.3.tar.bz2 49156 SHA256 
a8fb04ca737080dd4fa4d300243d833f835885c0b4c9ca3f1808997713a626ec SHA512 
9d00acaf77bbbf52f4a4d4b8284d94b9d191c354de52ea6f7bba0751be661feec4915cca20be3d24a0471efe4b3f24c5dcc025e3e8b0cc6b2c37f8843b91a520
 WHIRLPOOL 
bd30b36284754d4e5c135c381e4114354b1292f4203d0367622c650252d8ecbcaabe58bc40b4d0ad26b54553f5ee0ff5e2e32e13abdd088bd26b0b41a97ee10c
+DIST gentoo-vdr-scripts-2.7.5.1.tar.bz2 49537 SHA256 
e7adec1f89b4c11002b77a12fd97ce492acb72736f50d7c80a01cad27950336f SHA512 
5b8f91f73ee42e290966eb9ae95b020b0a2c16f9d2c4eb79766934b8fa2e6bf415db20325254c0c6058abb868b010eb4180acc3714c18b47a5be390ee3e928c9
 WHIRLPOOL 
acdd17e025e624450b4e9c89dfe75d5c0ff104686200aae3f2472488174af59104497a8a34c925c30ff68b10b0c0c6b38fdd3a2e5f9f1cd8562d6dfd9302b6e4
 DIST gentoo-vdr-scripts-2.7.5.tar.bz2 49457 SHA256 
650220b1061672e5e021f3b2abaad01af0319833c3142aed7d27fe6cfc16469c SHA512 
b79460ae73c1914b0057d44469c0ac3e30feab3fc9fa91af618a0753f5061184110af6f2426d0638861e899fe7ef8ddc749bee631e95dbf52da9d32ae3ae7afe
 WHIRLPOOL 
b94f40b82ddcce4e85469590136cf874450871abbb07359eb57ecda959e2ae1e66b662bc32e07e65af13a5c1d9f5fb023a62cf78ac64c31e2540e84b2a23beca
 DIST gentoo-vdr-scripts-2.7.tar.bz2 46618 SHA256 
40f6e50e684b4dde9c026887119e80c9680212bfe41854c6526cc1346c0ae2a2 SHA512 
95db4d2632d07cc86394fbc2898050d47175f01cc60b61230ba5363c770ba6ad5c5935987ac6a1131bc575887633ed6c8f6242f7de225fc875d0871123665bc5
 WHIRLPOOL 
889e2379fa9df6ae9992f6569779d4f485488e84c9c1065c43717ae07d15c601ce9a731e612e6bfaaf7df55d5eb4c7901f16bbf0eff680bc5b4ea25662885790

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild
new file mode 100644
index 000..18fca59
--- /dev/null
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.1.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit user
+
+DESCRIPTION="Scripts necessary for use of vdr as a set-top-box"
+HOMEPAGE="https://www.gentoo.org/";
+SRC_URI="mirror://gentoo/${P}.tar.bz2
+   https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="nvram"
+
+RDEPEND="nvram? ( sys-power/nvram-wakeup )
+   app-admin/sudo
+   sys-process/wait_on_pid"
+
+VDR_HOME=/var/vdr
+
+pkg_setup() {
+   enewgroup vdr
+
+   # Add user vdr to these groups:
+   #   video - accessing dvb-devices
+   #   audio - playing sound when using software-devices
+   #   cdrom - playing dvds/audio-cds ...
+   enewuser vdr -1 /bin/bash "${VDR_HOME}" vdr,video,audio,cdrom
+}
+
+src_install() {
+   local DOCS=( README* TODO ChangeLog )
+
+   default
+
+   # create necessary directories
+   diropts -ovdr -gvdr
+   keepdir "${VDR_HOME}"
+
+   local kd
+   for kd in shutdown-data merged-config-files dvd-images; do
+   keepdir "${VDR_HOME}/${kd}"
+   done
+}
+
+pkg_preinst() {
+   local PLUGINS_NEW=0
+   if [[ -f "${ROOT}"/etc/conf.d/vdr.plugins ]]; then
+   PLUGINS_NEW=$(grep -v '^#' "${ROOT}"/etc/conf.d/vdr.plugins 
|grep -v '^$'|wc -l)
+   f

[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2016-05-15 Thread Joerg Bornkessel
commit: d0b668e605f970b8f2c7e7260ce3742af608f9d8
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sun May 15 23:31:42 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Sun May 15 23:31:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b668e6

media-tv/gentoo-vdr-scripts: removed useless inherit eutils for eapi=6; removed 
useless src_prepare part

Package-Manager: portage-2.2.28

 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild
index ba4f064..a132d82 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit eutils user
+inherit user
 
 DESCRIPTION="Scripts necessary for use of vdr as a set-top-box"
 HOMEPAGE="https://www.gentoo.org/";
@@ -32,14 +32,6 @@ pkg_setup() {
enewuser vdr -1 /bin/bash "${VDR_HOME}" vdr,video,audio,cdrom
 }
 
-src_prepare() {
-   # moved into own package
-   sed -e '/SUBDIRS =/s# bin # #' -i usr/Makefile
-   sed -e '/all:/s#compile##' -i Makefile
-
-   eapply_user
-}
-
 src_install() {
local DOCS=( README* TODO ChangeLog )
 



[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2016-05-05 Thread Michał Górny
commit: 41f47516b7fb6ea09963717f0f4cb49e2ce14787
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  5 21:13:12 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  5 21:14:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f47516

media-tv/gentoo-vdr-scripts: Fix DOCS expansion

Delay DOCS expansion until src_install(). It is meaningless in global
scope since it happens in arbitrary directory which will not have
README* files. Furthermore, it triggers verbose failure due to failglob.

 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild
index 4e8431b..ba4f064 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild
@@ -22,8 +22,6 @@ RDEPEND="nvram? ( sys-power/nvram-wakeup )
 
 VDR_HOME=/var/vdr
 
-DOCS=( README* TODO ChangeLog )
-
 pkg_setup() {
enewgroup vdr
 
@@ -43,6 +41,8 @@ src_prepare() {
 }
 
 src_install() {
+   local DOCS=( README* TODO ChangeLog )
+
default
 
# create necessary directories



[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2016-05-03 Thread Joerg Bornkessel
commit: 13e644bb36a0b1f3ef0c2091ab648978d18f369d
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Tue May  3 16:28:33 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Tue May  3 16:28:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e644bb

eapi6; add support ionice, suggested by T.Loescher

Package-Manager: portage-2.2.28

 media-tv/gentoo-vdr-scripts/Manifest   |   1 +
 .../gentoo-vdr-scripts-2.7.5.ebuild| 139 +
 2 files changed, 140 insertions(+)

diff --git a/media-tv/gentoo-vdr-scripts/Manifest 
b/media-tv/gentoo-vdr-scripts/Manifest
index b057b8e..c8658d7 100644
--- a/media-tv/gentoo-vdr-scripts/Manifest
+++ b/media-tv/gentoo-vdr-scripts/Manifest
@@ -2,4 +2,5 @@ DIST gentoo-vdr-scripts-2.0.0.tar.bz2 37438 SHA256 
6c2025714546a25632c5b8103b3fa
 DIST gentoo-vdr-scripts-2.5.tar.bz2 39893 SHA256 
39a3c5d1cf30f1b07a6218b2154835994bbf9d65358e916260bad970a6ca6432 SHA512 
bed3db4e3c4f8195d5715d274a32485d067fa2e539ace417c2d73bac1294d46736754be589d5e18b77e0baa1b4d9cd7df5ff8a13db2850d92d2eb992f9b131a6
 WHIRLPOOL 
5a7626484784ad49624df92daab0997368f885d4d5f6ad732082c2a77c840f6e23f345cf35816890d43493c57fa70c90eb9a4ab785a8d4ead81f6779714138b9
 DIST gentoo-vdr-scripts-2.7.2.tar.bz2 48584 SHA256 
65de19d3738442a08cdb603ab0e0116e96bbcd8d58b9c9b3f2942e0bcb5365cb SHA512 
cb0297c7e78e4c110097d1c08a5f6642d8194d01dd47308f7a41c6d76f7b1675cc612d47a7725eb4f47a393086b034ca09703af0867ae02a36af4be12701f861
 WHIRLPOOL 
7fe4e106512cca4e26a778320cadf93976897622dac2fd2cf7e21e20e44da27caa69da71f7a779747bc05872e6b90ee7440a7c8fbd2165e6c6a2544804c71da1
 DIST gentoo-vdr-scripts-2.7.3.tar.bz2 49156 SHA256 
a8fb04ca737080dd4fa4d300243d833f835885c0b4c9ca3f1808997713a626ec SHA512 
9d00acaf77bbbf52f4a4d4b8284d94b9d191c354de52ea6f7bba0751be661feec4915cca20be3d24a0471efe4b3f24c5dcc025e3e8b0cc6b2c37f8843b91a520
 WHIRLPOOL 
bd30b36284754d4e5c135c381e4114354b1292f4203d0367622c650252d8ecbcaabe58bc40b4d0ad26b54553f5ee0ff5e2e32e13abdd088bd26b0b41a97ee10c
+DIST gentoo-vdr-scripts-2.7.5.tar.bz2 49457 SHA256 
650220b1061672e5e021f3b2abaad01af0319833c3142aed7d27fe6cfc16469c SHA512 
b79460ae73c1914b0057d44469c0ac3e30feab3fc9fa91af618a0753f5061184110af6f2426d0638861e899fe7ef8ddc749bee631e95dbf52da9d32ae3ae7afe
 WHIRLPOOL 
b94f40b82ddcce4e85469590136cf874450871abbb07359eb57ecda959e2ae1e66b662bc32e07e65af13a5c1d9f5fb023a62cf78ac64c31e2540e84b2a23beca
 DIST gentoo-vdr-scripts-2.7.tar.bz2 46618 SHA256 
40f6e50e684b4dde9c026887119e80c9680212bfe41854c6526cc1346c0ae2a2 SHA512 
95db4d2632d07cc86394fbc2898050d47175f01cc60b61230ba5363c770ba6ad5c5935987ac6a1131bc575887633ed6c8f6242f7de225fc875d0871123665bc5
 WHIRLPOOL 
889e2379fa9df6ae9992f6569779d4f485488e84c9c1065c43717ae07d15c601ce9a731e612e6bfaaf7df55d5eb4c7901f16bbf0eff680bc5b4ea25662885790

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild
new file mode 100644
index 000..4e8431b
--- /dev/null
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils user
+
+DESCRIPTION="Scripts necessary for use of vdr as a set-top-box"
+HOMEPAGE="https://www.gentoo.org/";
+SRC_URI="mirror://gentoo/${P}.tar.bz2
+   https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="nvram"
+
+RDEPEND="nvram? ( sys-power/nvram-wakeup )
+   app-admin/sudo
+   sys-process/wait_on_pid"
+
+VDR_HOME=/var/vdr
+
+DOCS=( README* TODO ChangeLog )
+
+pkg_setup() {
+   enewgroup vdr
+
+   # Add user vdr to these groups:
+   #   video - accessing dvb-devices
+   #   audio - playing sound when using software-devices
+   #   cdrom - playing dvds/audio-cds ...
+   enewuser vdr -1 /bin/bash "${VDR_HOME}" vdr,video,audio,cdrom
+}
+
+src_prepare() {
+   # moved into own package
+   sed -e '/SUBDIRS =/s# bin # #' -i usr/Makefile
+   sed -e '/all:/s#compile##' -i Makefile
+
+   eapply_user
+}
+
+src_install() {
+   default
+
+   # create necessary directories
+   diropts -ovdr -gvdr
+   keepdir "${VDR_HOME}"
+
+   local kd
+   for kd in shutdown-data merged-config-files dvd-images; do
+   keepdir "${VDR_HOME}/${kd}"
+   done
+}
+
+pkg_preinst() {
+   local PLUGINS_NEW=0
+   if [[ -f "${ROOT}"/etc/conf.d/vdr.plugins ]]; then
+   PLUGINS_NEW=$(grep -v '^#' "${ROOT}"/etc/conf.d/vdr.plugins 
|grep -v '^$'|wc -l)
+   fi
+   if [[ ${PLUGINS_NEW} > 0 ]]; then
+   cp "${ROOT}"/etc/conf.d/vdr.plugins 
"${D}"/etc/conf.d/vdr.plugins
+   else
+   einfo "Migrating PLUGINS setting from /etc/conf.d/vdr to 
/etc/conf.d/vdr.plugins"
+   local PLUGIN
+   for PLUGIN in $(source