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 3038D15ACFB for ; Mon, 10 Apr 2023 10:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73555E08F4; Mon, 10 Apr 2023 10:41:22 +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 5844EE08F4 for ; Mon, 10 Apr 2023 10:41:22 +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 626A4340DBE for ; Mon, 10 Apr 2023 10:41:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9F14A3A for ; Mon, 10 Apr 2023 10:41:19 +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: <1681123277.c157dd9e11651a7517ae235e41fe2bc5d8f1830f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/entice/entice-0_pre20220809.ebuild X-VCS-Directories: media-gfx/entice/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c157dd9e11651a7517ae235e41fe2bc5d8f1830f X-VCS-Branch: master Date: Mon, 10 Apr 2023 10:41:19 +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: 3d861b19-a1f9-4d29-af7f-0a0b4fa3e25e X-Archives-Hash: bf29955633b395eafd927e7f01426b10 commit: c157dd9e11651a7517ae235e41fe2bc5d8f1830f Author: Joonas Niilola gentoo org> AuthorDate: Mon Apr 10 10:38:29 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Apr 10 10:41:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c157dd9e media-gfx/entice: update HOMEPAGE Signed-off-by: Joonas Niilola gentoo.org> media-gfx/entice/entice-0_pre20220809.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/entice/entice-0_pre20220809.ebuild b/media-gfx/entice/entice-0_pre20220809.ebuild index 5f17dea1b112..4911690177c2 100644 --- a/media-gfx/entice/entice-0_pre20220809.ebuild +++ b/media-gfx/entice/entice-0_pre20220809.ebuild @@ -8,7 +8,7 @@ inherit meson optfeature xdg MY_COMMIT="5122896d812a2db0fd2c536f047ac340fd1d12e5" DESCRIPTION="A simple image viewer based on EFL" -HOMEPAGE="https://github.com/vtorri/entice" +HOMEPAGE="https://git.enlightenment.org/vtorri/entice https://github.com/vtorri/entice" SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2"