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 1712F138334 for ; Wed, 20 Mar 2019 17:16:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08ACFE0826; Wed, 20 Mar 2019 17:16:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D0F99E0826 for ; Wed, 20 Mar 2019 17:16:28 +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 04AEF335D0F for ; Wed, 20 Mar 2019 17:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5206E452 for ; Wed, 20 Mar 2019 17:16:25 +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: <1553102104.677b3fd81848f1df8bacd5e2ab3f9ec852f41583.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fotoxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fotoxx/fotoxx-15.05.ebuild X-VCS-Directories: media-gfx/fotoxx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 677b3fd81848f1df8bacd5e2ab3f9ec852f41583 X-VCS-Branch: master Date: Wed, 20 Mar 2019 17:16:25 +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: 71281f35-b5e1-4664-b516-fd15fba11d50 X-Archives-Hash: 4a6aa97ceee1943358e313aa24725779 commit: 677b3fd81848f1df8bacd5e2ab3f9ec852f41583 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 20 14:41:24 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 20 17:15:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677b3fd8 media-gfx/fotoxx: Fix HOMEPAGE Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/fotoxx/fotoxx-15.05.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/fotoxx/fotoxx-15.05.ebuild b/media-gfx/fotoxx/fotoxx-15.05.ebuild index 0a425e4da1d..dd440e48f70 100644 --- a/media-gfx/fotoxx/fotoxx-15.05.ebuild +++ b/media-gfx/fotoxx/fotoxx-15.05.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit desktop toolchain-funcs xdg-utils DESCRIPTION="Program for improving image files made with a digital camera" -HOMEPAGE="http://www.kornelix.com/fotoxx.html" +HOMEPAGE="https://www.kornelix.net/fotoxx/fotoxx.html" SRC_URI="http://www.kornelix.com/uploads/1/3/0/3/13035936/${P}.tar.gz" LICENSE="GPL-3"