* [gentoo-user] List of recently installed/updated packages in chronological order? @ 2012-02-03 21:50 Hilco Wijbenga 2012-02-03 22:00 ` Andrew MacKenzie ` (2 more replies) 0 siblings, 3 replies; 17+ messages in thread From: Hilco Wijbenga @ 2012-02-03 21:50 UTC (permalink / raw To: Gentoo User Hi all, My Eclipse (Indigo) has started crashing today. So I wanted to see which packages I had installed/upgraded recently. I can, of course, go through emerge.log manually but I was wondering if there was a tool that could simply provide me with a chronologically ordered list of installed/updated packages? Cheers, Hilco ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] List of recently installed/updated packages in chronological order? 2012-02-03 21:50 [gentoo-user] List of recently installed/updated packages in chronological order? Hilco Wijbenga @ 2012-02-03 22:00 ` Andrew MacKenzie 2012-02-03 22:27 ` Hilco Wijbenga 2012-02-03 22:01 ` [gentoo-user] " Hilco Wijbenga 2012-02-03 22:28 ` [gentoo-user] " Alex Schuster 2 siblings, 1 reply; 17+ messages in thread From: Andrew MacKenzie @ 2012-02-03 22:00 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 938 bytes --] +++ Hilco Wijbenga [gentoo-user] [Fri, Feb 03, 2012 at 01:50:24PM -0800]: > Hi all, > > My Eclipse (Indigo) has started crashing today. So I wanted to see > which packages I had installed/upgraded recently. > > I can, of course, go through emerge.log manually but I was wondering > if there was a tool that could simply provide me with a > chronologically ordered list of installed/updated packages? 'qlop -l' should give you what you want. # equery belongs qlop * Searching for qlop ... app-portage/portage-utils-0.8 (/usr/bin/qlop -> q) -- // Andrew MacKenzie | http://www.edespot.com // GPG public key: http://www.edespot.com/~amackenz/public.key // Nothing in life is so exhilarating as to be shot at without result. // -- Winston Churchill // // Next to being shot at and missed, nothing is really quite as // satisfying as an income tax refund. // -- F.J. Raymond [-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --] ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] List of recently installed/updated packages in chronological order? 2012-02-03 22:00 ` Andrew MacKenzie @ 2012-02-03 22:27 ` Hilco Wijbenga 2012-02-03 22:30 ` Andrew MacKenzie 0 siblings, 1 reply; 17+ messages in thread From: Hilco Wijbenga @ 2012-02-03 22:27 UTC (permalink / raw To: gentoo-user On 3 February 2012 14:00, Andrew MacKenzie <amackenz@edespot.com> wrote: > +++ Hilco Wijbenga [gentoo-user] [Fri, Feb 03, 2012 at 01:50:24PM -0800]: >> Hi all, >> >> My Eclipse (Indigo) has started crashing today. So I wanted to see >> which packages I had installed/upgraded recently. >> >> I can, of course, go through emerge.log manually but I was wondering >> if there was a tool that could simply provide me with a >> chronologically ordered list of installed/updated packages? > > 'qlop -l' should give you what you want. Sweet, that's even better than what I had found. :-) ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] List of recently installed/updated packages in chronological order? 2012-02-03 22:27 ` Hilco Wijbenga @ 2012-02-03 22:30 ` Andrew MacKenzie 0 siblings, 0 replies; 17+ messages in thread From: Andrew MacKenzie @ 2012-02-03 22:30 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1089 bytes --] +++ Hilco Wijbenga [gentoo-user] [Fri, Feb 03, 2012 at 02:27:58PM -0800]: > On 3 February 2012 14:00, Andrew MacKenzie <amackenz@edespot.com> wrote: > > +++ Hilco Wijbenga [gentoo-user] [Fri, Feb 03, 2012 at 01:50:24PM -0800]: > >> Hi all, > >> > >> My Eclipse (Indigo) has started crashing today. So I wanted to see > >> which packages I had installed/upgraded recently. > >> > >> I can, of course, go through emerge.log manually but I was wondering > >> if there was a tool that could simply provide me with a > >> chronologically ordered list of installed/updated packages? > > > > 'qlop -l' should give you what you want. > > Sweet, that's even better than what I had found. :-) The "q" command has a number of other things it can do as well (show build times and such). I believe it just parses emerge.log but it can be quite useful. -- // Andrew MacKenzie | http://www.edespot.com // GPG public key: http://www.edespot.com/~amackenz/public.key // There cannot be a crisis next week. My schedule is already full. // -- Henry Kissinger [-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --] ^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] Re: List of recently installed/updated packages in chronological order? 2012-02-03 21:50 [gentoo-user] List of recently installed/updated packages in chronological order? Hilco Wijbenga 2012-02-03 22:00 ` Andrew MacKenzie @ 2012-02-03 22:01 ` Hilco Wijbenga 2012-02-04 0:26 ` Peter Humphrey 2012-02-03 22:28 ` [gentoo-user] " Alex Schuster 2 siblings, 1 reply; 17+ messages in thread From: Hilco Wijbenga @ 2012-02-03 22:01 UTC (permalink / raw To: Gentoo User On 3 February 2012 13:50, Hilco Wijbenga <hilco.wijbenga@gmail.com> wrote: > My Eclipse (Indigo) has started crashing today. So I wanted to see > which packages I had installed/upgraded recently. > > I can, of course, go through emerge.log manually but I was wondering > if there was a tool that could simply provide me with a > chronologically ordered list of installed/updated packages? Never mind, eix '-I*' --format '<installedversions:DATESORT>' | sort -n | cut -f2-3 (straight from man eix) seems to do the trick just fine. ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re: List of recently installed/updated packages in chronological order? 2012-02-03 22:01 ` [gentoo-user] " Hilco Wijbenga @ 2012-02-04 0:26 ` Peter Humphrey 2012-02-04 1:12 ` Hilco Wijbenga 0 siblings, 1 reply; 17+ messages in thread From: Peter Humphrey @ 2012-02-04 0:26 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 839 bytes --] On Friday 03 February 2012 22:01:11 Hilco Wijbenga wrote: > On 3 February 2012 13:50, Hilco Wijbenga <hilco.wijbenga@gmail.com> wrote: > > My Eclipse (Indigo) has started crashing today. So I wanted to see > > which packages I had installed/upgraded recently. > > > > I can, of course, go through emerge.log manually but I was wondering > > if there was a tool that could simply provide me with a > > chronologically ordered list of installed/updated packages? > > Never mind, > > eix '-I*' --format '<installedversions:DATESORT>' | sort -n | cut -f2-3 > > (straight from man eix) seems to do the trick just fine. That's awfully complicated. Why not just grep completed /var/log/emerge.log ? Or grep completed /var/log/emerge.log | grep -v sync if you want to exclude emerge syncs. -- Rgds Peter Linux Counter 5290, 1994-04-23 [-- Attachment #2: Type: text/html, Size: 5094 bytes --] ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re: List of recently installed/updated packages in chronological order? 2012-02-04 0:26 ` Peter Humphrey @ 2012-02-04 1:12 ` Hilco Wijbenga 2012-02-04 1:21 ` Peter Humphrey 0 siblings, 1 reply; 17+ messages in thread From: Hilco Wijbenga @ 2012-02-04 1:12 UTC (permalink / raw To: gentoo-user On 3 February 2012 16:26, Peter Humphrey <peter@humphrey.ukfsn.org> wrote: > On Friday 03 February 2012 22:01:11 Hilco Wijbenga wrote: >> On 3 February 2012 13:50, Hilco Wijbenga <hilco.wijbenga@gmail.com> wrote: >> > My Eclipse (Indigo) has started crashing today. So I wanted to see >> > which packages I had installed/upgraded recently. >> > >> > I can, of course, go through emerge.log manually but I was wondering >> > if there was a tool that could simply provide me with a >> > chronologically ordered list of installed/updated packages? >> >> Never mind, >> >> eix '-I*' --format '<installedversions:DATESORT>' | sort -n | cut -f2-3 >> >> (straight from man eix) seems to do the trick just fine. > > That's awfully complicated. Why not just > grep completed /var/log/emerge.log > ? > > Or > grep completed /var/log/emerge.log | grep -v sync > if you want to exclude emerge syncs. :-) Yep, that works fine too. Was there a reason for all that HTML in your email? ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re: List of recently installed/updated packages in chronological order? 2012-02-04 1:12 ` Hilco Wijbenga @ 2012-02-04 1:21 ` Peter Humphrey 2012-02-04 1:53 ` Hilco Wijbenga ` (2 more replies) 0 siblings, 3 replies; 17+ messages in thread From: Peter Humphrey @ 2012-02-04 1:21 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 470 bytes --] On Saturday 04 February 2012 01:12:42 Hilco Wijbenga wrote: > Was there a reason for all that HTML in your email? What HTML? I never use it in e-mails (spawn of the devil and all that). Maybe someone in the quoting chain had used it, but kmail doesn't show it to me if so. Also, I see this on looking at the headers of my e-mail: Content-Type: text/plain; charset="utf-8" So I don't know where you get HTML from. -- Rgds Peter Linux Counter 5290, 1994-04-23 [-- Attachment #2: Type: text/html, Size: 3300 bytes --] ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re: List of recently installed/updated packages in chronological order? 2012-02-04 1:21 ` Peter Humphrey @ 2012-02-04 1:53 ` Hilco Wijbenga 2012-02-04 2:21 ` Paul Hartman 2012-02-04 3:08 ` Peter Humphrey 2012-02-04 2:27 ` [gentoo-user] " »Q« 2012-02-04 3:01 ` Frank Steinmetzger 2 siblings, 2 replies; 17+ messages in thread From: Hilco Wijbenga @ 2012-02-04 1:53 UTC (permalink / raw To: gentoo-user On 3 February 2012 17:21, Peter Humphrey <peter@humphrey.ukfsn.org> wrote: > So I don't know where you get HTML from. Interesting. It's just with your emails, so I'm guessing it's something on your end. I see two versions: text and HTML. I take it that's not on purpose then? :-) This is what Gmail's "Show original" gives me: <snip/> From: Peter Humphrey <peter@humphrey.ukfsn.org> Organization: at home To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: List of recently installed/updated packages in chronological order? Date: Sat, 4 Feb 2012 01:21:43 +0000 User-Agent: KMail/1.13.7 (Linux/3.2.1-gentoo-r2; KDE/4.7.4; x86_64; ; ) References: <CAE1pOi2XEweRnpjfORNgKtpT=F49sWdBS6YTkMVJFUmwL_sDCQ@mail.gmail.com> <201202040026.25594.peter@humphrey.ukfsn.org> <CAE1pOi1FVmzVmBsGDZpqW4+za0Gi9jAEE9wy2eZCUUb7LfVjYQ@mail.gmail.com> In-Reply-To: <CAE1pOi1FVmzVmBsGDZpqW4+za0Gi9jAEE9wy2eZCUUb7LfVjYQ@mail.gmail.com> X-KMail-Markup: true 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 Content-Type: multipart/alternative; boundary="Boundary-01=_ngILPOORMmLwLND" Content-Transfer-Encoding: 7bit Message-Id: <201202040121.43919.peter@humphrey.ukfsn.org> --Boundary-01=_ngILPOORMmLwLND Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Saturday 04 February 2012 01:12:42 Hilco Wijbenga wrote: > Was there a reason for all that HTML in your email? What HTML? I never use it in e-mails (spawn of the devil and all that). Maybe someone in the quoting chain had used it, but kmail doesn't show it to me if so. Also, I see this on looking at the headers of my e-mail: Content-Type: text/plain; charset="utf-8" So I don't know where you get HTML from. -- Rgds Peter Linux Counter 5290, 1994-04-23 --Boundary-01=_ngILPOORMmLwLND Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:14pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">On Saturday 04 February 2012 01:12:42 Hilco Wijbenga wrote:</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> Was there a reason for all that HTML in your email?</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">What HTML? I never use it in e-mails (spawn of the devil and all that). Maybe someone in the quoting chain had used it, but kmail doesn't show it to me if so.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Also, I see this on looking at the headers of my e-mail:</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Content-Type: text/plain;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"> charset="utf-8"</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">So I don't know where you get HTML from.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">-- </p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Rgds</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Peter Linux Counter 5290, 1994-04-23</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p></body></html> --Boundary-01=_ngILPOORMmLwLND-- ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re: List of recently installed/updated packages in chronological order? 2012-02-04 1:53 ` Hilco Wijbenga @ 2012-02-04 2:21 ` Paul Hartman 2012-02-04 3:08 ` Peter Humphrey 1 sibling, 0 replies; 17+ messages in thread From: Paul Hartman @ 2012-02-04 2:21 UTC (permalink / raw To: gentoo-user On Fri, Feb 3, 2012 at 7:53 PM, Hilco Wijbenga <hilco.wijbenga@gmail.com> wrote: > On 3 February 2012 17:21, Peter Humphrey <peter@humphrey.ukfsn.org> wrote: >> So I don't know where you get HTML from. > > Interesting. It's just with your emails, so I'm guessing it's > something on your end. I see two versions: text and HTML. I take it > that's not on purpose then? :-) On my screen, the fonts on his messages are at least twice as big as everyone else's. :) ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re: List of recently installed/updated packages in chronological order? 2012-02-04 1:53 ` Hilco Wijbenga 2012-02-04 2:21 ` Paul Hartman @ 2012-02-04 3:08 ` Peter Humphrey 2012-02-04 3:27 ` Hilco Wijbenga 2012-02-04 5:10 ` [gentoo-user] " Stroller 1 sibling, 2 replies; 17+ messages in thread From: Peter Humphrey @ 2012-02-04 3:08 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 350 bytes --] On Saturday 04 February 2012 01:53:33 Hilco Wijbenga wrote: > This is what Gmail's "Show original" gives me: [...] Good God! Where did all that refuse come from? A quick perusal of kmail's preferences doesn't show anything odd. I'll have to look into it - I don't want to be a pariah around here. -- Rgds Peter Linux Counter 5290, 1994-04-23 [-- Attachment #2: Type: text/html, Size: 2447 bytes --] ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re: List of recently installed/updated packages in chronological order? 2012-02-04 3:08 ` Peter Humphrey @ 2012-02-04 3:27 ` Hilco Wijbenga 2012-02-04 5:10 ` [gentoo-user] " Stroller 1 sibling, 0 replies; 17+ messages in thread From: Hilco Wijbenga @ 2012-02-04 3:27 UTC (permalink / raw To: gentoo-user On 3 February 2012 19:08, Peter Humphrey <peter@humphrey.ukfsn.org> wrote: > Good God! Where did all that refuse come from? A quick perusal of kmail's > preferences doesn't show anything odd. I'll have to look into it - I don't > want to be a pariah around here. Too late, I just saw the lynch mob leave for the airport. They are meeting up with the torch and pitchfork crowd first, though, so you have a little time left. ;-) :-P And getting through security may take them a bit longer than usual. :-) ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] List of recently installed/updated packages in chronological order? 2012-02-04 3:08 ` Peter Humphrey 2012-02-04 3:27 ` Hilco Wijbenga @ 2012-02-04 5:10 ` Stroller 1 sibling, 0 replies; 17+ messages in thread From: Stroller @ 2012-02-04 5:10 UTC (permalink / raw To: gentoo-user On 4 February 2012, at 03:08, Peter Humphrey wrote: > ... > Good God! Where did all that refuse come from? A quick perusal of kmail's > preferences doesn't show anything odd. I'll have to look into it - I don't > want to be a pariah around here. I'd be very grateful if you could post in plaintext only. Stroller. ^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] Re: List of recently installed/updated packages in chronological order? 2012-02-04 1:21 ` Peter Humphrey 2012-02-04 1:53 ` Hilco Wijbenga @ 2012-02-04 2:27 ` »Q« 2012-02-04 3:01 ` Frank Steinmetzger 2 siblings, 0 replies; 17+ messages in thread From: »Q« @ 2012-02-04 2:27 UTC (permalink / raw To: gentoo-user On Sat, 4 Feb 2012 01:21:43 +0000 Peter Humphrey <peter@humphrey.ukfsn.org> wrote: > On Saturday 04 February 2012 01:12:42 Hilco Wijbenga wrote: > > > Was there a reason for all that HTML in your email? > > What HTML? I never use it in e-mails (spawn of the devil and all > that). Maybe someone in the quoting chain had used it, but kmail > doesn't show it to me if so. > > Also, I see this on looking at the headers of my e-mail: > > Content-Type: text/plain; > charset="utf-8" > > So I don't know where you get HTML from. I'm reading from gmane, which I've never known to alter Content-Type headers. In my copy of your post I'm replying to, I see Content-Type: multipart/alternative; boundary="Boundary-01=_ngILPOORMmLwLND" And there are both a text/plain and a text/html part in the body of the message. The html part has a lot of <p style="foo"> tags, where foo consists of things like "-qt-paragraph-type:empty" and "-qt-block-indent:0". I don't have an explanation, just reporting what I see. ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re: List of recently installed/updated packages in chronological order? 2012-02-04 1:21 ` Peter Humphrey 2012-02-04 1:53 ` Hilco Wijbenga 2012-02-04 2:27 ` [gentoo-user] " »Q« @ 2012-02-04 3:01 ` Frank Steinmetzger 2 siblings, 0 replies; 17+ messages in thread From: Frank Steinmetzger @ 2012-02-04 3:01 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 708 bytes --] On Sat, Feb 04, 2012 at 01:21:43AM +0000, Peter Humphrey wrote: > > Was there a reason for all that HTML in your email? > > What HTML? I never use it in e-mails (spawn of the devil and all that). > Maybe someone in the quoting chain had used it, but kmail doesn't show it to > me if so. Mutt doesn't hide anything ;-) Here's the structure of your message: 1 <no description> [multipa/alternativ, 7bit, 6,0K] 2 ├─><no description> [text/plain, 7bit, utf-8, 0,8K] 3 └─><no description> [text/html, 7bit, utf-8, 5,0K] -- Gruß | Greetings | Qapla' Ich untersage jegliche Verwendung meiner E-Mail-Adressen bei Facebook. A dyslexic man walks into a bra... [-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] List of recently installed/updated packages in chronological order? 2012-02-03 21:50 [gentoo-user] List of recently installed/updated packages in chronological order? Hilco Wijbenga 2012-02-03 22:00 ` Andrew MacKenzie 2012-02-03 22:01 ` [gentoo-user] " Hilco Wijbenga @ 2012-02-03 22:28 ` Alex Schuster 2012-02-04 9:28 ` Neil Bothwick 2 siblings, 1 reply; 17+ messages in thread From: Alex Schuster @ 2012-02-03 22:28 UTC (permalink / raw To: gentoo-user Hilco Wijbenga writes: > My Eclipse (Indigo) has started crashing today. So I wanted to see > which packages I had installed/upgraded recently. > > I can, of course, go through emerge.log manually but I was wondering > if there was a tool that could simply provide me with a > chronologically ordered list of installed/updated packages? app-portage/genlop does this: wonko@weird ~ $ genlop -l | tail Sun Jan 29 20:34:21 2012 >>> media-libs/sdl-mixer-1.2.12 Sun Jan 29 20:34:51 2012 >>> media-libs/sdl-image-1.2.12 Sun Jan 29 21:36:20 2012 >>> dev-lang/gdl-0.9.2 Tue Jan 31 15:54:22 2012 >>> kde-base/kopete-4.7.4 Fri Feb 3 14:52:51 2012 >>> sys-kernel/gentoo-sources-3.2.1-r2 Fri Feb 3 17:01:48 2012 >>> net-dialup/fcpci-0.1-r7 Fri Feb 3 17:02:19 2012 >>> dev-util/exmap-0.10 Fri Feb 3 17:02:38 2012 >>> app-emulation/virtualbox-modules-4.1.8 Fri Feb 3 17:02:53 2012 >>> app-emulation/vmware-modules-264.1 Wonko ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] List of recently installed/updated packages in chronological order? 2012-02-03 22:28 ` [gentoo-user] " Alex Schuster @ 2012-02-04 9:28 ` Neil Bothwick 0 siblings, 0 replies; 17+ messages in thread From: Neil Bothwick @ 2012-02-04 9:28 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 371 bytes --] On Fri, 03 Feb 2012 23:28:43 +0100, Alex Schuster wrote: > app-portage/genlop does this: > > wonko@weird ~ $ genlop -l | tail You can also specify a date range, like genlop -l --date yesterday I like the q utilities from portage-utils but feel genlop has the edge over qlop. -- Neil Bothwick Caution, an incorrigible punster - don't incorrige. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2012-02-04 9:29 UTC | newest] Thread overview: 17+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-02-03 21:50 [gentoo-user] List of recently installed/updated packages in chronological order? Hilco Wijbenga 2012-02-03 22:00 ` Andrew MacKenzie 2012-02-03 22:27 ` Hilco Wijbenga 2012-02-03 22:30 ` Andrew MacKenzie 2012-02-03 22:01 ` [gentoo-user] " Hilco Wijbenga 2012-02-04 0:26 ` Peter Humphrey 2012-02-04 1:12 ` Hilco Wijbenga 2012-02-04 1:21 ` Peter Humphrey 2012-02-04 1:53 ` Hilco Wijbenga 2012-02-04 2:21 ` Paul Hartman 2012-02-04 3:08 ` Peter Humphrey 2012-02-04 3:27 ` Hilco Wijbenga 2012-02-04 5:10 ` [gentoo-user] " Stroller 2012-02-04 2:27 ` [gentoo-user] " »Q« 2012-02-04 3:01 ` Frank Steinmetzger 2012-02-03 22:28 ` [gentoo-user] " Alex Schuster 2012-02-04 9:28 ` Neil Bothwick
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox