Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpegoptim/
Date: Sat, 09 Feb 2019 16:07:05
Message-Id: 1549728407.74f6afce911091938f76a6bfcd613bff0afdb5ce.asturm@gentoo
1 commit: 74f6afce911091938f76a6bfcd613bff0afdb5ce
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 8 15:35:09 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 16:06:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f6afce
7
8 media-gfx/jpegoptim: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild | 6 +++---
14 media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild b/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild
18 index 979f943e00e..e6b750048b8 100644
19 --- a/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild
20 +++ b/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27
28 DESCRIPTION="Utility to optimize JPEG files"
29 -HOMEPAGE="http://www.kokkonen.net/tjko/projects.html"
30 -SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz"
31 +HOMEPAGE="https://www.kokkonen.net/tjko/projects.html"
32 +SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz"
33
34 LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to be 'any later version'
35 SLOT="0"
36
37 diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild b/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild
38 index 2bcd4f24bbf..1fd5345af52 100644
39 --- a/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild
40 +++ b/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild
41 @@ -1,11 +1,11 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47
48 DESCRIPTION="Utility to optimize JPEG files"
49 -HOMEPAGE="http://www.kokkonen.net/tjko/projects.html https://github.com/tjko/jpegoptim"
50 -SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz"
51 +HOMEPAGE="https://www.kokkonen.net/tjko/projects.html https://github.com/tjko/jpegoptim"
52 +SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz"
53
54 LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to be 'any later version'
55 SLOT="0"