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 EFDF3138334 for ; Sun, 19 Aug 2018 22:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B6F3E09F5; Sun, 19 Aug 2018 22:52:33 +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 026B0E09F5 for ; Sun, 19 Aug 2018 22:52:32 +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 8027234129D for ; Sun, 19 Aug 2018 22:52:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBD8E3B9 for ; Sun, 19 Aug 2018 22:52:27 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1534719049.afb7cda1b5c4e401edb4feecb65fac11cea69d34.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcrush/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pngcrush/pngcrush-1.8.13.ebuild X-VCS-Directories: media-gfx/pngcrush/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: afb7cda1b5c4e401edb4feecb65fac11cea69d34 X-VCS-Branch: master Date: Sun, 19 Aug 2018 22:52:27 +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-Archives-Salt: 915b6b55-7819-41d7-9495-e1d4d3746c58 X-Archives-Hash: 671994b00324bfc7e85792216b86136a commit: afb7cda1b5c4e401edb4feecb65fac11cea69d34 Author: Francesco Turco fastmail fm> AuthorDate: Mon Aug 13 14:15:11 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Aug 19 22:50:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb7cda1 media-gfx/pngcrush: update HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/9564 media-gfx/pngcrush/pngcrush-1.8.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild index 2da3e2abd13..d312b40a5f5 100644 --- a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild +++ b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit toolchain-funcs DESCRIPTION="Portable Network Graphics (PNG) optimizing utility" -HOMEPAGE="http://pmt.sourceforge.net/pngcrush/" +HOMEPAGE="https://pmt.sourceforge.io/pngcrush/" SRC_URI="system-libs? ( mirror://sourceforge/pmt/${P}-nolib.tar.xz ) !system-libs? ( mirror://sourceforge/pmt/${P}.tar.xz )"