summaryrefslogtreecommitdiff
path: root/dev-python/dulwich
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-05-21 14:17:08 -0400
committerIan Delaney <idella4@gentoo.org>2016-05-24 17:11:38 +0800
commit9299cdbaddc59495ce354d94e38e0e693983fbf0 (patch)
tree29b2fbd27fb03df960ec09055080e9d30d401273 /dev-python/dulwich
parent40d1b5b0a2d7f79753f6eb021442103ded7d2d41 (diff)
downloadgentoo-9299cdbaddc59495ce354d94e38e0e693983fbf0.tar.gz
gentoo-9299cdbaddc59495ce354d94e38e0e693983fbf0.tar.xz
dev-python/dulwich: fix license: s/GPL-2/GPL-2+/
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>
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r--dev-python/dulwich/dulwich-0.12.0-r1.ebuild2
-rw-r--r--dev-python/dulwich/dulwich-0.13.0.ebuild2
-rw-r--r--dev-python/dulwich/dulwich-0.9.9.ebuild4
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/dulwich/dulwich-0.12.0-r1.ebuild b/dev-python/dulwich/dulwich-0.12.0-r1.ebuild
index 1aeaf038566..a56d5f11d6d 100644
--- a/dev-python/dulwich/dulwich-0.12.0-r1.ebuild
+++ b/dev-python/dulwich/dulwich-0.12.0-r1.ebuild
@@ -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"
diff --git a/dev-python/dulwich/dulwich-0.13.0.ebuild b/dev-python/dulwich/dulwich-0.13.0.ebuild
index f03edb99d59..d44e4f79213 100644
--- a/dev-python/dulwich/dulwich-0.13.0.ebuild
+++ b/dev-python/dulwich/dulwich-0.13.0.ebuild
@@ -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"
diff --git a/dev-python/dulwich/dulwich-0.9.9.ebuild b/dev-python/dulwich/dulwich-0.9.9.ebuild
index af7ce46d722..8ee027e41cc 100644
--- a/dev-python/dulwich/dulwich-0.9.9.ebuild
+++ b/dev-python/dulwich/dulwich-0.9.9.ebuild
@@ -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"