From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89A3B59CA3 for ; Mon, 7 Mar 2016 17:15:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F86921C010; Mon, 7 Mar 2016 17:15:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB56721C002 for ; Mon, 7 Mar 2016 17:15:47 +0000 (UTC) Received: from [192.168.0.20] (ip68-5-185-102.oc.oc.cox.net [68.5.185.102]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id D3574340CA5 for ; Mon, 7 Mar 2016 17:15:46 +0000 (UTC) Subject: Re: [gentoo-portage-dev] [PATCH] bin/portageq: add a matcher to match the orphaned (maintainer-needed) packages To: gentoo-portage-dev@lists.gentoo.org References: <1457161726-6649-1-git-send-email-gokturk@binghamton.edu> <56DD71E2.9090906@gentoo.org> From: Zac Medico Message-ID: <56DDB73B.2070805@gentoo.org> Date: Mon, 7 Mar 2016 09:15:39 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <56DD71E2.9090906@gentoo.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: cdeaf124-5484-4190-93b2-422dd4524bc0 X-Archives-Hash: b1bdd2868ef6495279098f85701aa429 On 03/07/2016 04:19 AM, Alexander Berntsen wrote: > I'm not sure if this is the best way to handle it, so I'm leaving it > for Zac to decide. Looks good to me. The pquery code was written with exactly this sort of extension in mind. -- Thanks, Zac