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 <gentoo-dev+bounces-44718-garchives=archives.gentoo.org@lists.gentoo.org>) id 1PwXd4-0000AB-Nw for garchives@archives.gentoo.org; Mon, 07 Mar 2011 10:25:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F38601C034; Mon, 7 Mar 2011 10:25:21 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 0240D1C01E for <gentoo-dev@lists.gentoo.org>; Mon, 7 Mar 2011 10:24:49 +0000 (UTC) Received: by fxm20 with SMTP id 20so5865486fxm.40 for <gentoo-dev@lists.gentoo.org>; Mon, 07 Mar 2011 02:24:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=xWDMCx4h4xg80LPjLplUQonPDIPT5kbyQr/k0TMW7kE=; b=vt/mgByusTWLCtGPsY4RngC96VgB7qz4tssqRChE8qF0O2yzcfirxmeL8jlp96Bo2N xa8tt1OoIPlO5r9qxRnCPINmGzlV+3WL7nNXPiyhDwUFvmOYpvx5m43wqOy1lkq75lAK 9BZLN7DDFWD72uLflyuXZWQ9AzC/TZapg04jE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=YtVMCeabKga6+ck11wYLnnlQEBEMKGOA3saoJ0ASN2X58ccRp3BFjcZEI/iCSDFEMy veiaY2nI96SlcgjO0z0QMT01e62MFwHbNCr46K52rIAsNtDI5L3SiT+uUNTabN8XvTvJ 24xd+3pvkmtVp81GAoNCEC9hEe7clj2TF/8FQ= Received: by 10.223.134.85 with SMTP id i21mr2325873fat.25.1299493489103; Mon, 07 Mar 2011 02:24:49 -0800 (PST) Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Sender: vapierfilter@gmail.com Received: by 10.223.112.143 with HTTP; Mon, 7 Mar 2011 02:24:29 -0800 (PST) From: Mike Frysinger <vapier@gentoo.org> Date: Mon, 7 Mar 2011 05:24:29 -0500 X-Google-Sender-Auth: IRXoUFDSN0F2FY_1RWQAUJJf9o4 Message-ID: <AANLkTim=gsAt6YCX9wk_1cg9acY3TYbbun693xzEhvC7@mail.gmail.com> Subject: [gentoo-dev] multilib clean up To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: 8574cfa115221815e2e7337e4c0e2104 i plan on punting these (hardly used) functions from the multilib.eclass (once the handful of open bugs are closed): get_ml_incdir prep_ml_includes create_ml_includes create_ml_includes-absolute create_ml_includes-tidy_path create_ml_includes-listdirs create_ml_includes-makedestdirs create_ml_includes-allfiles create_ml_includes-sym_for_dir further, the CDEFINE_xxx multilib vars will go with them for the most part, these were really only used by the glibc ebuilds. for the ones that dont support multilib natively (and necessitated these funcs in the first place), i'll simply punt the ebuilds. this will probably be just the glibc-2.5 ebuilds for now. also, i'll be converting the glibc ebuilds do always invoke the multilib_env helper functions. this will allow us to drop the {C,LD}FLAGS_xxx and friends from profiles since glibc was the main consumer. i imagine this inadvertently break some other packages, so if people want to test this on their own systems before i make the commit, that'd be cool. the plan would be for said breakage will go through bugzilla to get the ebuild updated rather than reverting the profile. -mike