From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F75E138263 for ; Tue, 24 May 2016 09:11:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5EF614242; Tue, 24 May 2016 09:11:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC3EA14242 for ; Tue, 24 May 2016 09:11:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFAC7340A5D for ; Tue, 24 May 2016 09:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2597974 for ; Tue, 24 May 2016 09:11:55 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1464081098.9299cdbaddc59495ce354d94e38e0e693983fbf0.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: dev-python/dulwich/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 9299cdbaddc59495ce354d94e38e0e693983fbf0 X-VCS-Branch: master Date: Tue, 24 May 2016 09:11:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5bab01ef-9988-4158-8611-72911703de8a X-Archives-Hash: dd23bf29ab10cfeb31cf24b7f5c1279d commit: 9299cdbaddc59495ce354d94e38e0e693983fbf0 Author: Göktürk Yüksek gentoo org> AuthorDate: Sat May 21 18:17:08 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue May 24 09:11:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9299cdba 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 gentoo.org> dev-python/dulwich/dulwich-0.12.0-r1.ebuild | 2 +- dev-python/dulwich/dulwich-0.13.0.ebuild | 2 +- dev-python/dulwich/dulwich-0.9.9.ebuild | 4 ++-- 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 1aeaf03..a56d5f1 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 f03edb9..d44e4f7 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 af7ce46..8ee027e 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"