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.54) id 1En0Dy-0003Dc-A2 for garchives@archives.gentoo.org; Thu, 15 Dec 2005 21:01:14 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jBFL0JdN029002; Thu, 15 Dec 2005 21:00:19 GMT Received: from mail.pnpitalia.it (85-18-21-122.ip.fastwebnet.it [85.18.21.122]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jBFKuHkG024915 for ; Thu, 15 Dec 2005 20:56:17 GMT Received: from localhost (localhost [127.0.0.1]) by mail.pnpitalia.it (Postfix) with ESMTP id E390F7ADAD3 for ; Thu, 15 Dec 2005 21:56:16 +0100 (CET) Received: from mail.pnpitalia.it ([127.0.0.1]) by localhost (db [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25633-02 for ; Thu, 15 Dec 2005 21:56:16 +0100 (CET) Received: from [192.168.4.153] (host-4-153.pnpitalia.it [192.168.4.153]) by mail.pnpitalia.it (Postfix) with ESMTP id 40CFF7ADACE for ; Thu, 15 Dec 2005 21:56:16 +0100 (CET) Message-ID: <43A1D86F.9010104@pnpitalia.it> Date: Thu, 15 Dec 2005 21:56:15 +0100 From: Francesco Riosa User-Agent: Mail/News 1.5 (X11/20051201) 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: setting path for qpkg References: <43A1A3A8.1000807@pnpitalia.it> <20051215191258.0a0769e5@hactar.digimed.co.uk> <1134674807.17209.8.camel@txslpc1d36.wkst.vzwnet.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at db X-Archives-Salt: 7374ffa5-b948-4339-8184-c79f400a7198 X-Archives-Hash: 8f6a21542131e0e3a320188e34cfa0ab James wrote: > Paul Varner gentoo.org> writes: > > > >> Actually it does: >> > > OK, let's say I'm looking or 'theoraenc' > > I just ran 'qgrep theora *' and got lots of hits, > > I ran 'qgrep theoraenc *' and got nothing.... > "qgrep theora" is actually similar to "grep theora $PORTDIR/*-*/*/*.ebuild" I think what you are looking for is #qsearch theora media-libs/libtheora The Theora Video Compression Codec media-video/ffmpeg2theora A simple converter to create Ogg Theora files. also the "*" is expanded by bash to the list of the packages of the current directory (if not surrounded writen like "*" or prefixed like this \* ) so with grep theora * the result is to grep the ebuilds for theora and the content of the directory you are in ;) others will tell how to use qpkg I forgot it ;-) -- gentoo-user@gentoo.org mailing list