Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/openshot/
Date: Mon, 04 Jul 2016 00:05:49
Message-Id: 1467590646.a0f613f9e291237eea8fcbed7aa407aca9cd37af.gokturk@gentoo
1 commit: a0f613f9e291237eea8fcbed7aa407aca9cd37af
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 23:55:32 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 00:04:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f613f9
7
8 media-video/openshot: fix license, HOMEPAGE
9
10 The correct license is GPL3+ according to [0].
11
12 [0] http://bazaar.launchpad.net/~openshot.code/openshot/main/view/head:/openshot/openshot.py#L10
13
14 Package-Manager: portage-2.2.28
15
16 media-video/openshot/openshot-2.0.6-r1.ebuild | 4 ++--
17 media-video/openshot/openshot-2.0.7-r1.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/media-video/openshot/openshot-2.0.6-r1.ebuild b/media-video/openshot/openshot-2.0.6-r1.ebuild
21 index e492b10..b9338fe 100644
22 --- a/media-video/openshot/openshot-2.0.6-r1.ebuild
23 +++ b/media-video/openshot/openshot-2.0.6-r1.ebuild
24 @@ -14,10 +14,10 @@ MY_PN="${PN}-qt"
25 MY_P="${MY_PN}-${PV}"
26
27 DESCRIPTION="Free, open-source, non-linear video editor to create and edit videos and movies"
28 -HOMEPAGE="http://www.openshot.org/ https://launchpad.net/libopenshot"
29 +HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot"
30 SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${MY_P}.tar.gz"
31
32 -LICENSE="GPL-3"
33 +LICENSE="GPL-3+"
34 SLOT="1"
35 KEYWORDS="~amd64 ~x86"
36
37
38 diff --git a/media-video/openshot/openshot-2.0.7-r1.ebuild b/media-video/openshot/openshot-2.0.7-r1.ebuild
39 index 01ff0a1..14ce333 100644
40 --- a/media-video/openshot/openshot-2.0.7-r1.ebuild
41 +++ b/media-video/openshot/openshot-2.0.7-r1.ebuild
42 @@ -14,10 +14,10 @@ MY_PN="${PN}-qt"
43 MY_P="${MY_PN}-${PV}"
44
45 DESCRIPTION="Free, open-source, non-linear video editor to create and edit videos and movies"
46 -HOMEPAGE="http://www.openshot.org/ https://launchpad.net/libopenshot"
47 +HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot"
48 SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${MY_P}.tar.gz"
49
50 -LICENSE="GPL-3"
51 +LICENSE="GPL-3+"
52 SLOT="1"
53 KEYWORDS="~amd64 ~x86"