Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pinta/
Date: Fri, 02 Mar 2018 18:27:06
Message-Id: 1520015181.2faf8eae4d72715bb59d18956f1474bad9b530cb.mgorny@gentoo
1 commit: 2faf8eae4d72715bb59d18956f1474bad9b530cb
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 25 16:45:42 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 18:26:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2faf8eae
7
8 media-gfx/pinta: use HTTPS
9
10 media-gfx/pinta/pinta-1.6-r2.ebuild | 4 ++--
11 media-gfx/pinta/pinta-9999.ebuild | 2 +-
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/media-gfx/pinta/pinta-1.6-r2.ebuild b/media-gfx/pinta/pinta-1.6-r2.ebuild
15 index a7a2511089b..71b8c5e2e47 100644
16 --- a/media-gfx/pinta/pinta-1.6-r2.ebuild
17 +++ b/media-gfx/pinta/pinta-1.6-r2.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -6,7 +6,7 @@ EAPI=5
25 inherit fdo-mime mono-env gnome2-utils
26
27 DESCRIPTION="Simple Painting for Gtk"
28 -HOMEPAGE="http://pinta-project.com"
29 +HOMEPAGE="https://pinta-project.com"
30 SRC_URI="https://github.com/PintaProject/Pinta/releases/download/${PV}/${P}.tar.gz"
31
32 LICENSE="MIT CC-BY-3.0"
33
34 diff --git a/media-gfx/pinta/pinta-9999.ebuild b/media-gfx/pinta/pinta-9999.ebuild
35 index f7a8986b757..c0e9d0b023f 100644
36 --- a/media-gfx/pinta/pinta-9999.ebuild
37 +++ b/media-gfx/pinta/pinta-9999.ebuild
38 @@ -6,7 +6,7 @@ EAPI=5
39 inherit fdo-mime mono-env gnome2-utils autotools git-2
40
41 DESCRIPTION="Simple Painting for Gtk"
42 -HOMEPAGE="http://pinta-project.com"
43 +HOMEPAGE="https://pinta-project.com"
44 SRC_URI=""
45 EGIT_REPO_URI="https://github.com/PintaProject/Pinta.git"