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-97357-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1ML12d-0000hp-Ok
	for garchives@archives.gentoo.org; Sun, 28 Jun 2009 20:31:59 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CAC61E0812;
	Sun, 28 Jun 2009 20:31:58 +0000 (UTC)
Received: from mail-px0-f197.google.com (mail-px0-f197.google.com [209.85.216.197])
	by pigeon.gentoo.org (Postfix) with ESMTP id A07A0E0812
	for <gentoo-user@lists.gentoo.org>; Sun, 28 Jun 2009 20:31:58 +0000 (UTC)
Received: by pxi35 with SMTP id 35so702416pxi.32
        for <gentoo-user@lists.gentoo.org>; Sun, 28 Jun 2009 13:31:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:sender:received:in-reply-to
         :references:from:date:x-google-sender-auth:message-id:subject:to
         :content-type:content-transfer-encoding;
        bh=W5iEBSFYF9dGJ7mS9/cZn6x3N2RlSXE8EiXPsyoXV18=;
        b=ks9z6QLqMw9P5VUBr2VyjKXkqdQp8vyuldmeQLGedmNcZTSvl22tmlaeiFHAX7+k+e
         2zW/vGtIHNSrE88WR0To9yL+PmmXOGpuBMGY0bbvu0roLJW/uIZPDNoPhQmF8pQPzJEg
         l/z2NcsC/F6PzZJz98cPTvmftWHkdvjB6090Y=
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=qXQkddMamq2Pyd/K1mS9oKv/8jF/UwQZQ1R3bGpqT59DWAaZFwOy9XvYLhkLKCHpnO
         jeGoXI5Ge2mWHbw9V2WUjRVtzCTSawE19eH0fcad8JH0z6LklHhq0dzUVt2EqXBRJPNy
         Xmun7p8uqq+c3EacqyH6AzeXyZYFO+JnlmYLI=
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
Sender: jz.penguin@gmail.com
Received: by 10.115.48.12 with SMTP id a12mr5873778wak.20.1246221118153; Sun, 
	28 Jun 2009 13:31:58 -0700 (PDT)
In-Reply-To: <h28jf4$bit$1@ger.gmane.org>
References: <e107b4ff0906281306o699a927dh61bb8740bc2ca29d@mail.gmail.com> 
	<h28jf4$bit$1@ger.gmane.org>
From: James <jtp@nc.rr.com>
Date: Sun, 28 Jun 2009 16:31:38 -0400
X-Google-Sender-Auth: b29fd52d0d13f91f
Message-ID: <e107b4ff0906281331p6ba9bb59ne9b884bc0a3dfc09@mail.gmail.com>
Subject: Re: [gentoo-user] Re: list of emerged programs?
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 0939cc6f-64e6-4c93-a70a-f977665e9fdd
X-Archives-Hash: 2e9ecf13e8c13cf6f7c498ced8e57ece

Thanks to you and Justin for the insanely quick answers.

-j

On Sun, Jun 28, 2009 at 4:23 PM, Nikos Chantziaras<realnc@arcor.de> wrote:
> On 06/28/2009 11:06 PM, James wrote:
>>
>> All,
>>
>> Is there a simple, quick way to list all of the packages that have
>> been emerged in cronological order?
>
> for f in `ls -rt \`find /var/db/pkg -name "*.ebuild"\``; do basename $f
> .ebuild; done
>
> (The above command is just one line, in case your mail/news client breaks it
> into two lines.)
>