From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1071203-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AAA4138239 for <garchives@archives.gentoo.org>; Sat, 9 Feb 2019 16:07:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67AD9E0AA6; Sat, 9 Feb 2019 16:07:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33740E0AA2 for <gentoo-commits@lists.gentoo.org>; Sat, 9 Feb 2019 16:07:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F19B2335D5C for <gentoo-commits@lists.gentoo.org>; Sat, 9 Feb 2019 16:07:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C1B753C for <gentoo-commits@lists.gentoo.org>; Sat, 9 Feb 2019 16:07:00 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1549728407.74f6afce911091938f76a6bfcd613bff0afdb5ce.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpegoptim/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild X-VCS-Directories: media-gfx/jpegoptim/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 74f6afce911091938f76a6bfcd613bff0afdb5ce X-VCS-Branch: master Date: Sat, 9 Feb 2019 16:07:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52482cd3-ed5d-4978-8550-da939c6c6c57 X-Archives-Hash: 0503e239110d535a93a86544f5ab5ea1 commit: 74f6afce911091938f76a6bfcd613bff0afdb5ce Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Feb 8 15:35:09 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Feb 9 16:06:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f6afce media-gfx/jpegoptim: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild | 6 +++--- media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild b/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild index 979f943e00e..e6b750048b8 100644 --- a/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild +++ b/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Utility to optimize JPEG 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+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to be 'any later version' SLOT="0" diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild b/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild index 2bcd4f24bbf..1fd5345af52 100644 --- a/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild +++ b/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Utility to optimize JPEG files" -HOMEPAGE="http://www.kokkonen.net/tjko/projects.html https://github.com/tjko/jpegoptim" -SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz" +HOMEPAGE="https://www.kokkonen.net/tjko/projects.html https://github.com/tjko/jpegoptim" +SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz" LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to be 'any later version' SLOT="0"