From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2BFA11383E1 for ; Tue, 1 Sep 2015 19:31:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92F9EE0888; Tue, 1 Sep 2015 19:31:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20CB0E0888 for ; Tue, 1 Sep 2015 19:31:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1054F34063E for ; Tue, 1 Sep 2015 19:31:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5B15185 for ; Tue, 1 Sep 2015 19:31:10 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441135721.830c2357d829fcc5324c0e63548df22bfe1f676b.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gprof2dot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild X-VCS-Directories: dev-util/gprof2dot/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 830c2357d829fcc5324c0e63548df22bfe1f676b X-VCS-Branch: master Date: Tue, 1 Sep 2015 19:31:10 +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: 7213a50d-3e88-427c-b6be-4a4927a59d81 X-Archives-Hash: 87681a9d1a021d803c062d05cbf3d0c1 commit: 830c2357d829fcc5324c0e63548df22bfe1f676b Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:28:41 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 19:28:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830c2357 dev-util/gprof2dot: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild index 45df7fe..56bc8c9 100644 --- a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild +++ b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE='xml' inherit eutils python-r1 DESCRIPTION="Converts profiling output to dot graphs" -HOMEPAGE="https://code.google.com/p/jrfonseca/wiki/Gprof2Dot" +HOMEPAGE="https://github.com/jrfonseca/gprof2dot" SRC_URI="http://www.hartwork.org/public/${P}.tar.xz" LICENSE="GPL-3"