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

2020-02-04 Thread Jörg Bornkessel
commit: 8281ffdcedbdf81afc5c5aa9cfc5b73613ecdf9f
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Tue Feb  4 19:04:18 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Tue Feb  4 19:27:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8281ffdc

media-plugins/vdr-infosatepg: pmasked removal

bug 704010

Closes: https://bugs.gentoo.org/704010
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-infosatepg/Manifest|  1 -
 media-plugins/vdr-infosatepg/metadata.xml| 14 --
 .../vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild  | 20 
 3 files changed, 35 deletions(-)

diff --git a/media-plugins/vdr-infosatepg/Manifest 
b/media-plugins/vdr-infosatepg/Manifest
deleted file mode 100644
index 254e773b223..000
--- a/media-plugins/vdr-infosatepg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vdr-infosatepg-0.0.12.tgz 35444 BLAKE2B 
26586ae3034ef318730634dc1074cae339080d36154f3f6e6fcff00f986ab0d57e83e5a340af71301b042532f23ca3c83d895834ed9d71ae929ce99b12d8
 SHA512 
1a056b6d87946fa276acaa0cf78fc63f0e3baba7c3fccd7bb95b1393f05e61321335004fba7158147ab17c2d87d56d107d5b6eb6d46ce228bb8f112eb9759642

diff --git a/media-plugins/vdr-infosatepg/metadata.xml 
b/media-plugins/vdr-infosatepg/metadata.xml
deleted file mode 100644
index 603a01eac80..000
--- a/media-plugins/vdr-infosatepg/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-v...@gentoo.org
-Gentoo VDR Project
- 
-   Please contact maintainers before you change something.
- 
-
-
-The infosatepg plugin reads the contents of infosat and writes the 
data into the EPG.
-
-

diff --git a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild 
b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
deleted file mode 100644
index 9fb3ae10bae..000
--- a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-VERSION="1098" # every bump, new version!
-
-DESCRIPTION="VDR Plugin: Reads the contents of infosat and writes the data 
into the EPG"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-infosatepg";
-SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.0"
-RDEPEND="${DEPEND}"



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

2018-08-31 Thread Joerg Bornkessel
commit: 15a02801973e4f9069ecd12eaa26a77b38e1929b
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Aug 31 11:59:52 2018 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Fri Aug 31 11:59:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a02801

media-plugins/vdr-infosatepg: eapi 7; sort keyword

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild 
b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
index fc68a59965b..9fb3ae10bae 100644
--- a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
+++ b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
 inherit vdr-plugin-2
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=">=media-video/vdr-2.0"



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

2018-03-29 Thread Aaron Bauman
commit: 4ad2e485628d767e5ec6e6e2d4b7a1ec3a4a6813
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 29 19:13:05 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar 30 02:34:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad2e485

media-plugins/vdr-infosatepg: fix HOMEPAGE, use HTTPS

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

diff --git a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild 
b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
index cbb371e8ef6..fc68a59965b 100644
--- a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
+++ b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1098" # every bump, new version!
 
 DESCRIPTION="VDR Plugin: Reads the contents of infosat and writes the data 
into the EPG"
-HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-infosatepg";
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-infosatepg";
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 SLOT="0"