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 7149B138334 for ; Mon, 15 Apr 2019 08:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DDB6E088C; Mon, 15 Apr 2019 08:28:44 +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 5D311E088C for ; Mon, 15 Apr 2019 08:28:43 +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 A8F333411A2 for ; Mon, 15 Apr 2019 08:28:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DD3359F for ; Mon, 15 Apr 2019 08:28:40 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1555316901.46afd33e5271da5f6b5ba11432440ece69122e47.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/flatzebra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/flatzebra/flatzebra-0.1.6.ebuild X-VCS-Directories: dev-games/flatzebra/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 46afd33e5271da5f6b5ba11432440ece69122e47 X-VCS-Branch: master Date: Mon, 15 Apr 2019 08:28:40 +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: 7e786dea-d55c-4157-aa72-36c6907b45f4 X-Archives-Hash: ca62d6074f143dbbc7795c5b7fd8e7d4 commit: 46afd33e5271da5f6b5ba11432440ece69122e47 Author: Wim Muskee gmail com> AuthorDate: Mon Apr 15 04:32:20 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Apr 15 08:28:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46afd33e dev-games/flatzebra: update HOMEPAGE, SRC_URI Signed-off-by: Wim Muskee gmail.com> Signed-off-by: David Seifert gentoo.org> dev-games/flatzebra/flatzebra-0.1.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-games/flatzebra/flatzebra-0.1.6.ebuild b/dev-games/flatzebra/flatzebra-0.1.6.ebuild index a8ca6daebdb..a2656a4bfba 100644 --- a/dev-games/flatzebra/flatzebra-0.1.6.ebuild +++ b/dev-games/flatzebra/flatzebra-0.1.6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="A generic game engine for 2D double-buffering animation" -HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev" -SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz" +HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/batrachians.html" +SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"