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 D34281396D9 for ; Mon, 13 Nov 2017 22:40:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A81BE102B; Mon, 13 Nov 2017 22:40:06 +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 18F30E102B for ; Mon, 13 Nov 2017 22:40:06 +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 D75C8340806 for ; Mon, 13 Nov 2017 22:40:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DE2F9AE4 for ; Mon, 13 Nov 2017 22:40:03 +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: <1510612775.23a2b242ff3fd30d138e7310a6c969c69a9cd41a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/supertux/supertux-0.5.1.ebuild X-VCS-Directories: games-arcade/supertux/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 23a2b242ff3fd30d138e7310a6c969c69a9cd41a X-VCS-Branch: master Date: Mon, 13 Nov 2017 22:40:03 +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: ad430cd0-f9c9-4788-a106-02d4214986ff X-Archives-Hash: 4ab61025309ad1a369432ed6196a2b89 commit: 23a2b242ff3fd30d138e7310a6c969c69a9cd41a Author: soredake krutt org> AuthorDate: Fri Nov 10 09:09:51 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Nov 13 22:39:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a2b242 games-arcade/supertux: update HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/6164 games-arcade/supertux/supertux-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-arcade/supertux/supertux-0.5.1.ebuild b/games-arcade/supertux/supertux-0.5.1.ebuild index 10893c16355..af91e8b026d 100644 --- a/games-arcade/supertux/supertux-0.5.1.ebuild +++ b/games-arcade/supertux/supertux-0.5.1.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils flag-o-matic MY_P="SuperTux-v${PV}-Source" DESCRIPTION="A game similar to Super Mario Bros." -HOMEPAGE="http://supertuxproject.org/" +HOMEPAGE="https://supertux.org/" SRC_URI="https://github.com/SuperTux/${PN}/releases/download/v${PV}/${MY_P}.tar.gz" LICENSE="GPL-2+ GPL-3+ ZLIB MIT CC-BY-SA-2.0 CC-BY-SA-3.0"