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 4CB5A138262 for ; Fri, 20 May 2016 20:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF341141F9; Fri, 20 May 2016 20:36:11 +0000 (UTC) Received: from mail-vk0-f66.google.com (mail-vk0-f66.google.com [209.85.213.66]) (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 6FF88E0881 for ; Fri, 20 May 2016 20:36:10 +0000 (UTC) Received: by mail-vk0-f66.google.com with SMTP id y2so10441839vka.0 for ; Fri, 20 May 2016 13:36:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=sI7KmDmKCkD7kp0dgcrJ98IkGTsSGa3GKTBozDNH80w=; b=T0Z4til3RJd+cmLHBxUP/e4nm5vgQdHL8j8PYhszxzf0V/bl11l/j0rFQ0JWV1D6Ac ogPsIVdH9iNEhvMpXKo7lVEBFr++xTwnLPQZ7Cilhb2So68x5M6tMVapFl3m8zQaXE66 5s2NnJVo5x+c7DjthwWS+HQUeSXRsnQ41dgfDYKFs1bOWfJChhlXBpdtVm/F78RmD6/n m+aVMxdQwLWdarD5iJNZ+Yfj/Z2NatDfccCzstlxUe6qTcNcT9W2isF5TXDXK3TPM84C I8zWBeg/Pelu0L20RYnPf8apIVt//dAYIP6mUnCwx11ArY59P3fEScQ7ZvNiHHzhzyrI fdJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=sI7KmDmKCkD7kp0dgcrJ98IkGTsSGa3GKTBozDNH80w=; b=MkbE+8Rh2Th065tNFHdbLwKDxp5Uby1/oGuPRA3uMmw9kVwCqFygOzuoRnfyPdXYRG ervAmNzpW3uDWqeNRjU+/+qCyT+poeU1tKer7qCyNqZC3SRpTUN3IoLEx8UmYSBt+9YS eTNQxNeenwfBvNEw4vJzFYlBdSd8SSK2BYXk+5dChdDmYlIUFmu3hnp+isXDLbGc5KAm LgIVImtd76vP22fqX6PNL+YeRNwb88e1RbMIPeFXC+Cn/B+6OjXjCL5moYMF1Mqhzjpj Xle4J/VmfeKneyVM6FhmYTTDGDky5bAXCIkdVl8c1iZcyzYP2P/lNLsAXs0zvz2I3kTt P79A== X-Gm-Message-State: AOPr4FVKVNF7IFP1dAnvzRxOM6un/ICHTe+yD7Aidx99Bbtwl+PZpcjD5N8qWCTQauJ54/6s7niRdQ1cvxBLoQ== X-Received: by 10.176.1.193 with SMTP id 59mr2866363ual.52.1463776569423; Fri, 20 May 2016 13:36:09 -0700 (PDT) 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 Sender: mr.jan.chren@gmail.com Received: by 10.159.33.4 with HTTP; Fri, 20 May 2016 13:35:29 -0700 (PDT) In-Reply-To: <87mvnkwla1.fsf@freja.aidecoe.name> References: <87mvnkwla1.fsf@freja.aidecoe.name> From: rindeal Date: Fri, 20 May 2016 22:35:29 +0200 X-Google-Sender-Auth: m2NuXHkYx2qyHreAsT8mh5u0rpI Message-ID: Subject: Re: [gentoo-dev] [PATCH] eutils.eclass: Add awk wrapper - eawk - edit file in place To: =?UTF-8?B?QW1hZGV1c3ogxbtvxYJub3dza2k=?= Cc: rindeal , gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 2da7a620-d7cb-4779-935c-c0ef9f736785 X-Archives-Hash: b276690adca8c0c7ddcd4c556c5dc5d9 > a) mawk doesn't support it. > b) 4.1 is not stabilized, yet. a) if you depend on mawk then you can really create your own wrapper in your ebuild or do it inline b) then perhaps put your efforts that way