Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-atscepg/
Date: Sat, 27 Jun 2020 20:51:38
Message-Id: 1593291075.a291ba98a2d78af4afd76e96b12d8715d8db1abf.bman@gentoo
1 commit: a291ba98a2d78af4afd76e96b12d8715d8db1abf
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 17 17:30:07 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 20:51:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a291ba98
7
8 media-plugins/vdr-atscepg: fix HOMEPAGE, add missing flag-o-matic eclass
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild b/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild
18 index fa3ada70b11..e7a5fa74fdf 100644
19 --- a/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild
20 +++ b/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild
21 @@ -1,12 +1,12 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -inherit vdr-plugin-2
29 +inherit flag-o-matic vdr-plugin-2
30
31 DESCRIPTION="VDR plugin: receive schedule and event information from ATSC broadcasts"
32 -HOMEPAGE="http://www.fepg.org/atscepg.html"
33 +HOMEPAGE="http://fepg.org/atscepg/"
34 SRC_URI="http://www.fepg.org/files/${P}.tgz
35 mirror://gentoo/atscepg-${PV}_vdr-1.7.13.tbz
36 https://dev.gentoo.org/~hd_brummy/distfiles/atscepg-${PV}_vdr-1.7.13.tbz"