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 79B7A138334 for ; Sun, 17 Feb 2019 11:13:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95C84E0982; Sun, 17 Feb 2019 11:13:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6BF7BE0982 for ; Sun, 17 Feb 2019 11:13:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 479B1335D16 for ; Sun, 17 Feb 2019 11:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEF9B44B for ; Sun, 17 Feb 2019 11:13:10 +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: <1550401980.cc67c3b56326894fe9034edca9b26b866207eec5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exif/exif-0.6.21.ebuild X-VCS-Directories: media-gfx/exif/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cc67c3b56326894fe9034edca9b26b866207eec5 X-VCS-Branch: master Date: Sun, 17 Feb 2019 11:13:10 +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: 0a28fa4c-1dab-4d0a-a6e2-c562bb199148 X-Archives-Hash: 35ef25594475a7e2beee39fb2ea3be5b commit: cc67c3b56326894fe9034edca9b26b866207eec5 Author: Francesco Turco fastmail fm> AuthorDate: Sat Feb 16 22:34:37 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 11:13:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc67c3b5 media-gfx/exif: update HOMEPAGE Signed-off-by: Francesco Turco fastmail.fm> Closes: https://github.com/gentoo/gentoo/pull/11079 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/exif/exif-0.6.21.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/exif/exif-0.6.21.ebuild b/media-gfx/exif/exif-0.6.21.ebuild index bf41a30f325..157d8b18546 100644 --- a/media-gfx/exif/exif-0.6.21.ebuild +++ b/media-gfx/exif/exif-0.6.21.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 DESCRIPTION="Small CLI util to show EXIF infos hidden in JPEG files" -HOMEPAGE="http://libexif.sourceforge.net/" +HOMEPAGE="https://libexif.github.io/" SRC_URI="mirror://sourceforge/libexif/${P}.tar.bz2" LICENSE="GPL-2"