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 56B6F138A1F for ; Mon, 27 Jan 2014 13:02:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB4C0E0F27; Mon, 27 Jan 2014 13:02:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3C28E0F22 for ; Mon, 27 Jan 2014 13:02:03 +0000 (UTC) Received: from marga.jer-c2.orkz.net (D4B2706A.static.ziggozakelijk.nl [212.178.112.106]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jer) by smtp.gentoo.org (Postfix) with ESMTPSA id 70F0333F6E4 for ; Mon, 27 Jan 2014 13:02:02 +0000 (UTC) Date: Mon, 27 Jan 2014 14:01:58 +0100 From: Jeroen Roovers To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] ekeyword written in python from scratch Message-ID: <20140127140158.10cb8e39@marga.jer-c2.orkz.net> In-Reply-To: <201401200101.40672.vapier@gentoo.org> References: <201401200101.40672.vapier@gentoo.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; i686-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 6ccf8369-c8b0-444a-abf5-a548254de924 X-Archives-Hash: ae5f4a8def601532a3b0783a7930d29b On Mon, 20 Jan 2014 01:01:40 -0500 Mike Frysinger wrote: > at any rate, if other devs who use this want to give it a crack, > that'd be great. iron out bugs before the next release. > http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=blob_plain;f=src/ekeyword/ekeyword.py;hb=gentoolkit- > dev # cp nvidia-drivers-304.117.ebuild nvidia-drivers-304.119.ebuild # ~/bin/ekeyword ~all nvidia-drivers-304.119.ebuild nvidia-drivers-304.119: -~* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd It's more obvious with the fancy colouring, but here it removes -* and adds ~*. Regards, jer