summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-05-16 07:06:35 +0000
committerJustin Lecher <jlec@gentoo.org>2015-05-16 07:06:35 +0000
commita844a01754146e2f9de1573f53b6c239c5ed4bd2 (patch)
tree15f75655aac21b3ae1c165231fb22ea8340c7aba /dev-python/ipaddress
parentDrop old, obsoletes bug #519514 (diff)
downloadgentoo-2-a844a01754146e2f9de1573f53b6c239c5ed4bd2.tar.gz
gentoo-2-a844a01754146e2f9de1573f53b6c239c5ed4bd2.tar.bz2
gentoo-2-a844a01754146e2f9de1573f53b6c239c5ed4bd2.zip
Fix LICENSE, HOMPAGE and DESCRIPTION, bug #549528
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python/ipaddress')
-rw-r--r--dev-python/ipaddress/ChangeLog5
-rw-r--r--dev-python/ipaddress/ipaddress-1.0.7.ebuild8
2 files changed, 8 insertions, 5 deletions
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 <jlec@gentoo.org> 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=""