From: Jonas Stein Date: Tue, 3 Apr 2018 23:43:45 +0000 (+0200) Subject: dev-util/cdiff: Fix HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1f189a358d6ed0e338e17151696cecdfd44b3bac;p=gentoo.git dev-util/cdiff: Fix HOMEPAGE Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- diff --git a/dev-util/cdiff/cdiff-0.9.8.ebuild b/dev-util/cdiff/cdiff-0.9.8.ebuild index 0b2159815163..a38fa1a360dd 100644 --- a/dev-util/cdiff/cdiff-0.9.8.ebuild +++ b/dev-util/cdiff/cdiff-0.9.8.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 DESCRIPTION="Colored, side-by-side diff terminal viewer" -HOMEPAGE="https://github.com/ymattw/${PN}" +HOMEPAGE="https://github.com/ymattw/cdiff" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-util/cdiff/cdiff-9999.ebuild b/dev-util/cdiff/cdiff-9999.ebuild index 0052610eb3f9..9d071be628c7 100644 --- a/dev-util/cdiff/cdiff-9999.ebuild +++ b/dev-util/cdiff/cdiff-9999.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="5" @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 git-r3 -DESCRIPTION="Term based view of colored, incremental diff in a Git/Mercurial/Svn workspace" -HOMEPAGE="https://github.com/ymattw/${PN}" +DESCRIPTION="Colored, side-by-side diff terminal viewer" +HOMEPAGE="https://github.com/ymattw/cdiff" EGIT_REPO_URI="https://github.com/ymattw/cdiff.git" LICENSE="BSD"