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 18118139085 for ; Wed, 4 Jan 2017 04:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F112E0C69; Wed, 4 Jan 2017 04:49:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2C0C5E0C69 for ; Wed, 4 Jan 2017 04:49:41 +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 F2EC13411D7 for ; Wed, 4 Jan 2017 04:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75512261B for ; Wed, 4 Jan 2017 04:49:37 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1483505305.2b45217278cddafa7ad1df6986304188718a4d1f.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uncompyle6/uncompyle6-2.8.3.ebuild dev-python/uncompyle6/uncompyle6-2.9.6.ebuild X-VCS-Directories: dev-python/uncompyle6/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 2b45217278cddafa7ad1df6986304188718a4d1f X-VCS-Branch: master Date: Wed, 4 Jan 2017 04:49:37 +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: 38c3b736-fa17-47e1-834c-481b333b7c0f X-Archives-Hash: a5473e53cd79d75ee5ec174e830fa2ff commit: 2b45217278cddafa7ad1df6986304188718a4d1f Author: Brian Dolbec gentoo org> AuthorDate: Tue Jan 3 17:22:05 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Jan 4 04:48:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b452172 dev-python/uncompyle6: Fix typo in homepage link Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1 dev-python/uncompyle6/uncompyle6-2.8.3.ebuild | 4 ++-- dev-python/uncompyle6/uncompyle6-2.9.6.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild index 3007cb1..8d6958b 100644 --- a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild +++ b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) inherit distutils-r1 DESCRIPTION="Python cross-version byte-code deparser" -HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/umcompyle6" +HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild index e7bb70e..694c0e8 100644 --- a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild +++ b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) inherit distutils-r1 DESCRIPTION="Python cross-version byte-code deparser" -HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/umcompyle6" +HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"