commit: 326cef0fb30eaa752750eb7e930d390ca543ad24
Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 20:33:09 2016 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> 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"