[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-live/files/, media-plugins/vdr-live/

2021-05-10 Thread Jörg Bornkessel
commit: 41c63943e066ffb3dd1bc5a6210fd21e813f
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Mon May 10 16:21:14 2021 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Mon May 10 16:36:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c63943

media-plugins/vdr-live: cleanup old

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

 media-plugins/vdr-live/Manifest|   2 -
 media-plugins/vdr-live/files/confd-0.2 |  23 -
 media-plugins/vdr-live/files/rc-addon-0.2.sh   |  25 -
 .../files/vdr-live-0.3.0_p20130504_vdr-2.1.2.diff  |  69 --
 .../vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild| 105 -
 media-plugins/vdr-live/vdr-live-2.3.1.ebuild   |  99 ---
 6 files changed, 323 deletions(-)

diff --git a/media-plugins/vdr-live/Manifest b/media-plugins/vdr-live/Manifest
index 3f7b768efc0..96e6185d939 100644
--- a/media-plugins/vdr-live/Manifest
+++ b/media-plugins/vdr-live/Manifest
@@ -1,3 +1 @@
-DIST vdr-live-0.3.0_p20130504.tar.bz2 6348021 BLAKE2B 
64567a037dd283d005727b993053609e7c46784de67bcbd9afb4f68edd03cec494e6eca6c497ac578928de92c1d21b2519867c014cfd11ace79e957fc5d487d1
 SHA512 
7a238a4567f90448b7813366dbdb5112ab98079fd5a2c9d59d09273853fd62ad520ca9ad373704aeb7c25119772421fe998d87069647c40d6d2d869e09c1
-DIST vdr-live-2.3.1.tar.bz2 703327 BLAKE2B 
70724894a4abf2f94d682602d722b3d015cefefa7c9daf2dae35fc84bff1d950539c916d6d97e39565e87e8e7d841277ad14e137238026b25f73b1b288fa18f5
 SHA512 
f943c2aa477ca943b2015eb0b49a650e5c9e5cc124549b68d36b56a0ae6344a8d32ac3c4f213ab3cb91794ae569d3ed14a84168f45bf395e90536992078bce41
 DIST vdr-live-3.0.6.tar.gz 737583 BLAKE2B 
e9fd7f95df7c3fcd11e9e63131c948c1d318e2bb0c5cbc2fab950abc2889df8ca8a33b71f5394b3c22c45f81ee1faf1bf71ca889ae64173be8965db6f6fbd8ac
 SHA512 
f60cd14c3a02eeb571ffc181dabd83dd0af0595d378ed34bc9cee1d54b560d74027c758d3b4d69541a71dc6f94b5f64e3972fc51aeb5a9d688be7656636bcf98

diff --git a/media-plugins/vdr-live/files/confd-0.2 
b/media-plugins/vdr-live/files/confd-0.2
deleted file mode 100644
index cb5e9d4..000
--- a/media-plugins/vdr-live/files/confd-0.2
+++ /dev/null
@@ -1,23 +0,0 @@
-# configuration of media-plugins/vdr-live
-
-# for people who want more secure
-# with ssl access.
-#  on usage, you have to install vdr-live
-#  with USE="ssl"
-#
-#  SSL ADDRESS -->  https://:8443/
-#
-#  allowed values: yes no
-#  default: no
-#LIVE_USE_SSL="yes"
-
-# default given portnumber
-# only changes needed on problems
-#
-#LIVE_PORT="8008"
-#LIVE_SSL_PORT="8443"
-
-# bind to these IP addresses
-# default, your IP will automaticly detected
-#
-LIVE_BIND_IPS="127.0.0.1"

diff --git a/media-plugins/vdr-live/files/rc-addon-0.2.sh 
b/media-plugins/vdr-live/files/rc-addon-0.2.sh
deleted file mode 100644
index 54d37d795ea..000
--- a/media-plugins/vdr-live/files/rc-addon-0.2.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# zzam@g.o
-# hd_brummy@g.o
-
-
-plugin_pre_vdr_start() {
-   if [ "${LIVE_USE_SSL:=no}" = "yes" ]; then
-   if [ -n "${LIVE_SSL_PORT}" ]; then
-   add_plugin_param "-s ${LIVE_SSL_PORT}"
-   fi
-
-   add_plugin_param "--cert=/etc/vdr/plugins/live/live.pem"
-   add_plugin_param "--key=/etc/vdr/plugins/live/live-key.pem"
-
-   else
-   if [ -n "${LIVE_PORT}" ]; then
-   add_plugin_param "-p ${LIVE_PORT}"
-   fi
-   fi
-
-   local ip
-   for ip in ${LIVE_BIND_IPS:=`hostname -i`}; do
-   add_plugin_param "-i ${ip}"
-   done
-}

diff --git 
a/media-plugins/vdr-live/files/vdr-live-0.3.0_p20130504_vdr-2.1.2.diff 
b/media-plugins/vdr-live/files/vdr-live-0.3.0_p20130504_vdr-2.1.2.diff
deleted file mode 100644
index 1346c9be611..000
--- a/media-plugins/vdr-live/files/vdr-live-0.3.0_p20130504_vdr-2.1.2.diff
+++ /dev/null
@@ -1,69 +0,0 @@
-diff -Naur vdr-live-0.3.0_p20130504.orig/pages/recordings.ecpp 
vdr-live-0.3.0_p20130504/pages/recordings.ecpp
 vdr-live-0.3.0_p20130504.orig/pages/recordings.ecpp2013-10-23 
03:28:13.746493449 +0200
-+++ vdr-live-0.3.0_p20130504/pages/recordings.ecpp 2013-10-23 
03:29:48.779832793 +0200
-@@ -79,7 +79,11 @@
- deletions.clear();
- 
- int FreeMB, UsedMB;
-+#if APIVERSNUM > 20101
-+int Percent = cVideoDirectory::VideoDiskSpace(, );
-+#else
- int Percent = VideoDiskSpace(, );
-+#endif
- int Minutes = int(double(FreeMB) / MB_PER_MINUTE);
- int Hours = Minutes / 60;
- Minutes %= 60;
-diff -Naur vdr-live-0.3.0_p20130504.orig/recman.cpp 
vdr-live-0.3.0_p20130504/recman.cpp
 vdr-live-0.3.0_p20130504.orig/recman.cpp   2013-10-23 03:28:13.756493450 
+0200
-+++ vdr-live-0.3.0_p20130504/recman.cpp2013-10-23 03:31:25.813172263 
+0200
-@@ -112,7 +112,11 @@
-   if (found == string::npos)
-   return false;
- 
-+#if APIVERSNUM 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-live/files/, media-plugins/vdr-live/

2019-12-19 Thread Jörg Bornkessel
commit: bd5a8ebd8f94efc8cfd2c15c71dc444bcf3051e9
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Thu Dec 19 22:56:30 2019 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Thu Dec 19 22:57:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5a8ebd

media-plugins/vdr-live: QA, fixed DuplicateFiles

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

 media-plugins/vdr-live/files/confd-0.3 |  29 
 media-plugins/vdr-live/files/rc-addon-0.3.sh   |  30 
 .../files/vdr-live-0.3.0_p20130504-c++11.patch | 153 -
 .../vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild| 108 ---
 4 files changed, 320 deletions(-)

diff --git a/media-plugins/vdr-live/files/confd-0.3 
b/media-plugins/vdr-live/files/confd-0.3
deleted file mode 100644
index cb1dce04dfb..000
--- a/media-plugins/vdr-live/files/confd-0.3
+++ /dev/null
@@ -1,29 +0,0 @@
-# configuration of media-plugins/vdr-live
-
-# for people who want more secure
-# with ssl access.
-#  on usage, you have to install vdr-live
-#  with USE="ssl"
-#
-#  SSL ADDRESS -->  https://:8443/
-#
-#  allowed values: yes no
-#  default: no
-#LIVE_USE_SSL="yes"
-
-# default given portnumber
-# only changes needed on problems
-#
-#LIVE_PORT="8008"
-#LIVE_SSL_PORT="8443"
-
-# bind to these IP addresses
-# default, your IP will automaticly detected
-#
-LIVE_BIND_IPS="127.0.0.1"
-
-# for people who have epgimges
-# default: /var/cache/vdr/epgimges
-#
-# set this to your own path, if needed
-#EPGIMAGES_DIR=" "

diff --git a/media-plugins/vdr-live/files/rc-addon-0.3.sh 
b/media-plugins/vdr-live/files/rc-addon-0.3.sh
deleted file mode 100644
index 1372e09d56f..000
--- a/media-plugins/vdr-live/files/rc-addon-0.3.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# zzam@g.o
-# hd_brummy@g.o
-
-EPGIMAGES_DIR="/var/cache/vdr/epgimages"
-
-plugin_pre_vdr_start() {
-   if [ "${LIVE_USE_SSL:=no}" = "yes" ]; then
-   if [ -n "${LIVE_SSL_PORT}" ]; then
-   add_plugin_param "-s ${LIVE_SSL_PORT}"
-   fi
-
-   add_plugin_param "--cert=/etc/vdr/plugins/live/live.pem"
-   add_plugin_param "--key=/etc/vdr/plugins/live/live-key.pem"
-
-   else
-   if [ -n "${LIVE_PORT}" ]; then
-   add_plugin_param "-p ${LIVE_PORT}"
-   fi
-   fi
-
-   if [ -d ${EPGIMAGES_DIR} ]; then
-   add_plugin_param "--epgimages=${EPGIMAGES_DIR}"
-   fi
-
-   local ip
-   for ip in ${LIVE_BIND_IPS:=`hostname -i`}; do
-   add_plugin_param "-i ${ip}"
-   done
-}

diff --git a/media-plugins/vdr-live/files/vdr-live-0.3.0_p20130504-c++11.patch 
b/media-plugins/vdr-live/files/vdr-live-0.3.0_p20130504-c++11.patch
deleted file mode 100644
index e2bf96dec4a..000
--- a/media-plugins/vdr-live/files/vdr-live-0.3.0_p20130504-c++11.patch
+++ /dev/null
@@ -1,153 +0,0 @@
-Bug: https://bugs.gentoo.org/599752
-
 a/recman.cpp
-+++ b/recman.cpp
-@@ -22,10 +22,10 @@
-   /**
-*  Implementation of class RecordingsManager:
-*/
--  weak_ptr< RecordingsManager > RecordingsManager::m_recMan;
--  shared_ptr< RecordingsTree > RecordingsManager::m_recTree;
--  shared_ptr< RecordingsList > RecordingsManager::m_recList;
--  shared_ptr< DirectoryList > RecordingsManager::m_recDirs;
-+  std::tr1::weak_ptr< RecordingsManager > RecordingsManager::m_recMan;
-+  std::tr1::shared_ptr< RecordingsTree > RecordingsManager::m_recTree;
-+  std::tr1::shared_ptr< RecordingsList > RecordingsManager::m_recList;
-+  std::tr1::shared_ptr< DirectoryList > RecordingsManager::m_recDirs;
-   int RecordingsManager::m_recordingsState = 0;
- 
-   // The RecordingsManager holds a VDR lock on the
-@@ -53,7 +53,7 @@
-   {
-   RecordingsManagerPtr recMan = EnsureValidData();
-   if (! recMan) {
--  return RecordingsTreePtr(recMan, shared_ptr< 
RecordingsTree >());
-+  return RecordingsTreePtr(recMan, std::tr1::shared_ptr< 
RecordingsTree >());
-   }
-   return RecordingsTreePtr(recMan, m_recTree);
-   }
-@@ -62,25 +62,25 @@
-   {
-   RecordingsManagerPtr recMan = EnsureValidData();
-   if (! recMan) {
--  return RecordingsListPtr(recMan, shared_ptr< 
RecordingsList >());
-+  return RecordingsListPtr(recMan, std::tr1::shared_ptr< 
RecordingsList >());
-   }
--  return RecordingsListPtr(recMan, shared_ptr< RecordingsList 
>(new RecordingsList(m_recList, ascending)));
-+  return RecordingsListPtr(recMan, std::tr1::shared_ptr< 
RecordingsList >(new RecordingsList(m_recList, ascending)));
-   }
- 
-   RecordingsListPtr RecordingsManager::GetRecordingsList(time_t begin, 
time_t end, bool 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-live/files/, media-plugins/vdr-live/

2018-07-06 Thread Joerg Bornkessel
commit: ada3ec53323baed59a476820958dfb753caf5e0e
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Jul  6 13:14:27 2018 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Fri Jul  6 13:14:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada3ec53

media-plugins/vdr-live: version bump, fixed deprecated eapi

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-plugins/vdr-live/Manifest|  1 +
 media-plugins/vdr-live/files/confd-2.3 | 29 +
 media-plugins/vdr-live/files/rc-addon-2.3.sh   | 30 ++
 .../vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild|  4 +--
 .../vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild|  4 +--
 ...0_p20130504-r2.ebuild => vdr-live-2.3.1.ebuild} | 27 +++
 6 files changed, 73 insertions(+), 22 deletions(-)

diff --git a/media-plugins/vdr-live/Manifest b/media-plugins/vdr-live/Manifest
index f260557b639..0178f3d83f6 100644
--- a/media-plugins/vdr-live/Manifest
+++ b/media-plugins/vdr-live/Manifest
@@ -1 +1,2 @@
+DIST release_2-3-1.tar.bz2 703327 BLAKE2B 
70724894a4abf2f94d682602d722b3d015cefefa7c9daf2dae35fc84bff1d950539c916d6d97e39565e87e8e7d841277ad14e137238026b25f73b1b288fa18f5
 SHA512 
f943c2aa477ca943b2015eb0b49a650e5c9e5cc124549b68d36b56a0ae6344a8d32ac3c4f213ab3cb91794ae569d3ed14a84168f45bf395e90536992078bce41
 DIST vdr-live-0.3.0_p20130504.tar.bz2 6348021 BLAKE2B 
64567a037dd283d005727b993053609e7c46784de67bcbd9afb4f68edd03cec494e6eca6c497ac578928de92c1d21b2519867c014cfd11ace79e957fc5d487d1
 SHA512 
7a238a4567f90448b7813366dbdb5112ab98079fd5a2c9d59d09273853fd62ad520ca9ad373704aeb7c25119772421fe998d87069647c40d6d2d869e09c1

diff --git a/media-plugins/vdr-live/files/confd-2.3 
b/media-plugins/vdr-live/files/confd-2.3
new file mode 100644
index 000..cb1dce04dfb
--- /dev/null
+++ b/media-plugins/vdr-live/files/confd-2.3
@@ -0,0 +1,29 @@
+# configuration of media-plugins/vdr-live
+
+# for people who want more secure
+# with ssl access.
+#  on usage, you have to install vdr-live
+#  with USE="ssl"
+#
+#  SSL ADDRESS -->  https://:8443/
+#
+#  allowed values: yes no
+#  default: no
+#LIVE_USE_SSL="yes"
+
+# default given portnumber
+# only changes needed on problems
+#
+#LIVE_PORT="8008"
+#LIVE_SSL_PORT="8443"
+
+# bind to these IP addresses
+# default, your IP will automaticly detected
+#
+LIVE_BIND_IPS="127.0.0.1"
+
+# for people who have epgimges
+# default: /var/cache/vdr/epgimges
+#
+# set this to your own path, if needed
+#EPGIMAGES_DIR=" "

diff --git a/media-plugins/vdr-live/files/rc-addon-2.3.sh 
b/media-plugins/vdr-live/files/rc-addon-2.3.sh
new file mode 100644
index 000..1372e09d56f
--- /dev/null
+++ b/media-plugins/vdr-live/files/rc-addon-2.3.sh
@@ -0,0 +1,30 @@
+#
+# zzam@g.o
+# hd_brummy@g.o
+
+EPGIMAGES_DIR="/var/cache/vdr/epgimages"
+
+plugin_pre_vdr_start() {
+   if [ "${LIVE_USE_SSL:=no}" = "yes" ]; then
+   if [ -n "${LIVE_SSL_PORT}" ]; then
+   add_plugin_param "-s ${LIVE_SSL_PORT}"
+   fi
+
+   add_plugin_param "--cert=/etc/vdr/plugins/live/live.pem"
+   add_plugin_param "--key=/etc/vdr/plugins/live/live-key.pem"
+
+   else
+   if [ -n "${LIVE_PORT}" ]; then
+   add_plugin_param "-p ${LIVE_PORT}"
+   fi
+   fi
+
+   if [ -d ${EPGIMAGES_DIR} ]; then
+   add_plugin_param "--epgimages=${EPGIMAGES_DIR}"
+   fi
+
+   local ip
+   for ip in ${LIVE_BIND_IPS:=`hostname -i`}; do
+   add_plugin_param "-i ${ip}"
+   done
+}

diff --git a/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild 
b/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild
index 41c00b51519..6041faafd99 100644
--- a/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild
+++ b/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.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=6
 
 inherit vdr-plugin-2 ssl-cert
 

diff --git a/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild 
b/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild
index 9d7f6bdbaf5..0dbcc0a0473 100644
--- a/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild
+++ b/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit vdr-plugin-2 ssl-cert
 

diff --git a/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild 
b/media-plugins/vdr-live/vdr-live-2.3.1.ebuild
similarity index 81%
copy from media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild
copy to media-plugins/vdr-live/vdr-live-2.3.1.ebuild
index 9d7f6bdbaf5..ef19ad4ee49