From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QOYMg-0006Ga-2J for garchives@archives.gentoo.org; Mon, 23 May 2011 16:52:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F09EE1C06E; Mon, 23 May 2011 16:50:32 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id BCE791C06E for ; Mon, 23 May 2011 16:50:32 +0000 (UTC) Received: by vws13 with SMTP id 13so5213727vws.40 for ; Mon, 23 May 2011 09:50:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=Tj7KakCgMizsWvMoJl3CElZ+Vzl3EVWCwnbpk4NVBbs=; b=atM6L3e8I+7I9U1vvsuvB0U8H6rHYrrwcWNxe77gRwzihh7Ha1auZhealsr8xHeXb4 dosdShb8tN5zXJwUt0YAYF6qv9Zkubrw9mN67wAmxXafn7rPB6JGbKCHG4SJIc+I0FKW bjCSQX2K2y099Pn+Mp1A+QQmaX7ouyxy/gIUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=At61L/gdqxuJxsy+RyCvtvDG2TdFp0jBh0RMYho8hAdpQVPgOjxj4uOsi2vfcU8SkB G73Jvv56SRhcQNk12Wz/NSO67e510AFo65WEbMR10Fyz1hdJCXWok5R08+1ZBAuEJaoU 6Fyn9HwtoV+T+BApDr1zAVyU6MhflQswWM0XM= Received: by 10.52.180.201 with SMTP id dq9mr3727347vdc.245.1306169432231; Mon, 23 May 2011 09:50:32 -0700 (PDT) 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 Sender: paul.hartman@gmail.com Received: by 10.52.157.234 with HTTP; Mon, 23 May 2011 09:50:12 -0700 (PDT) In-Reply-To: References: From: Paul Hartman Date: Mon, 23 May 2011 11:50:12 -0500 X-Google-Sender-Auth: DSHsDun_OWsnRBtMVC0yTVtgkQg Message-ID: Subject: Re: [gentoo-user] ebuild ChangeLog and emerge -l To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ff4d223ad64ee9ff93d84cf7d9ad9fc8 On Mon, May 23, 2011 at 10:29 AM, Nikos Chantziaras wrote= : > When doing an update using the -l option of emerge, eg: > > =A0emerge -uDNl world > > The ChangeLog entries that are displayed seem buggy to me. =A0For example= , > sometimes a whole page worth of changes from a single ChangeLog is > displayed, containing entries for ebuilds older than what is currently > installed. =A0Some other times it's less dramatic, but still contains stu= ff > that should not show up. You can also take a look at: /usr/lib64/portage/pym/_emerge/resolver/output_helpers.py It contains the regexp that is used to parse the changelogs and the logic of what is shown and ignored.