Gentoo Archives: gentoo-commits

From: "Jörg Bornkessel" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-zappilot/
Date: Sat, 01 May 2021 12:19:11
Message-Id: 1619871529.8bac0beb69758b0d33463215e9196b42de6b267d.hd_brummy@gentoo
1 commit: 8bac0beb69758b0d33463215e9196b42de6b267d
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 12:07:17 2021 +0000
4 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 12:18:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bac0beb
7
8 media-plugins/vdr-zappilot: moved to eapi 7
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
12
13 media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild | 6 +++---
14 media-plugins/vdr-zappilot/vdr-zappilot-0.0.5.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild b/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild
18 index 2f85a0b16e3..0c7ea066be1 100644
19 --- a/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild
20 +++ b/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild
21 @@ -1,13 +1,13 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=5
27 +EAPI=7
28
29 inherit vdr-plugin-2
30
31 VERSION="1318" # every bump new version
32
33 -DESCRIPTION="VDR Plugin: browse fast the EPG information without being forced to switch to a channel"
34 +DESCRIPTION="VDR Plugin: browse fast the EPG information without being to switch to a channel"
35 HOMEPAGE="https://projects.vdr-developer.org/projects/plg-zappilot"
36 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
37
38
39 diff --git a/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5.ebuild b/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5.ebuild
40 index ea6c8a363f1..46a31f92cd4 100644
41 --- a/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5.ebuild
42 +++ b/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 2021 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -7,7 +7,7 @@ inherit vdr-plugin-2
50
51 VERSION="1318" # every bump new version
52
53 -DESCRIPTION="VDR Plugin: browse fast the EPG information without being forced to switch to a channel"
54 +DESCRIPTION="VDR Plugin: browse fast the EPG information without being to switch to a channel"
55 HOMEPAGE="https://projects.vdr-developer.org/projects/plg-zappilot"
56 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"