dev-util/cdiff: Fix HOMEPAGE
authorJonas Stein <jstein@gentoo.org>
Tue, 3 Apr 2018 23:43:45 +0000 (01:43 +0200)
committerJonas Stein <jstein@gentoo.org>
Tue, 3 Apr 2018 23:46:40 +0000 (01:46 +0200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-util/cdiff/cdiff-0.9.8.ebuild
dev-util/cdiff/cdiff-9999.ebuild

index 0b2159815163e661620479ec38e4939737a87fec..a38fa1a360ddae95a1916c539913daac0db2f50f 100644 (file)
@@ -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"
index 0052610eb3f95e0377ec183f09f95bb53febaa9b..9d071be628c7d38d62569331dc5ff4f271ddce80 100644 (file)
@@ -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"