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-xineliboutput/
Date: Sun, 12 Jan 2020 17:56:38
Message-Id: 1578851749.ff2edc9332dccff8689f00a6a6f7397b60471ad6.hd_brummy@gentoo
1 commit: ff2edc9332dccff8689f00a6a6f7397b60471ad6
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 17:32:20 2020 +0000
4 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 17:55:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2edc93
7
8 media-plugins/vdr-xineliboutput: wrong license, fixed
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
12
13 media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild | 4 ++--
14 media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.1.0.ebuild | 4 ++--
15 media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild | 6 +++---
16 3 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild
19 index d594f721d33..349d81a244a 100644
20 --- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild
21 +++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -12,7 +12,7 @@ HOMEPAGE="https://sourceforge.net/projects/xineliboutput/"
29 SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz"
30
31 SLOT="0"
32 -LICENSE="GPL-2"
33 +LICENSE="GPL-2+"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="bluray caps dbus fbcon jpeg libextractor nls opengl +vdr vdpau +X +xine xinerama"
36
37
38 diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.1.0.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.1.0.ebuild
39 index 82652c7fe66..f157b6a17f7 100644
40 --- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.1.0.ebuild
41 +++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.1.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -12,7 +12,7 @@ HOMEPAGE="https://sourceforge.net/projects/xineliboutput/"
49 SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz"
50
51 SLOT="0"
52 -LICENSE="GPL-2"
53 +LICENSE="GPL-2+"
54 KEYWORDS="~amd64 ~x86"
55 IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vaapi vdpau +X +xine xinerama"
56
57
58 diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild
59 index d84cc093117..a262a36247f 100644
60 --- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild
61 +++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2019 Gentoo Authors
64 +# Copyright 1999-2020 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 @@ -13,7 +13,7 @@ HOMEPAGE="https://sourceforge.net/projects/xineliboutput/"
69 EGIT_REPO_URI="https://git.code.sf.net/p/xineliboutput/git"
70
71 SLOT="0"
72 -LICENSE="GPL-2"
73 +LICENSE="GPL-2+"
74 KEYWORDS=""
75 IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vdpau +X +xine xinerama"
76
77 @@ -74,7 +74,7 @@ pkg_setup() {
78
79 src_prepare() {
80 # Allow user patches to be applied without modifyfing the ebuild
81 - eaplly_user
82 + eapply_user
83
84 vdr-plugin-2_src_prepare