commit: 8bac0beb69758b0d33463215e9196b42de6b267d Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> AuthorDate: Sat May 1 12:07:17 2021 +0000 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org> CommitDate: Sat May 1 12:18:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bac0beb
media-plugins/vdr-zappilot: moved to eapi 7 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org> media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild | 6 +++--- media-plugins/vdr-zappilot/vdr-zappilot-0.0.5.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 index 2f85a0b16e3..0c7ea066be1 100644 --- a/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild +++ b/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit vdr-plugin-2 VERSION="1318" # every bump new version -DESCRIPTION="VDR Plugin: browse fast the EPG information without being forced to switch to a channel" +DESCRIPTION="VDR Plugin: browse fast the EPG information without being to switch to a channel" HOMEPAGE="https://projects.vdr-developer.org/projects/plg-zappilot" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" diff --git a/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5.ebuild b/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5.ebuild index ea6c8a363f1..46a31f92cd4 100644 --- a/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5.ebuild +++ b/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit vdr-plugin-2 VERSION="1318" # every bump new version -DESCRIPTION="VDR Plugin: browse fast the EPG information without being forced to switch to a channel" +DESCRIPTION="VDR Plugin: browse fast the EPG information without being to switch to a channel" HOMEPAGE="https://projects.vdr-developer.org/projects/plg-zappilot" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
