jlec 15/05/16 07:06:35 Modified: ipaddress-1.0.7.ebuild ChangeLog Log: Fix LICENSE, HOMPAGE and DESCRIPTION, bug #549528 (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.2 dev-python/ipaddress/ipaddress-1.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipaddress/ipaddress-1.0.7.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipaddress/ipaddress-1.0.7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipaddress/ipaddress-1.0.7.ebuild?r1=1.1&r2=1.2 Index: ipaddress-1.0.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ipaddress/ipaddress-1.0.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ipaddress-1.0.7.ebuild 15 May 2015 05:49:27 -0000 1.1 +++ ipaddress-1.0.7.ebuild 16 May 2015 07:06:35 -0000 1.2 @@ -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 @@ 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="" 1.2 dev-python/ipaddress/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipaddress/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipaddress/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipaddress/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ipaddress/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 15 May 2015 05:49:27 -0000 1.1 +++ ChangeLog 16 May 2015 07:06:35 -0000 1.2 @@ -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 <[email protected]> ipaddress-1.0.7.ebuild: + Fix LICENSE, HOMPAGE and DESCRIPTION, bug #549528 *ipaddress-1.0.7 (15 May 2015)
