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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29948158094 for ; Fri, 29 Jul 2022 04:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FAEDE0E15; Fri, 29 Jul 2022 04:17:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E7CFE0E15 for ; Fri, 29 Jul 2022 04:17:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4661D341176 for ; Fri, 29 Jul 2022 04:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8170755F for ; Fri, 29 Jul 2022 04:17:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659068233.c01b419a8c5cbe3fcf8944d4f89d456704e2e5ea.sam@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.5-r1.ebuild X-VCS-Directories: media-gfx/exiv2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c01b419a8c5cbe3fcf8944d4f89d456704e2e5ea X-VCS-Branch: master Date: Fri, 29 Jul 2022 04:17:41 +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: 80c5515d-0b6f-4b74-9b40-f09c66b2b07a X-Archives-Hash: ef7189e2c92a2d5eed73cf7e31299133 commit: c01b419a8c5cbe3fcf8944d4f89d456704e2e5ea Author: Sam James gentoo org> AuthorDate: Fri Jul 29 04:16:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 29 04:17:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01b419a media-gfx/exiv2: fix HOMEPAGE Signed-off-by: Sam James gentoo.org> media-gfx/exiv2/exiv2-0.27.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild b/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild index 754fb2a9597e..8655bd0c7eac 100644 --- a/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild +++ b/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit cmake-multilib python-any-r1 DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility" -HOMEPAGE="https://www.exiv2.org/" +HOMEPAGE="https://exiv2.org/" LICENSE="GPL-2" # In 0.27.5, ABI seemed to be broken for bmff functions