Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cairomm/
Date: Sat, 05 May 2018 01:26:24
Message-Id: 1525483555.483771f333071f0449bafa19231489bba3700602.bman@gentoo
1 commit: 483771f333071f0449bafa19231489bba3700602
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 13:20:04 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 01:25:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483771f3
7
8 dev-cpp/cairomm: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/8164
11
12 dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild b/dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild
16 index f5493ca50ba..cd7789e4703 100644
17 --- a/dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild
18 +++ b/dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -7,7 +7,7 @@ GCONF_DEBUG="no"
26 inherit gnome2 multilib-minimal
27
28 DESCRIPTION="C++ bindings for the Cairo vector graphics library"
29 -HOMEPAGE="http://cairographics.org/cairomm"
30 +HOMEPAGE="https://cairographics.org/cairomm/"
31
32 LICENSE="LGPL-2+"
33 SLOT="0"