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 3739D1387B6 for ; Fri, 1 Feb 2013 06:00:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1809421C024; Fri, 1 Feb 2013 06:00:44 +0000 (UTC) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5294E21C00A for ; Fri, 1 Feb 2013 06:00:42 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id es5so2657438wgb.29 for ; Thu, 31 Jan 2013 22:00:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=8GqRE6onloY0LooctsdfwoDY5Y0XSRtpR1F9HBRZj7o=; b=lgsuogMugvqI8NZN4wXk2rUbnMczI7NV2R0BfgOLqcQtSxKjgXhbrGJ7OXQF3t5Zl6 9k68hypIjKe/6wkLE9oyU96ozf9rgGIbEMKQtXiy7z/0DW0firf4Pggqj4n9WVF3DAZc sgq7TzyO4OF5hjvYp3EejWk65O/84cxtudUSqaDRJTit+PFK7RLBF00PFRUwHUwlSBd7 iVAcz9E8XezlJ9zEtiRJofzudJW2/cZ8bTQflDzpBvoOqj+9jQAaMs2weq37eLZNj3MQ bd27dsuNjo8PcVfGVbgQluQ2wpskCIoCdHvPbHJaoojfcpiGYnS0t/SXpAJTMOvodswE YMOg== X-Received: by 10.194.90.11 with SMTP id bs11mr19502886wjb.18.1359698440969; Thu, 31 Jan 2013 22:00:40 -0800 (PST) Received: from khamul.example.com (196-215-2-98.dynamic.isadsl.co.za. [196.215.2.98]) by mx.google.com with ESMTPS id gz3sm1058020wib.2.2013.01.31.22.00.38 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 31 Jan 2013 22:00:39 -0800 (PST) Date: Fri, 1 Feb 2013 07:59:50 +0200 From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] local overlay problem Message-ID: <20130201075950.48286bda@khamul.example.com> In-Reply-To: <20130201043827.GB879@ca.inter.net> References: <20130201024111.GA879@ca.inter.net> <510B2DF6.3030203@gmail.com> <20130201043827.GB879@ca.inter.net> Organization: Internet Solutions X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.14; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 8ce2ea40-4772-4d4f-93a8-3f31e7ac772a X-Archives-Hash: 4ce044d7f999fe0453f09f1eeed01197 On Thu, 31 Jan 2013 23:38:27 -0500 Philip Webb wrote: > > When running `ebuild digest`, it has to have > > all possible files available in order to update the Manifest file. > > Those languages won't be installed when you actually install > > your modified package. You'll probably want to keep them around > > until you're finished making changes, though. > > Why doesn't this happen when I do my weekly 'eix-sync' ? > Perhaps it silently downloads them, then deletes them again, > or perhaps it simply downloads the Manifest on those occasions, > but has to calculate it specially for the non-Portage overlay. The Manifest was already calculated by the dev for all those little files in the original, so portage didn't need to redo it. The only file you changed is the ebuild itself. So copy the manifest over from the original, delete the line for the ebuild and run digest again. -- Alan McKinnon alan.mckinnon@gmail.com