To comply with the devmanual [1]. Thanks to Jeroen Roovers for
pointing this out [2].
[1]: http://devmanual.gentoo.org/ebuild-writing/variables/index.html
[2]: https://bugs.gentoo.org/show_bug.cgi?id=459804#c1
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*wheel-9999 (02 Mar 2013)
+
+ 02 Mar 2013; W. Trevor King <wking@tremily.us> wheel-9999.ebuild:
+
+ Remove variables from HOMEPAGE for devmanual compliance (thanks to
+ Jeroen Roovers for pointing this out in #459804).
+
*wheel-9999 (28 Feb 2013)
28 Feb 2002; W. Trevor King <wking@tremily.us> wheel-9999.ebuild:
inherit distutils-r1
DESCRIPTION="A built-package format for Python"
-HOMEPAGE="https://bitbucket.org/dholth/${PN}/ http://pypi.python.org/pypi/${PN}"
+HOMEPAGE="https://bitbucket.org/dholth/wheel/ http://pypi.python.org/pypi/wheel"
if [[ "${PV}" == "9999" ]]; then
inherit mercurial
EHG_REPO_URI="https://bitbucket.org/dholth/wheel"