Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cdiff/
Date: Tue, 03 Apr 2018 23:46:54
Message-Id: 1522799200.1f189a358d6ed0e338e17151696cecdfd44b3bac.jstein@gentoo
1 commit: 1f189a358d6ed0e338e17151696cecdfd44b3bac
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 23:43:45 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 23:46:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f189a35
7
8 dev-util/cdiff: Fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-util/cdiff/cdiff-0.9.8.ebuild | 4 ++--
13 dev-util/cdiff/cdiff-9999.ebuild | 6 +++---
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-util/cdiff/cdiff-0.9.8.ebuild b/dev-util/cdiff/cdiff-0.9.8.ebuild
17 index 0b215981516..a38fa1a360d 100644
18 --- a/dev-util/cdiff/cdiff-0.9.8.ebuild
19 +++ b/dev-util/cdiff/cdiff-0.9.8.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
27 inherit distutils-r1
28
29 DESCRIPTION="Colored, side-by-side diff terminal viewer"
30 -HOMEPAGE="https://github.com/ymattw/${PN}"
31 +HOMEPAGE="https://github.com/ymattw/cdiff"
32 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="BSD"
35
36 diff --git a/dev-util/cdiff/cdiff-9999.ebuild b/dev-util/cdiff/cdiff-9999.ebuild
37 index 0052610eb3f..9d071be628c 100644
38 --- a/dev-util/cdiff/cdiff-9999.ebuild
39 +++ b/dev-util/cdiff/cdiff-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="5"
46 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
47
48 inherit distutils-r1 git-r3
49
50 -DESCRIPTION="Term based view of colored, incremental diff in a Git/Mercurial/Svn workspace"
51 -HOMEPAGE="https://github.com/ymattw/${PN}"
52 +DESCRIPTION="Colored, side-by-side diff terminal viewer"
53 +HOMEPAGE="https://github.com/ymattw/cdiff"
54 EGIT_REPO_URI="https://github.com/ymattw/cdiff.git"
55
56 LICENSE="BSD"