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/jpeginfo/
Date: Sat, 09 Feb 2019 16:07:04
Message-Id: 1549728407.929ad2b8d1c815a1878753509aa014f0a8a0f5df.asturm@gentoo
1 commit: 929ad2b8d1c815a1878753509aa014f0a8a0f5df
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 8 15:30:37 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=929ad2b8
7
8 media-gfx/jpeginfo: 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/jpeginfo/jpeginfo-1.6.1.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
17 index 94655602da5..59414dd9e88 100644
18 --- a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
19 +++ b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
20 @@ -1,12 +1,13 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 +
27 inherit eutils toolchain-funcs
28
29 DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files"
30 -HOMEPAGE="http://www.kokkonen.net/tjko/projects.html"
31 -SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz"
32 +HOMEPAGE="https://www.kokkonen.net/tjko/projects.html"
33 +SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="0"