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 9A828138010 for ; Sat, 6 Oct 2012 10:24:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AC4BE0552; Sat, 6 Oct 2012 10:24:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 84778E0552 for ; Sat, 6 Oct 2012 10:24:25 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABF2F33D73B for ; Sat, 6 Oct 2012 10:24:24 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2275) id E522121601; Sat, 6 Oct 2012 10:24:22 +0000 (UTC) From: "Michael Weber (xmw)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, xmw@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/spek/files: spek-0.8.1-disable-updates.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: spek-0.8.1-disable-updates.patch X-VCS-Directories: media-sound/spek/files X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121006102422.E522121601@flycatcher.gentoo.org> Date: Sat, 6 Oct 2012 10:24:22 +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: 1df204b9-cad1-4663-b5e8-375edb11b6f1 X-Archives-Hash: 9a4193e8f9b0af61e987d8cb358c4162 xmw 12/10/06 10:24:22 Added: spek-0.8.1-disable-updates.patch Log: Version bump, disable update check by default. (Portage version: 2.1.11.13/cvs/Linux x86_64) Revision Changes Path 1.1 media-sound/spek/files/spek-0.8.1-disable-updates.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spek/files/spek-0.8.1-disable-updates.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spek/files/spek-0.8.1-disable-updates.patch?rev=1.1&content-type=text/plain Index: spek-0.8.1-disable-updates.patch =================================================================== --- spek-0.8.1/src/spek-preferences.cc +++ spek-0.8.1/src/spek-preferences.cc @@ -62,7 +62,7 @@ bool SpekPreferences::get_check_update() { - bool result = true; + bool result = false; this->config->Read(wxT("/update/check"), &result); return result; }