Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/
Date: Tue, 12 Jun 2018 09:19:13
Message-Id: 1528795145.4aa5aff558a3daebf7c2456e0dbc705b23836b9c.marecki@gentoo
1 commit: 4aa5aff558a3daebf7c2456e0dbc705b23836b9c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 11 20:37:05 2018 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 09:19:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa5aff5
7
8 media-libs/elles_icc_profiles: use HTTPS
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 .../elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild | 2 +-
13 media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
17 index 9bd3e4d5753..98945f5fd3b 100644
18 --- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
19 +++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
20 @@ -7,7 +7,7 @@ MY_PV="$(ver_rs 1 '-')EST"
21 MY_P="${PN}-${MY_PV}"
22
23 DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles"
24 -HOMEPAGE="http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
25 +HOMEPAGE="https://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
26 SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="CC-BY-SA-3.0"
29
30 diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
31 index 8a7a71687d3..1e0e9380686 100644
32 --- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
33 +++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 @@ -9,7 +9,7 @@ MY_PV="$(replace_version_separator 1 '-')EST"
41 MY_P="${PN}-${MY_PV}"
42
43 DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles"
44 -HOMEPAGE="http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
45 +HOMEPAGE="https://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
46 SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
47
48 LICENSE="CC-BY-SA-3.0"