Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/icdiff/
Date: Thu, 26 Apr 2018 14:43:25
Message-Id: 1524753793.025e76514f54fc683fe57963584496ce4191d113.bman@gentoo
1 commit: 025e76514f54fc683fe57963584496ce4191d113
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 26 10:27:48 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 14:43:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025e7651
7
8 app-misc/icdiff: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/8146
11
12 app-misc/icdiff/icdiff-1.7.3.ebuild | 4 ++--
13 app-misc/icdiff/icdiff-1.9.1.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-misc/icdiff/icdiff-1.7.3.ebuild b/app-misc/icdiff/icdiff-1.7.3.ebuild
17 index aab477b10c4..c1f6ccba26d 100644
18 --- a/app-misc/icdiff/icdiff-1.7.3.ebuild
19 +++ b/app-misc/icdiff/icdiff-1.7.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=(python2_7 python3_4 python3_5)
27 inherit distutils-r1
28
29 DESCRIPTION="Colourized diff that supports side-by-side diffing"
30 -HOMEPAGE="http://www.jefftk.com/icdiff"
31 +HOMEPAGE="https://www.jefftk.com/icdiff"
32 SRC_URI="https://github.com/jeffkaufman/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
33
34 LICENSE="PSF-2"
35
36 diff --git a/app-misc/icdiff/icdiff-1.9.1.ebuild b/app-misc/icdiff/icdiff-1.9.1.ebuild
37 index eda476f4a61..190d11b72b6 100644
38 --- a/app-misc/icdiff/icdiff-1.9.1.ebuild
39 +++ b/app-misc/icdiff/icdiff-1.9.1.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=6
46 @@ -7,7 +7,7 @@ PYTHON_COMPAT=(python2_7 python3_4 python3_5)
47 inherit distutils-r1
48
49 DESCRIPTION="Colourized diff that supports side-by-side diffing"
50 -HOMEPAGE="http://www.jefftk.com/icdiff"
51 +HOMEPAGE="https://www.jefftk.com/icdiff"
52 SRC_URI="https://github.com/jeffkaufman/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
53
54 LICENSE="PSF-2"