Gentoo Archives: gentoo-user

From: James <jtp@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] see what's been emerged
Date: Mon, 18 Jan 2010 15:55:41
Message-Id: e107b4ff1001180755r76430240l2629dd13d5dba81@mail.gmail.com
In Reply to: Re: [gentoo-user] see what's been emerged by Alex Schuster
1 I guess I had deleted that email -- shame...many thanks for pulling up
2 the answer. I greatly appreciate it!
3
4 -j
5
6 On Mon, Jan 18, 2010 at 10:36 AM, Alex Schuster <wonko@×××××××××.org> wrote:
7 > James writes:
8 >
9 >> All,
10 >>
11 >> I posted this question about a year ago and can't find the email or
12 >> answer for the life of me...so I'll try again. :)
13 >
14 > On 2009-06-28, the answer was this:
15 > for f in `ls -rt \`find /var/db/pkg -name "*.ebuild"\``; do basename $f
16 > .ebuild; done
17 >
18 >> I'm trying to find a file or database that keeps track of everything
19 >> I've emerged since I set my system up, preferably in chronological
20 >> order.
21 >>
22 >> Where / how can I obtain this information? I know that portage keeps
23 >> track of it somehow.
24 >
25 > It's all in /var/log/emerge.log, but the format is not very readable.
26 > Emerge app-portage/genlop, and try genlop -l.
27 >
28 >     Mon Apr  6 20:35:28 2009 >>> app-misc/screen-4.0.3
29 >     Mon Apr  6 20:37:25 2009 >>> sys-power/hibernate-script-1.97-r4
30 >     Mon Apr  6 20:37:31 2009 >>> sys-apps/tuxonice-userui-0.7.2
31 >     Mon Apr  6 20:38:42 2009 >>> sys-kernel/tuxonice-sources-2.6.24-r9
32 >     Mon Apr  6 23:26:58 2009 >>> app-arch/lzma-utils-4.32.7
33 >     Mon Apr  6 23:27:52 2009 >>> app-portage/eix-0.15.4
34 >     ...
35 >
36 >        Wonko