From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 0B38F138335 for ; Thu, 18 Apr 2019 17:56:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B128CE0CA6; Thu, 18 Apr 2019 17:56:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 92A39E0CA6 for ; Thu, 18 Apr 2019 17:56:50 +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 2B6F53418B1 for ; Thu, 18 Apr 2019 17:56:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 194F254A for ; Thu, 18 Apr 2019 17:56:47 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1555609999.b1c88eb4c82fd5a7475c8577efea9450be4abf03.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exiv2/exiv2-0.27.0-r2.ebuild X-VCS-Directories: media-gfx/exiv2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b1c88eb4c82fd5a7475c8577efea9450be4abf03 X-VCS-Branch: master Date: Thu, 18 Apr 2019 17:56:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ff276a59-98de-4900-bc92-68b15991a042 X-Archives-Hash: 06c954eb7492398fc3c9a021adf1bea2 commit: b1c88eb4c82fd5a7475c8577efea9450be4abf03 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 17 16:35:35 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 18 17:53:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c88eb4 media-gfx/exiv2: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11723 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/exiv2/exiv2-0.27.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild b/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild index 6ec0a4ad1b4..d95c0550c1c 100644 --- a/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild +++ b/media-gfx/exiv2/exiv2-0.27.0-r2.ebuild @@ -15,7 +15,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit cmake-multilib python-any-r1 DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility" -HOMEPAGE="http://www.exiv2.org/" +HOMEPAGE="https://www.exiv2.org/" LICENSE="GPL-2" SLOT="0/27"