diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-01-12 18:32:20 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-01-12 18:55:49 +0100 |
commit | ff2edc9332dccff8689f00a6a6f7397b60471ad6 (patch) | |
tree | c24e3eb2f5a25b99efb31df7036aa74f4f774446 /media-plugins/vdr-xineliboutput | |
parent | media-video/vdr: wrong license, fixed (diff) | |
download | gentoo-ff2edc9332dccff8689f00a6a6f7397b60471ad6.tar.gz gentoo-ff2edc9332dccff8689f00a6a6f7397b60471ad6.tar.bz2 gentoo-ff2edc9332dccff8689f00a6a6f7397b60471ad6.zip |
media-plugins/vdr-xineliboutput: wrong license, fixed
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-xineliboutput')
3 files changed, 7 insertions, 7 deletions
diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild index d594f721d335..349d81a244af 100644 --- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild +++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="https://sourceforge.net/projects/xineliboutput/" SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" IUSE="bluray caps dbus fbcon jpeg libextractor nls opengl +vdr vdpau +X +xine xinerama" diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.1.0.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.1.0.ebuild index 82652c7fe666..f157b6a17f74 100644 --- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.1.0.ebuild +++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ HOMEPAGE="https://sourceforge.net/projects/xineliboutput/" SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vaapi vdpau +X +xine xinerama" diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild index d84cc0931176..a262a36247f1 100644 --- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild +++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ HOMEPAGE="https://sourceforge.net/projects/xineliboutput/" EGIT_REPO_URI="https://git.code.sf.net/p/xineliboutput/git" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="" IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vdpau +X +xine xinerama" @@ -74,7 +74,7 @@ pkg_setup() { src_prepare() { # Allow user patches to be applied without modifyfing the ebuild - eaplly_user + eapply_user vdr-plugin-2_src_prepare |