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 64975138334 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 19B95E0899; 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 E07B5E0898 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 3264A335D27 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 7E83956B 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: <1552859877.fd73a26688b9e663fec9f86d4126c85d62490bdb.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/cosmosmash/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/cosmosmash/cosmosmash-1.4.7-r1.ebuild X-VCS-Directories: games-arcade/cosmosmash/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: fd73a26688b9e663fec9f86d4126c85d62490bdb 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: 12ddad3e-c74c-4083-b378-58d81276b501 X-Archives-Hash: 5c42e2566a2ec479286bc315949f4fd9 commit: fd73a26688b9e663fec9f86d4126c85d62490bdb Author: Daniel Schmidt tutanota com> AuthorDate: Sun Mar 17 20:18:02 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Mar 17 21:57:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd73a266 games-arcade/cosmosmash: 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/cosmosmash/cosmosmash-1.4.7-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-arcade/cosmosmash/cosmosmash-1.4.7-r1.ebuild b/games-arcade/cosmosmash/cosmosmash-1.4.7-r1.ebuild index b8b44c33ea5..82f3d9518a7 100644 --- a/games-arcade/cosmosmash/cosmosmash-1.4.7-r1.ebuild +++ b/games-arcade/cosmosmash/cosmosmash-1.4.7-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools DESCRIPTION="A space rock shooting video game" -HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/cosmosmash.html" -SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz" +HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/cosmosmash.html" +SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"