dev-python/dulwich: fix license: s/GPL-2/GPL-2+/
authorGöktürk Yüksek <gokturk@gentoo.org>
Sat, 21 May 2016 18:17:08 +0000 (14:17 -0400)
committerIan Delaney <idella4@gentoo.org>
Tue, 24 May 2016 09:11:38 +0000 (17:11 +0800)
From dulwich/__init__.py:
"[...] version 2 of the License or (at your option) any
later version of the License."

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1509

Signed-off-by: Ian Delaney <idella4@gentoo.org>
dev-python/dulwich/dulwich-0.12.0-r1.ebuild
dev-python/dulwich/dulwich-0.13.0.ebuild
dev-python/dulwich/dulwich-0.9.9.ebuild

index 1aeaf038566d5080d0592eb8aeeb3ae59b4ff925..a56d5f11d6dc173a6e626ef1a7281d6dd9e236d0 100644 (file)
@@ -12,7 +12,7 @@ DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
 HOMEPAGE="https://github.com/jelmer/dulwich/ https://pypi.python.org/pypi/dulwich"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples test"
index f03edb99d59bb0ceada9a1af452cb878fcb10371..d44e4f79213e5585aa56920742dc3fe2d396e6db 100644 (file)
@@ -12,7 +12,7 @@ DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
 HOMEPAGE="https://github.com/jelmer/dulwich/ https://pypi.python.org/pypi/dulwich"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples test"
index af7ce46d72220bd6dc5b75b52826e5048045093e..8ee027e41cc6fbc15febb6fe23ffdc570a5f5b4c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
 HOMEPAGE="https://github.com/jelmer/dulwich/ https://pypi.python.org/pypi/dulwich"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples test"