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 <gentoo-user+bounces-123107-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QOXMb-00070h-Ii
	for garchives@archives.gentoo.org; Mon, 23 May 2011 15:48:13 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 85A051C020;
	Mon, 23 May 2011 15:46:49 +0000 (UTC)
Received: from mail-ew0-f53.google.com (mail-ew0-f53.google.com [209.85.215.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id 37B951C020
	for <gentoo-user@lists.gentoo.org>; Mon, 23 May 2011 15:46:48 +0000 (UTC)
Received: by ewy8 with SMTP id 8so2164475ewy.40
        for <gentoo-user@lists.gentoo.org>; Mon, 23 May 2011 08:46:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:in-reply-to:references:date
         :message-id:subject:from:to:content-type:content-transfer-encoding;
        bh=5il2qq/HDAvd/m8e/yvQf0vLVp4/d1QFZ7R10F70N+I=;
        b=JZ1ZgT0m/IMJOlzekTgTjrdm8/sw5pLTMuLgKUPm0PLDLhnodp3Uupxe3OQVjiDvxP
         tiYeaz4PEomigLa7gFThzI/U3dwDqB5QLTwnZxsq2G/KCPzJc/ZoOa9fhEGKs5TfDsl+
         maPziO8/4FmPltqvfMzHzOo/DCcfhef1nPVIc=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=qLfVoORjujBd68m95+iJ219mgUalsnZPkaK1mHK2xUm4K2/jdNmRn335F2+MeoDV17
         cWSTqd1IFkznKs/3OrUY8Dqb8LIGGOH0RvowDIjFQQBbSmQHcatFkklDhDhQGCzMbjlO
         vNhW0QqzsUdvHJR3zn7kzXvvHO4euT222PUoQ=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.14.1.71 with SMTP id 47mr861252eec.128.1306165608311; Mon, 23
 May 2011 08:46:48 -0700 (PDT)
Received: by 10.14.45.72 with HTTP; Mon, 23 May 2011 08:46:47 -0700 (PDT)
In-Reply-To: <irdufn$14f$1@dough.gmane.org>
References: <irdufn$14f$1@dough.gmane.org>
Date: Mon, 23 May 2011 10:46:47 -0500
Message-ID: <BANLkTikuaPA_4ax8sOiTpCwG+OQ+e9FtvQ@mail.gmail.com>
Subject: Re: [gentoo-user] ebuild ChangeLog and emerge -l
From: James Wall <wallservices@gmail.com>
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: 82a2d4b47b011f0f13245f4f5ab5b956

On Mon, May 23, 2011 at 10:29 AM, Nikos Chantziaras <realnc@arcor.de> 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.
>
> The above seems to be the norm rather than the exception. =A0For example,
> right now I'm doing an update from llvm-2.9-r1 to llvm-2.9-r2, and emerge
> prints:
>
> *llvm-2.9-r2
>
> =A023 May 2011; Bernard Cafarelli <voyageur@gentoo.org> +llvm-2.9-r2.ebui=
ld,
> =A0+files/llvm-2.9-Operator.h-c++0x.patch:
> =A0Fix header for gcc 4.6, bug #365925
>
> =A021 Apr 2011; Fabian Groffen <grobian@gentoo.org> llvm-2.9-r1.ebuild,
> =A0llvm-9999.ebuild:
> =A0Fix broken reference that I missed yesterday
This is pulled in because of the change to the live ebuild which
evaluates as a newer ebuild.
> =A020 Apr 2011; Fabian Groffen <grobian@gentoo.org> llvm-2.9-r1.ebuild,
> =A0llvm-9999.ebuild:
> =A0Fix install_name_tooling
>
same as above.
> Is this normal? =A0Bug?
>
>
>
HTH,
James Wall