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 1MElDW-0001Q0-UQ for garchives@archives.gentoo.org; Thu, 11 Jun 2009 14:25:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E678E0401; Thu, 11 Jun 2009 14:25:22 +0000 (UTC) Received: from mail-yx0-f194.google.com (mail-yx0-f194.google.com [209.85.210.194]) by pigeon.gentoo.org (Postfix) with ESMTP id E1EDDE0401 for ; Thu, 11 Jun 2009 14:25:21 +0000 (UTC) Received: by yxe32 with SMTP id 32so104945yxe.32 for ; Thu, 11 Jun 2009 07:25:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Wm4vvNlflbfQQOOv7GJwnMnuGykfCbxQxS9LnTnttBY=; b=khwcFOdZKga1loC0El0yjk0ggbiECGr8lHI9/r7ZPNPGuVib3iNe5qapai1cN+znmH fNyjjQXIwTGq/ESqDKNXre3h5ki1iaPBQdhNd/giSMvv7Wf0U+KWo1p9QReksFDkRxNr XfEsOLKMWkBEwpmGdKNvjnNChFZaDzoa4Z7gM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=ftsSZdTsRa4HqXgB6ew63izs39qsOzPOBkZk8y2hmC5tuKSnIAv3zhyNrJ6llf/Iud ljzpwFquFkHVV93CxcP4NihnlutnlgbVucqwXdQEx8H+T0XhZVnb+94gzI6EKU+sqDWA GsKAb3aagwQ0RQ5l2DKXgEFXN6DoRA5Wz9sXw= 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 Sender: paul.hartman@gmail.com Received: by 10.151.72.2 with SMTP id z2mr5301564ybk.3.1244730321648; Thu, 11 Jun 2009 07:25:21 -0700 (PDT) In-Reply-To: References: <87my8foot7.fsf@galiza_ceive.gnu-linux.org> <58965d8a0906101315j3e3b5557x87b621400a2a889c@mail.gmail.com> Date: Thu, 11 Jun 2009 09:25:21 -0500 X-Google-Sender-Auth: 00966ba07b181543 Message-ID: <58965d8a0906110725g120bd103vf4a49dafab704e0c@mail.gmail.com> Subject: Re: [gentoo-user] Re: emerging procmail failure From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 2dd7e56f-53af-485a-9e7f-037a1951f0de X-Archives-Hash: 1203ea9d856a82f44532c6ea85bf9e51 On Thu, Jun 11, 2009 at 12:04 AM, Harry Putnam wrote: > Paul Hartman writes: > >> On Wed, Jun 10, 2009 at 3:03 PM, Harry Putnam wrote: >>> >>> Yes... except _OH CRAP_ I've forgotten whatever little tiny skill I once >>> had to add a patch into the emerge process manually. >> >> man ebuild >> >> HTH :) > > Doesn't any manual patching have to be done in an overlay? My own > portage setup. Then stepped thru with ebuild to get it accepted by > emerge? > > I see no hits at all on either `overlay' or `layman' in man ebuild. > There must be more to the story than just running ebuild commands. And > expect the modified ebuild to be accepted by emerge. Sorry, I was thinking you would apply the patch manually as a one-off... which you could do by unpacking using the ebuild command, applying patch, then compiling/merging it. If you want to make your own ebuild then yes you'd most likely want to put it in an overlay.