diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-13 01:32:18 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-04-13 02:52:00 -0700 |
commit | c553f700c05994fad0508fee3517866a467bf9db (patch) | |
tree | 90e4adbb53f5c89ec0e1625db30d4bebdbe5027f /app-misc/yq | |
parent | app-emulation/docker-swarm: remove variables from HOMEPAGE (diff) | |
download | gentoo-c553f700c05994fad0508fee3517866a467bf9db.tar.gz gentoo-c553f700c05994fad0508fee3517866a467bf9db.tar.bz2 gentoo-c553f700c05994fad0508fee3517866a467bf9db.zip |
app-misc/yq: remove variables from HOMEPAGE
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-misc/yq')
-rw-r--r-- | app-misc/yq/yq-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |