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 EAE4F1396D1 for ; Sun, 13 Aug 2017 11:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22112E0D0B; Sun, 13 Aug 2017 11:24:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3CC4E0D0B for ; Sun, 13 Aug 2017 11:24:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7458341864 for ; Sun, 13 Aug 2017 11:24:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EF1777AD for ; Sun, 13 Aug 2017 11:24:55 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1502623389.48513d816467c99a5e1042c715eac3f2d1730d9f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ptrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild X-VCS-Directories: dev-python/python-ptrace/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 48513d816467c99a5e1042c715eac3f2d1730d9f X-VCS-Branch: master Date: Sun, 13 Aug 2017 11:24:55 +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: b6a47fad-cd86-4723-bea7-e7206b10a1fd X-Archives-Hash: 85cf404caec828b7a23517384b25d1e8 commit: 48513d816467c99a5e1042c715eac3f2d1730d9f Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Mon Aug 7 09:36:46 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 13 11:23:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48513d81 dev-python/python-ptrace: fix HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/5330 dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild b/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild index fd195ff5cb5..80a8f01dad6 100644 --- a/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild +++ b/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) inherit distutils-r1 DESCRIPTION="A debugger using ptrace (Linux, BSD and Darwin system call to trace processes)" -HOMEPAGE="https://bitbucket.org/haypo/python-ptrace/ https://pypi.python.org/pypi/python-ptrace" +HOMEPAGE="https://github.com/haypo/python-ptrace/ https://pypi.python.org/pypi/python-ptrace" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2"