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 EC9CB158020 for ; Thu, 27 Oct 2022 12:26:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A88E6E095D; Thu, 27 Oct 2022 12:26:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 91AA0E095D for ; Thu, 27 Oct 2022 12:26:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B026340CF4 for ; Thu, 27 Oct 2022 12:26:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F77A62E for ; Thu, 27 Oct 2022 12:26:26 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1666872294.712d44f3f9b0a0c180cf5d152de4be9003f791e8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xpaint/xpaint-3.1.4-r2.ebuild X-VCS-Directories: media-gfx/xpaint/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 712d44f3f9b0a0c180cf5d152de4be9003f791e8 X-VCS-Branch: master Date: Thu, 27 Oct 2022 12:26:26 +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: b7c3c7d1-0a30-4802-8cc6-00f31e504c0e X-Archives-Hash: 77811a604b6b569989c31cc08773fccd commit: 712d44f3f9b0a0c180cf5d152de4be9003f791e8 Author: Viorel Munteanu gmail com> AuthorDate: Sun Oct 2 11:01:22 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Oct 27 12:04:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712d44f3 media-gfx/xpaint: update HOMEPAGE Signed-off-by: Viorel Munteanu gmail.com> Signed-off-by: Joonas Niilola gentoo.org> media-gfx/xpaint/xpaint-3.1.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild index 59ff76a5800d..31ae9d1b230c 100644 --- a/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild +++ b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools desktop toolchain-funcs xdg DESCRIPTION="Image editor with tiff, jpeg and png support" -HOMEPAGE="http://sf-xpaint.sourceforge.net/" +HOMEPAGE="https://sf-xpaint.sourceforge.net/" SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2" LICENSE="GPL-3"