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 B5BE513832F for ; Sat, 30 Jul 2016 14:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE8A2E0B95; Sat, 30 Jul 2016 14:35:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13C27E0BA5 for ; Sat, 30 Jul 2016 14:35:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2891C340CF8 for ; Sat, 30 Jul 2016 14:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26779E6B for ; Sat, 30 Jul 2016 14:35:28 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1469889050.19c3cd12668b6a85ed5781278b0d3dd27e460a9a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/cockatrice/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/cockatrice/Manifest games-board/cockatrice/cockatrice-20160506.ebuild X-VCS-Directories: games-board/cockatrice/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 19c3cd12668b6a85ed5781278b0d3dd27e460a9a X-VCS-Branch: master Date: Sat, 30 Jul 2016 14:35:28 +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: becd90f2-985e-4f9d-9cf2-a57c2526b452 X-Archives-Hash: ecba292116f638cb7048021df2afe1f6 commit: 19c3cd12668b6a85ed5781278b0d3dd27e460a9a Author: Mike Gilbert gentoo org> AuthorDate: Sat Jul 30 14:30:50 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jul 30 14:30:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c3cd12 games-board/cockatrice: rename tarball Package-Manager: portage-2.3.0_p16 games-board/cockatrice/Manifest | 2 +- games-board/cockatrice/cockatrice-20160506.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-board/cockatrice/Manifest b/games-board/cockatrice/Manifest index beec551..ca33575 100644 --- a/games-board/cockatrice/Manifest +++ b/games-board/cockatrice/Manifest @@ -1 +1 @@ -DIST 2016-05-06-Release.tar.gz 6910937 SHA256 379835006f38b603af01cf46d508fd40e862b451045807b444042914e8736fee SHA512 5f90804270907b3a915e763e6a20c39432f76591a11df7198526fde5635314ffbb27026860053c302be1ef1dfce1efa445c5849c72d1220575314d6c3d67e94f WHIRLPOOL a13c531980da2cf172e933c5bcb179f8dc9368514fe7d2ec12a203f54c04aa5258218c6d2fc1bee30826598e1e8c057c437af6810709c26b0863cd2b665bc159 +DIST cockatrice-20160506.tar.gz 6910937 SHA256 379835006f38b603af01cf46d508fd40e862b451045807b444042914e8736fee SHA512 5f90804270907b3a915e763e6a20c39432f76591a11df7198526fde5635314ffbb27026860053c302be1ef1dfce1efa445c5849c72d1220575314d6c3d67e94f WHIRLPOOL a13c531980da2cf172e933c5bcb179f8dc9368514fe7d2ec12a203f54c04aa5258218c6d2fc1bee30826598e1e8c057c437af6810709c26b0863cd2b665bc159 diff --git a/games-board/cockatrice/cockatrice-20160506.ebuild b/games-board/cockatrice/cockatrice-20160506.ebuild index 9cb5d3b..bdf640c 100644 --- a/games-board/cockatrice/cockatrice-20160506.ebuild +++ b/games-board/cockatrice/cockatrice-20160506.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils eutils gnome2-utils games DESCRIPTION="An open-source multiplatform software for playing card games over a network" HOMEPAGE="https://github.com/Cockatrice/Cockatrice" -SRC_URI="https://github.com/Cockatrice/${PN}/archive/2016-05-06-Release.tar.gz" +SRC_URI="https://github.com/Cockatrice/${PN}/archive/2016-05-06-Release.tar.gz -> ${P}.tar.gz" S=${WORKDIR}/"Cockatrice-2016-05-06-Release"