From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Hgi3c-0002gx-RX for garchives@archives.gentoo.org; Wed, 25 Apr 2007 14:01:21 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l3PDw0Vm024649; Wed, 25 Apr 2007 13:58:00 GMT Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l3PDvxDu024644 for ; Wed, 25 Apr 2007 13:58:00 GMT Received: by an-out-0708.google.com with SMTP id b8so66178ana for ; Wed, 25 Apr 2007 06:57:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T6jgBBvaXruEIDIEh5XVWILKF0C2aM1lULximXGWhjbedkakZe3sBdVY5l7aiH9JkVYm1ozDMTkoFY/N92YWgb4pIFPhDOOqigtaOLRKSz9UxD+FFSH/4HmjP/eNz7UmhHNxbrg2vhlI1NqLa3fNfqlSw+nsMqKIgD52eINvgsQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LaPJ5WD3WfA+RJO/aZm97pFEKl+AMW3IVExuMmGWfhU13TRWxsbCKc7aHqKWo2eHfV+SbRuiwqMP7H65Yq81uHuBewuw6rnl5MyOBr8VusSFwNAA0EE2G4vv3XcLb3A+I+buuspJdmir4yRnwS4CcKOztrsJleNdAu3JWM61JPY= Received: by 10.100.31.2 with SMTP id e2mr163100ane.1177509479096; Wed, 25 Apr 2007 06:57:59 -0700 (PDT) Received: by 10.100.191.12 with HTTP; Wed, 25 Apr 2007 06:57:58 -0700 (PDT) Message-ID: <7a329d910704250657o1893d6bfj520271369cd2f0dd@mail.gmail.com> Date: Wed, 25 Apr 2007 06:57:58 -0700 From: "Wil Reichert" To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Re: GCC upgrade script In-Reply-To: <200704251539.28030.bo.andresen@zlin.dk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <462E2157.5050606@ercbroadband.org> <462F43A6.9060404@dchweb.com> <200704251539.28030.bo.andresen@zlin.dk> X-Archives-Salt: 79dc5500-b204-4fcc-b10c-b36eeb7b7ab8 X-Archives-Hash: 71662c1867acc1e3cc5ab604cc1a2103 On 4/25/07, Bo =D8rsted Andresen wrote: > On Wednesday 25 April 2007 14:03:50 Dustin C. Hatch wrote: > > If you don't want the versions, as Duncan wrote, I would suggest that > > you use eix. eix -I will provide a pretty-printed list of all the > > packages installed on your system. > > The big difference between the last command in my previous response to th= is > thread and an eix command like: > > # eix -nI --format '()/()' | \ > grep -v '^$\|^Found\ [0-9]*\|^\[[0-9]*\]' How about just: # qlist -IC but if you wanna hit all the packages in your system then you really want the version info there. My fav is: # for package in `qlist -IvC | grep 9999`; do emerge -1 =3D$package; done because live packages don't know if they need to be updated or not. Wil -- gentoo-amd64@gentoo.org mailing list