From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kwyfl-0006Lh-OX for garchives@archives.gentoo.org; Mon, 03 Nov 2008 12:36:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE67E0407; Mon, 3 Nov 2008 12:36:12 +0000 (UTC) Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.150]) by pigeon.gentoo.org (Postfix) with ESMTP id 77D2FE0407 for ; Mon, 3 Nov 2008 12:36:12 +0000 (UTC) Received: by qw-out-1920.google.com with SMTP id 5so1207753qwc.10 for ; Mon, 03 Nov 2008 04:36:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=xhNNTkkHewual/St4mf6S6BVoFnhga8XUoq4Ain4ptQ=; b=xVrqm+mqJmJuePwIyYSNE34jPzus470Ql3trkTZHX4TUuA2cjtCnduYL0sF3err/SQ FWHqYum14SQGR/xr87UXM231Y9nDMXjSedv3ikrUUN6gQqVEmCk+PhzywElttBoPcdve QivSgDqmYP/dAro3HcXX56mG7WY9FA6tWUYgA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=mow1FdB9DRmSHNXi2NyR5pApYol/yb6CuNxW51mN11PttVm+dWYdIKYNfNjmDi0evH B+v361CKVSZOesdvFvFKsTC6BA7FhR15ND8TozEK9AM0JRQ8wzbmnTonfCRbXIYcDNnR 2PHy0XXATz9ASl5rwgPr5ZcUpH9adUp6/Q7vs= Received: by 10.214.244.12 with SMTP id r12mr37424qah.214.1225715770859; Mon, 03 Nov 2008 04:36:10 -0800 (PST) Received: from ?10.1.245.102? (dustpuppy.is.co.za [196.14.169.11]) by mx.google.com with ESMTPS id 5sm3080694qwg.9.2008.11.03.04.36.08 (version=SSLv3 cipher=RC4-MD5); Mon, 03 Nov 2008 04:36:09 -0800 (PST) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Update svn ebuilds only when necessary Date: Mon, 3 Nov 2008 14:36:01 +0200 User-Agent: KMail/1.9.10 References: <20081103121702.GA31249@revolver> In-Reply-To: <20081103121702.GA31249@revolver> 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="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811031436.01869.alan.mckinnon@gmail.com> X-Archives-Salt: ce199ded-143d-4bfa-87d0-9c9d8fda53ce X-Archives-Hash: 30f7cabde318d9c56feeb8087e308f61 On Monday 03 November 2008 14:17:02 Momesso Andrea wrote: > Is there a way to to update svn packages only when there are updates in > the svn source? > > Actually I use a script to grep "9999" from eix -I output and put all > those packages in a package set, then I have a cron job to rebuild this > set weekly. > > What I'd like to do is to only fetch the svn sources, and rebuild the > packages if sources have been updated since last build, saving lots of > compilations. > > Does portage (or any other tool) provide a way to do it? No, there is no such tool. Feel free to write one and share :-) -- alan dot mckinnon at gmail dot com