diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-08-15 14:52:42 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-15 21:45:25 +0200 |
commit | 219a9d14acaa90f3d224945e140d1134f340da84 (patch) | |
tree | a85cedf736062457d5a40c296576489fc08f6179 /dev-python | |
parent | dev-python/python-fastimport: bump to 0.9.6, py3 support, update upstream (diff) | |
download | gentoo-219a9d14acaa90f3d224945e140d1134f340da84.tar.gz gentoo-219a9d14acaa90f3d224945e140d1134f340da84.tar.bz2 gentoo-219a9d14acaa90f3d224945e140d1134f340da84.zip |
dev-python/python-fastimport: update HOMEPAGE and LICENSE
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2085
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-fastimport/python-fastimport-0.9.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-fastimport/python-fastimport-0.9.2-r1.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.2-r1.ebuild index 189fb97e1123..ed6981a785ea 100644 --- a/dev-python/python-fastimport/python-fastimport-0.9.2-r1.ebuild +++ b/dev-python/python-fastimport/python-fastimport-0.9.2-r1.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$ @@ -9,10 +9,10 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Library for parsing the fastimport VCS serialization format" -HOMEPAGE="https://launchpad.net/python-fastimport" +HOMEPAGE="https://github.com/jelmer/python-fastimport" SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" |