From: Marty E. Plummer Date: Fri, 13 Apr 2018 06:32:18 +0000 (-0500) Subject: app-misc/yq: remove variables from HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c553f700c05994fad0508fee3517866a467bf9db;p=gentoo.git app-misc/yq: remove variables from HOMEPAGE Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- diff --git a/app-misc/yq/yq-2.1.2.ebuild b/app-misc/yq/yq-2.1.2.ebuild index d8a9cfb27e57..f6430d90a552 100644 --- a/app-misc/yq/yq-2.1.2.ebuild +++ b/app-misc/yq/yq-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Command-line YAML processor - jq wrapper for YAML documents" -HOMEPAGE="https://${PN}.readthedocs.io/ https://github.com/kislyuk/${PN}/ https://pypi.python.org/pypi/${PN}" +HOMEPAGE="https://yq.readthedocs.io/ https://github.com/kislyuk/yq/ https://pypi.python.org/pypi/yq" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"