From: W. Trevor King Date: Sat, 2 Mar 2013 20:00:08 +0000 (-0500) Subject: dev-python/wheel: Remove variables from HOMEPAGE X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f7fa2d3af89a77fcbd003099dd13b02216c11b7;p=wtk-overlay.git dev-python/wheel: Remove variables from HOMEPAGE 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 --- diff --git a/dev-python/wheel/ChangeLog b/dev-python/wheel/ChangeLog index 2733e11..b805811 100644 --- a/dev-python/wheel/ChangeLog +++ b/dev-python/wheel/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*wheel-9999 (02 Mar 2013) + + 02 Mar 2013; W. Trevor King 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 wheel-9999.ebuild: diff --git a/dev-python/wheel/wheel-9999.ebuild b/dev-python/wheel/wheel-9999.ebuild index 6cc3606..9097ae6 100644 --- a/dev-python/wheel/wheel-9999.ebuild +++ b/dev-python/wheel/wheel-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) 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"