dev-python/wheel: Remove variables from HOMEPAGE
authorW. Trevor King <wking@tremily.us>
Sat, 2 Mar 2013 20:00:08 +0000 (15:00 -0500)
committerW. Trevor King <wking@tremily.us>
Sat, 2 Mar 2013 20:00:08 +0000 (15:00 -0500)
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

dev-python/wheel/ChangeLog
dev-python/wheel/wheel-9999.ebuild

index 2733e11360df82b6296e3a80b9e798de7f6ae356..b805811113ac62f503cd89cd820851744511c3db 100644 (file)
@@ -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 <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:
index 6cc3606c01080562ccbf5bae7f7af34d73d4dddf..9097ae675b6d920fdf036216adab308493c86006 100644 (file)
@@ -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"