From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RWn5F-0002uB-28 for garchives@archives.gentoo.org; Sat, 03 Dec 2011 10:44:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF6821C033; Sat, 3 Dec 2011 10:44:32 +0000 (UTC) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by pigeon.gentoo.org (Postfix) with ESMTP id A0221E0529 for ; Sat, 3 Dec 2011 10:43:07 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.69,615,1315177200"; d="scan'208";a="573194946" Received: from 213-152-39-90.dsl.eclipse.net.uk (HELO compaq.stroller.uk.eu.org) ([213.152.39.90]) by smtpout.karoo.kcom.com with ESMTP; 03 Dec 2011 10:43:04 +0000 Received: from [192.168.1.102] (unknown [192.168.1.102]) by compaq.stroller.uk.eu.org (Postfix) with ESMTP id 5F504AC6C7 for ; Sat, 3 Dec 2011 10:36:44 +0000 (GMT) Content-Type: text/plain; charset=windows-1252 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 (Apple Message framework v1251.1) Subject: Re: [gentoo-user] Listing applications with eix... From: Stroller In-Reply-To: <20111203101403.GB2885@solfire> Date: Sat, 3 Dec 2011 10:43:06 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <335AC80E-AC71-4DE8-9619-242CCA1798EB@stellar.eclipse.co.uk> References: <20111203101403.GB2885@solfire> To: gentoo-user@lists.gentoo.org X-Mailer: Apple Mail (2.1251.1) X-Archives-Salt: d18db8b3-13d8-4a9f-ba42-4444f333d2f1 X-Archives-Hash: 4f0a49cb0728bef75739da13f91e8dc5 On 3 December 2011, at 10:14, meino.cramer@gmx.de wrote: > ... > is there a way to list all -- for exmaple -- audio related > applications without without being burried under audio related > system libs for example or entries with (also as an exmaple) > "this application does not supprt audio but only imageing" >=20 > I want the full dexcription, not only the heade line=85 I think your best bet will be something like: eix -c -C '*sound*' Unfortunately there are c 385 items in the media-sound category, and I = would guess libraries will be mixed in with apps amongst those. You = could `grep -v library`, but then you'd miss out on the midi player = that's packaged with its library (wildmidi). Stroller.