From a844a01754146e2f9de1573f53b6c239c5ed4bd2 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 16 May 2015 07:06:35 +0000 Subject: Fix LICENSE, HOMPAGE and DESCRIPTION, bug #549528 (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!) --- dev-python/ipaddress/ChangeLog | 5 ++++- dev-python/ipaddress/ipaddress-1.0.7.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'dev-python/ipaddress') diff --git a/dev-python/ipaddress/ChangeLog b/dev-python/ipaddress/ChangeLog index e8fa7f172787..1c558dddc42c 100644 --- a/dev-python/ipaddress/ChangeLog +++ b/dev-python/ipaddress/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ipaddress # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipaddress/ChangeLog,v 1.1 2015/05/15 05:49:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipaddress/ChangeLog,v 1.2 2015/05/16 07:06:35 jlec Exp $ + + 16 May 2015; Justin Lecher ipaddress-1.0.7.ebuild: + Fix LICENSE, HOMPAGE and DESCRIPTION, bug #549528 *ipaddress-1.0.7 (15 May 2015) diff --git a/dev-python/ipaddress/ipaddress-1.0.7.ebuild b/dev-python/ipaddress/ipaddress-1.0.7.ebuild index 46d7e26580b5..05b4098dc24d 100644 --- a/dev-python/ipaddress/ipaddress-1.0.7.ebuild +++ b/dev-python/ipaddress/ipaddress-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipaddress/ipaddress-1.0.7.ebuild,v 1.1 2015/05/15 05:49:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipaddress/ipaddress-1.0.7.ebuild,v 1.2 2015/05/16 07:06:35 jlec Exp $ EAPI=5 @@ -8,12 +8,12 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 -DESCRIPTION="Internationalized Domain Names in Applications (IDNA)" -HOMEPAGE="https://github.com/kjd/idna" +DESCRIPTION="IPv4/IPv6 manipulation library" +HOMEPAGE="https://github.com/phihag/ipaddress" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" -LICENSE="BSD" +LICENSE="PSF-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -- cgit v1.2.3-65-gdbad