commit: a0f613f9e291237eea8fcbed7aa407aca9cd37af Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Sun Jul 3 23:55:32 2016 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Mon Jul 4 00:04:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f613f9
media-video/openshot: fix license, HOMEPAGE The correct license is GPL3+ according to [0]. [0] http://bazaar.launchpad.net/~openshot.code/openshot/main/view/head:/openshot/openshot.py#L10 Package-Manager: portage-2.2.28 media-video/openshot/openshot-2.0.6-r1.ebuild | 4 ++-- media-video/openshot/openshot-2.0.7-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/openshot/openshot-2.0.6-r1.ebuild b/media-video/openshot/openshot-2.0.6-r1.ebuild index e492b10..b9338fe 100644 --- a/media-video/openshot/openshot-2.0.6-r1.ebuild +++ b/media-video/openshot/openshot-2.0.6-r1.ebuild @@ -14,10 +14,10 @@ MY_PN="${PN}-qt" MY_P="${MY_PN}-${PV}" DESCRIPTION="Free, open-source, non-linear video editor to create and edit videos and movies" -HOMEPAGE="http://www.openshot.org/ https://launchpad.net/libopenshot" +HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot" SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${MY_P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="1" KEYWORDS="~amd64 ~x86" diff --git a/media-video/openshot/openshot-2.0.7-r1.ebuild b/media-video/openshot/openshot-2.0.7-r1.ebuild index 01ff0a1..14ce333 100644 --- a/media-video/openshot/openshot-2.0.7-r1.ebuild +++ b/media-video/openshot/openshot-2.0.7-r1.ebuild @@ -14,10 +14,10 @@ MY_PN="${PN}-qt" MY_P="${MY_PN}-${PV}" DESCRIPTION="Free, open-source, non-linear video editor to create and edit videos and movies" -HOMEPAGE="http://www.openshot.org/ https://launchpad.net/libopenshot" +HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot" SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${MY_P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="1" KEYWORDS="~amd64 ~x86"
