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 9B4E21382C5 for ; Sat, 10 Feb 2018 10:43:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5BC3E09A4; Sat, 10 Feb 2018 10:43:15 +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 A760AE0986 for ; Sat, 10 Feb 2018 10:43:15 +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 D5E7C335C4E for ; Sat, 10 Feb 2018 10:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF75C1E7 for ; Sat, 10 Feb 2018 10:43:11 +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: <1518259375.16b2f257e4528aeec599bd47fbbfa00ab0c59e42.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/quadra/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/quadra/quadra-1.2.0.ebuild X-VCS-Directories: games-puzzle/quadra/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 16b2f257e4528aeec599bd47fbbfa00ab0c59e42 X-VCS-Branch: master Date: Sat, 10 Feb 2018 10:43:11 +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: 7e811ce8-933e-428e-985f-41d1843f1eaf X-Archives-Hash: 6959f22fb2ce6648ae55e34050b1871c commit: 16b2f257e4528aeec599bd47fbbfa00ab0c59e42 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Feb 9 17:42:04 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Feb 10 10:42:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b2f257 games-puzzle/quadra: fix HOMEPAGE and SRC_URI games-puzzle/quadra/quadra-1.2.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-puzzle/quadra/quadra-1.2.0.ebuild b/games-puzzle/quadra/quadra-1.2.0.ebuild index 6d62e04484e..a315a077f55 100644 --- a/games-puzzle/quadra/quadra-1.2.0.ebuild +++ b/games-puzzle/quadra/quadra-1.2.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils games DESCRIPTION="A tetris clone with multiplayer support" -HOMEPAGE="https://code.google.com/p/quadra/" -SRC_URI="https://quadra.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://github.com/quadra-game/quadra" +SRC_URI="https://github.com/${PN}-game/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"