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 6A3FD15808B for ; Sun, 10 Apr 2022 14:58:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A40BE09A1; Sun, 10 Apr 2022 14:58:35 +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 5EC48E09A1 for ; Sun, 10 Apr 2022 14:58:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 17684341684 for ; Sun, 10 Apr 2022 14:58:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 960861BD for ; Sun, 10 Apr 2022 14:58:32 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1649602691.07f8ff122ee5df2e6814e17dbcf373711bc4f3dd.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/pico8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/pico8/pico8-0.2.4b.ebuild X-VCS-Directories: dev-lang/pico8/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 07f8ff122ee5df2e6814e17dbcf373711bc4f3dd X-VCS-Branch: master Date: Sun, 10 Apr 2022 14:58:32 +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: f306d741-90de-4a40-8999-fc1db121a75e X-Archives-Hash: 338631e2bc2bcce93ad9e2ff4063a6f9 commit: 07f8ff122ee5df2e6814e17dbcf373711bc4f3dd Author: James Le Cuirot gentoo org> AuthorDate: Sun Apr 10 14:58:11 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Apr 10 14:58:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f8ff12 dev-lang/pico8: Correct the HOMEPAGE Signed-off-by: James Le Cuirot gentoo.org> dev-lang/pico8/pico8-0.2.4b.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-lang/pico8/pico8-0.2.4b.ebuild b/dev-lang/pico8/pico8-0.2.4b.ebuild index e1413e0112f8..74d7e24bb2a5 100644 --- a/dev-lang/pico8/pico8-0.2.4b.ebuild +++ b/dev-lang/pico8/pico8-0.2.4b.ebuild @@ -7,7 +7,7 @@ inherit desktop xdg MY_PN="pico-8" DESCRIPTION="Fantasy console for making, sharing and playing tiny games and other computer programs" -HOMEPAGE="https://lexaloffle.itch.io/pico-8" +HOMEPAGE="https://www.lexaloffle.com/pico-8.php" SRC_URI=" amd64? ( ${MY_PN}_${PV}_amd64.zip ) arm? ( ${MY_PN}_${PV}_raspi.zip ) @@ -32,8 +32,9 @@ DIR="/opt/${PN}" QA_PREBUILT="${DIR}/${PN}" pkg_nofetch() { - einfo "Please buy and download ${A} from:" + einfo "Please buy and download ${A} from one of:" einfo " ${HOMEPAGE}" + einfo " https://lexaloffle.itch.io/${MY_PN}" einfo "and move it to your distfiles directory." }