Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-31 Thread Justin
Andrew Gaydenko schrieb: === On Monday 31 March 2008, Etaoin Shrdlu wrote: === On Monday 31 March 2008, 11:31, Andrew Gaydenko wrote: I agree, my English is ugly. I'll try to explain. Saying "viewer" I mean something like this: logviewer kdelibs will "produce" the same output

Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-31 Thread Andrew Gaydenko
=== On Monday 31 March 2008, Etaoin Shrdlu wrote: === > On Monday 31 March 2008, 11:31, Andrew Gaydenko wrote: > > I agree, my English is ugly. I'll try to explain. Saying "viewer" I > > mean something like this: > > > > logviewer kdelibs > > > > will "produce" the same output as, say, > >

Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-31 Thread Neil Bothwick
On Mon, 31 Mar 2008 14:02:15 +0400, Andrew Gaydenko wrote: > > less $(portageq portdir)/$(eix --exact --only-names $1)/ChangeLog > > Thanks, it works! (except for overlays) It is more a starting point than a complete solution :) You could also modify it to do a regexp search is the exact match

Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-31 Thread Etaoin Shrdlu
On Monday 31 March 2008, 11:31, Andrew Gaydenko wrote: > I agree, my English is ugly. I'll try to explain. Saying "viewer" I > mean something like this: > > logviewer kdelibs > > will "produce" the same output as, say, > > less /usr/portage/kde-base/kdelibs/ChangeLog > > You see, it is impossible

Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-31 Thread Andrew Gaydenko
=== On Monday 31 March 2008, Neil Bothwick wrote: === ... > Yes it is, but a very short shell script would handle this > > #!/bin/sh > less $(portageq portdir)/$(eix --exact --only-names $1)/ChangeLog Thanks, it works! (except for overlays) -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-31 Thread Neil Bothwick
On Mon, 31 Mar 2008 13:31:14 +0400, Andrew Gaydenko wrote: > logviewer kdelibs > > will "produce" the same output as, say, > > less /usr/portage/kde-base/kdelibs/ChangeLog > > You see, it is impossible to remember all packages' dirs. Of course, I > can use 'q' or 'eix' to find a dir and then

Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-31 Thread Andrew Gaydenko
=== On Monday 31 March 2008, you wrote: === > On Mon, 31 Mar 2008 12:17:41 +0400, Andrew Gaydenko wrote: > > I'm not interested in (probable) installation at all, rather in > > Changelog' contents only. > > Your original question was rather light on such details, and also > omitted to menti

Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-31 Thread Neil Bothwick
On Mon, 31 Mar 2008 12:17:41 +0400, Andrew Gaydenko wrote: > I'm not interested in (probable) installation at all, rather in > Changelog' contents only. Your original question was rather light on such details, and also omitted to mention why more/less/most are inadequate for your needs. -- Ne

Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-31 Thread Andrew Gaydenko
Hi! === On Monday 31 March 2008, you wrote: === > On Mon, 31 Mar 2008 07:16:17 +0400, Andrew Gaydenko wrote: > > emerge -l sun-jdk > > [...] > > > > These are the packages that would be merged, in order: > > > > Calculating dependencies... done! > > [ebuild R ] dev-java/sun-jdk-1.6.0.0

Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-31 Thread Neil Bothwick
On Mon, 31 Mar 2008 07:16:17 +0400, Andrew Gaydenko wrote: > emerge -l sun-jdk > [...] > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild R ] dev-java/sun-jdk-1.6.0.05-r1 You already have the latest version installed, so there are n

Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-30 Thread Andrew Gaydenko
Hi! === On Monday 31 March 2008, you wrote: === > On Sun, 30 Mar 2008 21:26:12 +0400, Andrew Gaydenko wrote: > > Is there such one? > > emerge -l package | less? I have tried it. Unfortunately, it is slow and ... well, it doesn't show Changelog to me :-) Say, this is full output: emerge

Re: [gentoo-user] fast CLI package-Changelog viewer

2008-03-30 Thread Neil Bothwick
On Sun, 30 Mar 2008 21:26:12 +0400, Andrew Gaydenko wrote: > Is there such one? emerge -l package | less? -- Neil Bothwick Loose bits sink chips. signature.asc Description: PGP signature

[gentoo-user] fast CLI package-Changelog viewer

2008-03-30 Thread Andrew Gaydenko
Is there such one? -- gentoo-user@lists.gentoo.org mailing list