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 1MJ7PD-0000rk-HU for garchives@archives.gentoo.org; Tue, 23 Jun 2009 14:55:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03116E0449; Tue, 23 Jun 2009 14:55:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D298CE0449 for ; Tue, 23 Jun 2009 14:55:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 7D1AE65380 for ; Tue, 23 Jun 2009 14:55:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.52 X-Spam-Level: X-Spam-Status: No, score=-3.52 required=5.5 tests=[AWL=0.079, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MlkbThzt6Cgh for ; Tue, 23 Jun 2009 14:55:18 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 9D8F165B6D for ; Tue, 23 Jun 2009 14:55:16 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MJ7Ox-0006Tk-6Q for gentoo-user@gentoo.org; Tue, 23 Jun 2009 14:55:11 +0000 Received: from athedsl-370776.home.otenet.gr ([79.131.0.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Jun 2009 14:55:11 +0000 Received: from realnc by athedsl-370776.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Jun 2009 14:55:11 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: package.keywords Date: Tue, 23 Jun 2009 17:54:57 +0300 Organization: Lucas Barks Message-ID: References: <200906222228.37453.alan.mckinnon@gmail.com> 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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-370776.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090622 Thunderbird/3.0b2 In-Reply-To: Sender: news X-Archives-Salt: 236eb3f0-450c-4770-b8ea-0b40966a84c8 X-Archives-Hash: 951a5810487413b2f01a68cbf5816d48 On 06/23/2009 05:40 PM, James wrote: >[...] > So entries in package.keywords should just have the ~ in front of them? > No point in using other boolean operations in the package.keywords file? There's a point to everything. You need to use whatever suits what you want to do. ~: This version and all revision bumps of it. =: This version. >: Higher than this version. <: Lower than this version. >=: This and higher versions. <=: This and lower versions. Note that "revision bumps" are not higher versions. For example: ~some-category/foo-3.0.10 will match foo-3.0.10, foo-3.0.10-r1, foo-3.0.10-r2 and all "-rN" versions of it, but will *not* match foo-3.0.11 nor 3.0.9. Just 3.0.10 and all revisions of it.