summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-02-08 16:30:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-09 17:06:47 +0100
commit929ad2b8d1c815a1878753509aa014f0a8a0f5df (patch)
tree9d3028689829b43efe7f7d7fd036a566197b39c3 /media-gfx/jpeginfo
parentapp-editors/kile: Patch to make KF5DocTools really optional (diff)
downloadgentoo-929ad2b8d1c815a1878753509aa014f0a8a0f5df.tar.gz
gentoo-929ad2b8d1c815a1878753509aa014f0a8a0f5df.tar.bz2
gentoo-929ad2b8d1c815a1878753509aa014f0a8a0f5df.zip
media-gfx/jpeginfo: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/jpeginfo')
-rw-r--r--media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
index 94655602da5d..59414dd9e88d 100644
--- a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
+++ b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
+
inherit eutils toolchain-funcs
DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files"
-HOMEPAGE="http://www.kokkonen.net/tjko/projects.html"
-SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz"
+HOMEPAGE="https://www.kokkonen.net/tjko/projects.html"
+SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"