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 1Pt7ip-0000kH-55 for garchives@archives.gentoo.org; Sat, 26 Feb 2011 00:09:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9E5A1C049 for ; Sat, 26 Feb 2011 00:09:18 +0000 (UTC) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) by pigeon.gentoo.org (Postfix) with ESMTP id B4F97E078D for ; Fri, 25 Feb 2011 23:07:59 +0000 (UTC) Received: by qwc9 with SMTP id 9so2147804qwc.40 for ; Fri, 25 Feb 2011 15:07:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=6EBQu+TXP9RT7IHs7r3o+xSBX8EYCowJKzpbywH7phs=; b=GcGaw+5HsDV06OeDWqdOxTQZi8Daz/Vd77xdmt4cS/jmyd2OXmcQFnLBBjFxl06xLd zILqC9hqcyp4QKuLn9hpNcsGAltsb+0ewUVBWEa5ByrM5IYbc1F2Xny+iL2ZkzzdZnp/ sgZZxvK+jWMPyGN4kCDaz9CSSzwfClF1oUHPY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=v/s4/ivzSy6QoJc42a0fT4JXdCf/HCWvm/f4qoDuUDPpjQiaVz5hATo0xH5LUvvY8s mKd7mNyQqj8hTKbXtKDsXwTVweHM7/KHuB9jE8+ZzAL72nx5uCyk5vxj92UzmwzGGiQH QekofLBXREuz1p4qWu2z95zcvBaZVTlyrQfTM= 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 Received: by 10.229.231.9 with SMTP id jo9mr2326393qcb.201.1298675279145; Fri, 25 Feb 2011 15:07:59 -0800 (PST) Sender: paul.hartman@gmail.com Received: by 10.229.217.145 with HTTP; Fri, 25 Feb 2011 15:07:59 -0800 (PST) In-Reply-To: <201102252356.34533.Giampiero@gabbiani.org> References: <201102252356.34533.Giampiero@gabbiani.org> Date: Fri, 25 Feb 2011 17:07:59 -0600 X-Google-Sender-Auth: kpzWo0_iuy2z8x0GfMoU66-aJrE Message-ID: Subject: Re: [gentoo-user] Portage overlay: howto find installed packages From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: e8c5e023c8c617cf18920e4f1f0a610b On Fri, Feb 25, 2011 at 4:56 PM, Giampiero Gabbiani wrote: > Hi all, > Is there a way in order to know how which packages were installed from a > given overlay? eix -I --installed-from-overlay overlayname where "overlayname" is the overlay you want to see installed packages of.