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 819421395E2 for ; Fri, 25 Nov 2016 20:33:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA3D0E0B85; Fri, 25 Nov 2016 20:33:33 +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 A00EEE0B85 for ; Fri, 25 Nov 2016 20:33:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A8CBA3412B7 for ; Fri, 25 Nov 2016 20:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ACC64A4 for ; Fri, 25 Nov 2016 20:33:31 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1480105989.326cef0fb30eaa752750eb7e930d390ca543ad24.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/diff-match-patch/diff-match-patch-20121119.ebuild X-VCS-Directories: dev-python/diff-match-patch/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 326cef0fb30eaa752750eb7e930d390ca543ad24 X-VCS-Branch: master Date: Fri, 25 Nov 2016 20:33:31 +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: fc7e80ed-18ed-40e6-aa49-c7e3550c0cf4 X-Archives-Hash: 454e8f7c024e1a1cc986b1264e3bb702 commit: 326cef0fb30eaa752750eb7e930d390ca543ad24 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Fri Nov 25 20:33:09 2016 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Fri Nov 25 20:33:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326cef0f dev-python/diff-match-patch: Update HOMEPAGE Set HOMEPAGE to an unofficial package of the Python versions for PyPI. Upstream hasn't moved the home page from Google Code to somewhere else, so better point to an unofficial one than to nothing. Package-Manager: portage-2.3.2 dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild index 9d359f9..80cb7ae 100644 --- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild +++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 DESCRIPTION="Diff, match and patch algorithms for plain text" -HOMEPAGE="https://code.google.com/p/google-diff-match-patch/" +HOMEPAGE="https://pypi.python.org/pypi/diff-match-patch/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"