[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ffnetdev/

2023-12-08 Thread Ulrich Müller
commit: f6c9f73d6773444ad6c7eedddf5e13311e25a852
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Dec  8 19:51:33 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Dec  8 19:59:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c9f73d

media-plugins/vdr-ffnetdev: update EAPI 6 -> 8

Signed-off-by: Ulrich Müller  gentoo.org>

 media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild | 16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild 
b/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild
index eef79330d3ec..a1438f6197f0 100644
--- a/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild
+++ b/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit vdr-plugin-2
 
@@ -10,19 +10,13 @@ VERSION="837" # every bump, new version
 DESCRIPTION="VDR Plugin: Provides an easy way of connecting possible streaming 
clients to VDR"
 HOMEPAGE="https://projects.vdr-developer.org/projects/plg-ffnetdev;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.bz2"
+S="${WORKDIR}/${P}" # override eclass default
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${P}
 
 DEPEND=">=media-video/vdr-1.6.0"
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-   epatch "${FILESDIR}/${P}_gettext.diff"
-
-   vdr-plugin-2_src_prepare
-}
+PATCHES=( "${FILESDIR}/${P}_gettext.diff" )



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ffnetdev/

2022-04-13 Thread Joonas Niilola
commit: b596a890eb104aa3c97b9117660fbbc2c616762d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Apr 13 14:15:49 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Apr 14 03:46:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b596a890

media-plugins/vdr-ffnetdev: update DESCRIPTION

Signed-off-by: Joonas Niilola  gentoo.org>

 media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild 
b/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild
index cd48d5623782..eef79330d3ec 100644
--- a/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild
+++ b/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit vdr-plugin-2
 
 VERSION="837" # every bump, new version
 
-DESCRIPTION="VDR Plugin: Output device which offers OSD via VNC and Video as 
raw mpeg over network"
+DESCRIPTION="VDR Plugin: Provides an easy way of connecting possible streaming 
clients to VDR"
 HOMEPAGE="https://projects.vdr-developer.org/projects/plg-ffnetdev;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.bz2"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ffnetdev/

2020-02-14 Thread Jörg Bornkessel
commit: 28ce85786a9da83e398f281bb85cc62edbf9623b
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Feb 14 21:32:27 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Fri Feb 14 21:50:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ce8578

media-plugins/vdr-ffnetdev: removed longdescription

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

 media-plugins/vdr-ffnetdev/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-plugins/vdr-ffnetdev/metadata.xml 
b/media-plugins/vdr-ffnetdev/metadata.xml
index 00ce21d70b2..984a01fab26 100644
--- a/media-plugins/vdr-ffnetdev/metadata.xml
+++ b/media-plugins/vdr-ffnetdev/metadata.xml
@@ -5,5 +5,4 @@
v...@gentoo.org
Gentoo VDR Project

-   VDR plugin to stream OSD Data in a Transport Stream 
(TS)
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ffnetdev/

2018-07-11 Thread Tony Vroon
commit: 63b15a7146f2545c8f48ffe2427ef66754aaf2c6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 18:32:45 2018 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Wed Jul 11 11:47:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b15a71

media-plugins/vdr-ffnetdev: EAPI6, use HTTPs

 media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild 
b/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild
index bea1daf8d78..cd48d562378 100644
--- a/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild
+++ b/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=6
 
 inherit vdr-plugin-2
 
 VERSION="837" # every bump, new version
 
 DESCRIPTION="VDR Plugin: Output device which offers OSD via VNC and Video as 
raw mpeg over network"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-ffnetdev;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-ffnetdev;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.bz2"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ffnetdev/

2017-11-26 Thread David Seifert
commit: 0a8e425aec6ae4b2dffbeb9235e26abbf43d57fe
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 12:07:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:05:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8e425a

media-plugins/vdr-ffnetdev: [QA] Consistent whitespace in metadata.xml

 media-plugins/vdr-ffnetdev/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-plugins/vdr-ffnetdev/metadata.xml 
b/media-plugins/vdr-ffnetdev/metadata.xml
index 102fd39b32f..00ce21d70b2 100644
--- a/media-plugins/vdr-ffnetdev/metadata.xml
+++ b/media-plugins/vdr-ffnetdev/metadata.xml
@@ -1,9 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
v...@gentoo.org
Gentoo VDR Project
-
-VDR plugin to stream OSD Data in a Transport Stream 
(TS)
+   
+   VDR plugin to stream OSD Data in a Transport Stream 
(TS)