diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-27 22:08:44 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-27 22:08:44 +0100 |
commit | 4920d3e6749cee859e115cf182a179910aea2d6c (patch) | |
tree | 59f0ff7a4b1f1fc943ed42fb666679c20cbedd9f /media-plugins/vdr-noepg/vdr-noepg-0.0.5.ebuild | |
parent | media-plugins/vdr-actuator: version bump (diff) | |
download | gentoo-4920d3e6749cee859e115cf182a179910aea2d6c.tar.gz gentoo-4920d3e6749cee859e115cf182a179910aea2d6c.tar.bz2 gentoo-4920d3e6749cee859e115cf182a179910aea2d6c.zip |
media-plugins/vdr-noepg: version bump
vdr-2.4 readdy
Closes: https://bugs.gentoo.org/704036
Package-Manager: Portage-2.3.83, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-noepg/vdr-noepg-0.0.5.ebuild')
-rw-r--r-- | media-plugins/vdr-noepg/vdr-noepg-0.0.5.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/media-plugins/vdr-noepg/vdr-noepg-0.0.5.ebuild b/media-plugins/vdr-noepg/vdr-noepg-0.0.5.ebuild new file mode 100644 index 000000000000..d175683e864f --- /dev/null +++ b/media-plugins/vdr-noepg/vdr-noepg-0.0.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: will replace the noepg-patch with the new cEpgHandler" +HOMEPAGE="https://github.com/flensrocker/vdr-plugin-noepg" +SRC_URI="https://github.com/flensrocker/vdr-plugin-noepg/archive/v${PV}.tar.gz +-> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2" + +DEPEND="media-video/vdr" + +S="${WORKDIR}/vdr-plugin-${VDRPLUGIN}-${PV}" |