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 4BE1D138335 for ; Sun, 17 Mar 2019 21:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 164F8E0898; Sun, 17 Mar 2019 21:58:40 +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 E235CE0899 for ; Sun, 17 Mar 2019 21:58:39 +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 65DB4335D2C for ; Sun, 17 Mar 2019 21:58:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AC7D56A for ; Sun, 17 Mar 2019 21:58:36 +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: <1552859871.2f63ecdd1af73b35e6895368237e2f33895923e3.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/burgerspace/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/burgerspace/burgerspace-1.9.2.ebuild X-VCS-Directories: games-arcade/burgerspace/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 2f63ecdd1af73b35e6895368237e2f33895923e3 X-VCS-Branch: master Date: Sun, 17 Mar 2019 21:58:36 +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: 0bfbf57f-fc99-4f4c-97fa-6337a897e0d3 X-Archives-Hash: def8030f7785c5e55fcd611519c5648a commit: 2f63ecdd1af73b35e6895368237e2f33895923e3 Author: Daniel Schmidt tutanota com> AuthorDate: Sun Mar 17 20:17:30 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Mar 17 21:57:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f63ecdd games-arcade/burgerspace: fix HOMEPAGE and SRC_URI Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Daniel Schmidt tutanota.com> Signed-off-by: James Le Cuirot gentoo.org> games-arcade/burgerspace/burgerspace-1.9.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-arcade/burgerspace/burgerspace-1.9.2.ebuild b/games-arcade/burgerspace/burgerspace-1.9.2.ebuild index 6eb8eafc473..ec7380a6dbe 100644 --- a/games-arcade/burgerspace/burgerspace-1.9.2.ebuild +++ b/games-arcade/burgerspace/burgerspace-1.9.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools games DESCRIPTION="Clone of the 1982 BurgerTime video game by Data East" -HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/burgerspace.html" -SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz" +HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html" +SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"