From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 703C4139578 for ; Thu, 24 Nov 2016 20:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58065E0914; Thu, 24 Nov 2016 20:59:20 +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 3CF7EE0914 for ; Thu, 24 Nov 2016 20:59:20 +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 413EB33FE7D for ; Thu, 24 Nov 2016 20:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5592EA7 for ; Thu, 24 Nov 2016 20:59:16 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1480021155.6eebdea7ca66bf3d93e4d283708ae9d8b0a36978.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipaddr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild dev-python/ipaddr/ipaddr-2.1.11.ebuild X-VCS-Directories: dev-python/ipaddr/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 6eebdea7ca66bf3d93e4d283708ae9d8b0a36978 X-VCS-Branch: master Date: Thu, 24 Nov 2016 20:59:16 +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: 1d161a4b-c330-4bcd-bc16-5681d35e7f4c X-Archives-Hash: e882897cd912954742513ca47e8a528c commit: 6eebdea7ca66bf3d93e4d283708ae9d8b0a36978 Author: Mike Gilbert gentoo org> AuthorDate: Thu Nov 24 20:58:56 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Nov 24 20:59:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eebdea7 dev-python/ipaddr: replace googlecode links Package-Manager: portage-2.3.2_p8 dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild | 6 +++--- dev-python/ipaddr/ipaddr-2.1.11.ebuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild b/dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild index 76aef7a..7b4575f 100644 --- a/dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild +++ b/dev-python/ipaddr/ipaddr-2.1.10-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$ @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Python IP address manipulation library" -HOMEPAGE="https://code.google.com/p/ipaddr-py/ https://pypi.python.org/pypi/ipaddr" -SRC_URI="https://ipaddr-py.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://github.com/google/ipaddr-py https://pypi.python.org/pypi/ipaddr" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-python/ipaddr/ipaddr-2.1.11.ebuild b/dev-python/ipaddr/ipaddr-2.1.11.ebuild index bea8c26..3fb60bb 100644 --- a/dev-python/ipaddr/ipaddr-2.1.11.ebuild +++ b/dev-python/ipaddr/ipaddr-2.1.11.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Python IP address manipulation library" -HOMEPAGE="https://code.google.com/p/ipaddr-py/ https://pypi.python.org/pypi/ipaddr" +HOMEPAGE="https://github.com/google/ipaddr-py https://pypi.python.org/pypi/ipaddr" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"