From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 40D1B59CAF for ; Thu, 7 Apr 2016 16:07:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D87E21C030; Thu, 7 Apr 2016 16:07:40 +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 E23D721C030 for ; Thu, 7 Apr 2016 16:07:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 69E36340C8D for ; Thu, 7 Apr 2016 16:07:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81DCA15F for ; Thu, 7 Apr 2016 16:07:34 +0000 (UTC) From: "Doug Goldstein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Doug Goldstein" Message-ID: <1460045242.f3c24321c819a2bccd4e9f944260bf77b3ad5140.cardoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.7.0-r100.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: f3c24321c819a2bccd4e9f944260bf77b3ad5140 X-VCS-Branch: master Date: Thu, 7 Apr 2016 16:07:34 +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: 2b9e9b3c-748d-4e74-b779-214834e46132 X-Archives-Hash: 947c2f3159c7c3d314992113ffdbe5ed commit: f3c24321c819a2bccd4e9f944260bf77b3ad5140 Author: Doug Goldstein gentoo org> AuthorDate: Thu Apr 7 16:07:22 2016 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Thu Apr 7 16:07:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c24321 dev-lang/rust: fix stage0 snapshots Accidently put the stage0 snapshots from 1.8.0 into the 1.7.0-r100 ebuild instead of the values from the 1.7.0 ebuild. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein gentoo.org> dev-lang/rust/rust-1.7.0-r100.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/rust/rust-1.7.0-r100.ebuild b/dev-lang/rust/rust-1.7.0-r100.ebuild index 17cfcc9..34065d2 100644 --- a/dev-lang/rust/rust-1.7.0-r100.ebuild +++ b/dev-lang/rust/rust-1.7.0-r100.ebuild @@ -24,10 +24,10 @@ else fi # from src/snapshots.txt -RUST_SNAPSHOT_DATE="2016-02-17" -RUST_SNAPSHOT_SRCHASH="4d3eebf" -RUST_SNAPSHOT_HASH_amd64="d29b7607d13d64078b6324aec82926fb493f59ba" -RUST_SNAPSHOT_HASH_x86="5f194aa7628c0703f0fd48adc4ec7f3cc64b98c7" +RUST_SNAPSHOT_DATE="2015-12-18" +RUST_SNAPSHOT_SRCHASH="3391630" +RUST_SNAPSHOT_HASH_amd64="97e2a5eb8904962df8596e95d6e5d9b574d73bf4" +RUST_SNAPSHOT_HASH_x86="a09c4a4036151d0cb28e265101669731600e01f2" RUST_STAGE0="rust-stage0-${RUST_SNAPSHOT_DATE}-${RUST_SNAPSHOT_SRCHASH}" RUST_STAGE0_amd64="${RUST_STAGE0}-linux-x86_64-${RUST_SNAPSHOT_HASH_amd64}" RUST_STAGE0_x86="${RUST_STAGE0}-linux-i386-${RUST_SNAPSHOT_HASH_x86}"