From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE8501382C5 for ; Tue, 3 Apr 2018 23:46:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5DF4E0E84; Tue, 3 Apr 2018 23:46:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3726E0E84 for ; Tue, 3 Apr 2018 23:46:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 478E5335D9A for ; Tue, 3 Apr 2018 23:46:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B40FC277 for ; Tue, 3 Apr 2018 23:46:49 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1522799200.1f189a358d6ed0e338e17151696cecdfd44b3bac.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cdiff/cdiff-0.9.8.ebuild dev-util/cdiff/cdiff-9999.ebuild X-VCS-Directories: dev-util/cdiff/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 1f189a358d6ed0e338e17151696cecdfd44b3bac X-VCS-Branch: master Date: Tue, 3 Apr 2018 23:46:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6a276040-d613-43a6-9115-e688b18a0125 X-Archives-Hash: db2fda1964219079ff0feba8a00e61c4 commit: 1f189a358d6ed0e338e17151696cecdfd44b3bac Author: Jonas Stein gentoo org> AuthorDate: Tue Apr 3 23:43:45 2018 +0000 Commit: Jonas Stein gentoo org> CommitDate: Tue Apr 3 23:46:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f189a35 dev-util/cdiff: Fix HOMEPAGE Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-util/cdiff/cdiff-0.9.8.ebuild | 4 ++-- dev-util/cdiff/cdiff-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/cdiff/cdiff-0.9.8.ebuild b/dev-util/cdiff/cdiff-0.9.8.ebuild index 0b215981516..a38fa1a360d 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 0052610eb3f..9d071be628c 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"