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 32BA3138334 for ; Fri, 6 Dec 2019 20:32:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3D7AE091B; Fri, 6 Dec 2019 20:32:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8D85FE091B for ; Fri, 6 Dec 2019 20:32:47 +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 A001234D858 for ; Fri, 6 Dec 2019 20:32:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F39908D0 for ; Fri, 6 Dec 2019 20:32:44 +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: <1575664314.67b2db7205bd6f70048c74511bdfc1916a96c384.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/cockatrice/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/cockatrice/cockatrice-20190304-r1.ebuild X-VCS-Directories: games-board/cockatrice/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 67b2db7205bd6f70048c74511bdfc1916a96c384 X-VCS-Branch: master Date: Fri, 6 Dec 2019 20:32:44 +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: 1c7a19bd-b255-475e-b190-0cb403270c03 X-Archives-Hash: cbda2093f8be58aac46b83cad22ac65d commit: 67b2db7205bd6f70048c74511bdfc1916a96c384 Author: Wim Muskee gmail com> AuthorDate: Fri Dec 6 15:41:09 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 6 20:31:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b2db72 games-board/cockatrice: fix HomepageInSrcUri Signed-off-by: Wim Muskee gmail.com> Signed-off-by: David Seifert gentoo.org> games-board/cockatrice/cockatrice-20190304-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-board/cockatrice/cockatrice-20190304-r1.ebuild b/games-board/cockatrice/cockatrice-20190304-r1.ebuild index f44fa453f6d..b4a18e8d208 100644 --- a/games-board/cockatrice/cockatrice-20190304-r1.ebuild +++ b/games-board/cockatrice/cockatrice-20190304-r1.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils MY_PV="2019-03-04-Release-2.7.0" DESCRIPTION="An open-source multiplatform software for playing card games over a network" HOMEPAGE="https://github.com/Cockatrice/Cockatrice" -SRC_URI="${HOMEPAGE}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Cockatrice/Cockatrice/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"