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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E123015800F for ; Thu, 2 Feb 2023 14:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10B69E0971; Thu, 2 Feb 2023 14:01:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E72FFE0971 for ; Thu, 2 Feb 2023 14:01:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 953E733E690 for ; Thu, 2 Feb 2023 14:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C03977F8 for ; Thu, 2 Feb 2023 14:01:13 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1675346367.e0ba0531ed745fcd41a26767cb73ee1409f15ed1.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/color-lines/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/color-lines/color-lines-0.6-r1.ebuild X-VCS-Directories: games-puzzle/color-lines/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: e0ba0531ed745fcd41a26767cb73ee1409f15ed1 X-VCS-Branch: master Date: Thu, 2 Feb 2023 14:01:13 +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: f758a20e-1edb-4420-9e04-6d30779ff800 X-Archives-Hash: 285f751144aa731e7bc49946c93b5899 commit: e0ba0531ed745fcd41a26767cb73ee1409f15ed1 Author: Sergey Popov gentoo org> AuthorDate: Thu Feb 2 13:58:18 2023 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Feb 2 13:59:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ba0531 games-puzzle/color-lines: update SRC_URI due to Google Code shutdown Reported-by: Azamat H. Hackimov gmail.com> Bug: https://bugs.gentoo.org/892922 Signed-off-by: Sergey Popov gentoo.org> games-puzzle/color-lines/color-lines-0.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-puzzle/color-lines/color-lines-0.6-r1.ebuild b/games-puzzle/color-lines/color-lines-0.6-r1.ebuild index e239fd1588a2..35416f945881 100644 --- a/games-puzzle/color-lines/color-lines-0.6-r1.ebuild +++ b/games-puzzle/color-lines/color-lines-0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit desktop DESCRIPTION="Color lines game written with SDL with bonus features" HOMEPAGE="https://github.com/OpenA/color-lines-sdl" -SRC_URI="https://color-lines.googlecode.com/files/lines_${PV}.tar.gz" +SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz -> lines_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0"