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.60) (envelope-from ) id 1Gm4Gh-0004YJ-W7 for garchives@archives.gentoo.org; Mon, 20 Nov 2006 08:12:44 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAK83o9J025252; Mon, 20 Nov 2006 08:03:50 GMT Received: from outbound.mailhop.org (outbound.mailhop.org [63.208.196.171]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAK7vZxM025162 for ; Mon, 20 Nov 2006 07:57:36 GMT Received: from c-24-17-252-74.hsd1.mn.comcast.net ([24.17.252.74] helo=daevid.com) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.51) id 1Gm2nT-0006hE-HX for gentoo-user@lists.gentoo.org; Mon, 20 Nov 2006 01:38:27 -0500 Received: from locutus ([10.10.10.69]) by daevid.com with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.54) id 1Gm2nS-0006Ji-FN for gentoo-user@lists.gentoo.org; Sun, 19 Nov 2006 22:38:26 -0800 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 24.17.252.74 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: DAE51D From: "Daevid Vincent" To: Subject: [gentoo-user] In need of script/command that will parse out all the packages from "emerge -avu world" Date: Sun, 19 Nov 2006 22:37:56 -0800 Message-ID: <003801c70c6e$7bb2f4d0$450a0a0a@locutus> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AccML7dbqwoTAKNyT5iFIujwckknZA== X-Archives-Salt: ddee20b3-da2a-4fdd-9746-693c16d13154 X-Archives-Hash: 2884cd6b0b028589bf9955d7ce37a4f6 Wondering if someone has a script or shell 'one liner' that can take the output of "emerge -avu world" and make a list of the packages (I assume all on one line). Then I could pump that back into "emerge -av" again (I don't mind if it's a simple manual highlight and copy/append). I didn't see anything here: http://forums.gentoo.org/viewtopic.php?t=67849 http://gentoo-wiki.com/TIP_Portage_utilities_not_in_portage There is that 'pfilter' that looks interesting, but it's 2 years old, and I can't get it to work :-\ For example: daevid ~ # emerge -avu world | grep x11- [ebuild U ] x11-misc/util-macros-1.1.2 [1.1.0] USE="-debug" 45 kB [ebuild U ] x11-proto/inputproto-1.4 [1.3.2] USE="-debug" 47 kB [ebuild U ] x11-proto/xproto-7.0.9 [7.0.7] USE="-debug" 138 kB [ebuild U ] x11-libs/xtrans-1.0.2 [1.0.1] USE="-debug" 97 kB [ebuild U ] x11-libs/libX11-1.0.3-r1 [1.0.3] USE="ipv6 -debug" 1,415 kB ... I want to run some command that will give me a list like: x11-misc/util-macros x11-proto/inputproto x11-proto/xproto ... Then I could just select and copy that "string" and append it to "emerge -av " -- gentoo-user@gentoo.org mailing list