diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2021-05-01 14:07:17 +0200 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2021-05-01 14:18:49 +0200 |
commit | 8bac0beb69758b0d33463215e9196b42de6b267d (patch) | |
tree | a79ced4ccae4e40ef8903c7daa064d6766f90519 /media-plugins | |
parent | media-plugins/vdr-svdrpservice: eapi 7 (diff) | |
download | gentoo-8bac0beb69758b0d33463215e9196b42de6b267d.tar.gz gentoo-8bac0beb69758b0d33463215e9196b42de6b267d.tar.bz2 gentoo-8bac0beb69758b0d33463215e9196b42de6b267d.zip |
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@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 2f85a0b16e32..0c7ea066be12 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 ea6c8a363f14..46a31f92cd43 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" |