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 1SKceO-0000BE-3b for garchives@archives.gentoo.org; Wed, 18 Apr 2012 21:42:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69EF5E0CE2; Wed, 18 Apr 2012 21:42:37 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by pigeon.gentoo.org (Postfix) with ESMTP id 437C3E0D13 for ; Wed, 18 Apr 2012 21:41:42 +0000 (UTC) Received: by wibhn6 with SMTP id hn6so1000454wib.10 for ; Wed, 18 Apr 2012 14:41:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Mjcte6HQ+zG+IphSif2W3VR9BOIx4JYBKpazRb7ZgLo=; b=qKAKRaRNrMi6RJE9IE57SIUWSkdXNN3WcDv5AZa2c/9tLKAhhlT0HgCEsy8AILipcM j3ByGHGR8iF4W8F33RrmiK1kMlCn7yS1hCP07wx/HJwwmhW2n6YmcgG+DUVWRCT33IGM jS3zrXT5rvBj7WDPpHO2BCv/pOGoLyYswGGqchUaUt8ySkAVgqX1Nh7OCgwDf1MF/obR 6kjc6HKnLonfF4ynC1e4XNNTsYOAksSnnpiPKl0BJ2zjG/ETGH/KkiXXL/Y32+Z3B8QX pl0YXjASH3k6D8usOYtER//Z8nTVWp7LzH3MyZ9rOyWNjAE9Y4jF1OrF7pWVvzRwO+YE nHlA== Received: by 10.216.131.98 with SMTP id l76mr2354761wei.62.1334785302486; Wed, 18 Apr 2012 14:41:42 -0700 (PDT) Received: from [192.168.1.66] (host86-167-255-57.range86-167.btcentralplus.com. [86.167.255.57]) by mx.google.com with ESMTPS id b3sm37425007wib.4.2012.04.18.14.41.40 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Apr 2012 14:41:41 -0700 (PDT) Message-ID: <4F8F3513.2060202@googlemail.com> Date: Wed, 18 Apr 2012 22:41:39 +0100 From: David Leverton User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120325 Firefox/11.0 SeaMonkey/2.8 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 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Making user patches globally available References: <20120415021641.1858ffde@gentoo.org> <4F8A885C.3050508@gentoo.org> <20120418185913.3d2fa68f@epia.jer-c2.orkz.net> <201204181340.00474.vapier@gentoo.org> <20120418184138.50153e57@googlemail.com> <4F8F05E9.5070103@gentoo.org> <4F8F0929.2010109@googlemail.com> <4F8F18EC.3000707@gentoo.org> In-Reply-To: <4F8F18EC.3000707@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: acf112f3-2c92-49b3-aa3b-6650aca7c6ac X-Archives-Hash: 27864ee4103b0a77ca816ad7f6631a28 Zac Medico wrote: > Isn't that just a consequence of how autotools works? Do you have a > better alternative? Maaaybe letting the package manager know how to run autotools if necessary? There's already built-in autotools knowledge in that econf is in practice autotools-specific. On the other hand, the eclass logic isn't trivial, so unless a simplified subset would be adequate for this usage it's probably best left as it is. The point I was trying to get at was that it seems a bit heavyweight to rely on a whole eclass for a minor use-case, as well as a bit error-prone to expect people to remember it every time, but maybe that's the least bad option after all....