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 1MFDrD-0003B3-84 for garchives@archives.gentoo.org; Fri, 12 Jun 2009 21:00:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 234011C00B; Fri, 12 Jun 2009 21:00:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F30A11C00B for ; Fri, 12 Jun 2009 21:00:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 7AA7A6630E for ; Fri, 12 Jun 2009 21:00:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.406 X-Spam-Level: X-Spam-Status: No, score=-3.406 required=5.5 tests=[AWL=-0.807, BAYES_00=-2.599] 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 qUKIZW+-wrDk for ; Fri, 12 Jun 2009 21:00:06 +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 501CD65A09 for ; Fri, 12 Jun 2009 21:00:04 +0000 (UTC) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MFDr0-0001ji-QK for gentoo-user@gentoo.org; Fri, 12 Jun 2009 21:00:02 +0000 Received: from c-98-215-178-110.hsd1.in.comcast.net ([98.215.178.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jun 2009 21:00:02 +0000 Received: from reader by c-98-215-178-110.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jun 2009 21:00:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] Re: Introduce Manual manipulation during an emerge Date: Fri, 12 Jun 2009 15:58:56 -0500 Organization: Still searching... Message-ID: References: <20090613024331.665f13b2@coercion> 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=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-110.hsd1.in.comcast.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (windows-nt) Cancel-Lock: sha1:Di3EVMLprXnHLXdHNOEtRFTCrEk= Sender: news X-Archives-Salt: e92f53d9-5811-47f1-85bb-74b2ac3e39eb X-Archives-Hash: d16206757335df09a1d419defc06abfe Mike Kazantsev writes: > On Fri, 12 Jun 2009 14:59:53 -0500 > Harry Putnam wrote: > >> Isn't there a simple way to introduce the sed run in procmail sources >> during emerge? > > man 1 ebuild > ebuild /usr/portage/mail-filter/procmail configure > (do-some-sed-in-/var/tmp) > ebuild /usr/portage/mail-filter/procmail merge > > Ta da! ;) Yess indeed... Ta Da.. thank you... I new there was a simple way.