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 B28FE58973 for ; Thu, 4 Feb 2016 22:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8B9F21C03C; Thu, 4 Feb 2016 22:35:45 +0000 (UTC) Received: from mail-io0-f178.google.com (mail-io0-f178.google.com [209.85.223.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C973C21C036 for ; Thu, 4 Feb 2016 22:35:44 +0000 (UTC) Received: by mail-io0-f178.google.com with SMTP id f81so109515074iof.0 for ; Thu, 04 Feb 2016 14:35:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=cDwCAIlFPBp0EYPwrbqrlD/MMYZwPmyvakzrGNxFpgE=; b=rHz4lFjkeoujliFgu3xvaDMqGmfzw+LdCqFtMmy20aX/gR5LYDphho0wYQrvr3D8Rz a+rHJpA2a6gP98i9hFdwE2KXnKUKlylizXQ4x+ybCyE75nVM6RoyjE3RngOv4EFYTw2h xGnFVxrVP6khm9AI5OWxKi3eJn3Cz+pHdqlL0UVfEfZoLbL/NsT3eCqCUdp167JkR940 L1YboX5EttTVWgdBVAG38kPp7nn6E7Uq772V4ICi4xJN9SPOxu0XzVkQqbyIkm7yArpv CBiqj94YD/t2ShJ9wDtwDwkF8n2Vb14A3kq7hqTZ+o+dUvqtsAnYOF8Ceh+26baAfnVq WAoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=cDwCAIlFPBp0EYPwrbqrlD/MMYZwPmyvakzrGNxFpgE=; b=bav5a5Ahr3II4NK9FpYlK1NJs6qZnOR3LuzgajTYo4r/2N4tmhc65041I0HLHixO8P T8OoTDrmqkU/x+mzwF2KFZOrUyqofA/IwK1GFnlWRmEOIClsQaqLig36yaUtWl70Wg5O Xj/viGxt/+e6cvC8ADspryTWtfhXLoPw40a/8AN3en94lRyo4VaznqTMG4YlwUDmekZt SItRsoXu5pMtx9jmXfyp15RKheDC20INubdtd5BYFHxQGNN22RsuzRsZ1crvqrehLceD H5cguLAohxUVoT8fLVZYWII2t8Tyuxj6hjWZaCAZNLOZ2pMvysFZ/0p3hCBHGYCV0SO7 OP7A== X-Gm-Message-State: AG10YORP4okWBD04GwSU18qQM9LEMr4tSXOxyCML4RHndKirGOI1eACTPs3ZFoX1GV+PlAPdjyt8DWzswbk5eg== 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 X-Received: by 10.107.168.29 with SMTP id r29mr12064455ioe.12.1454625344090; Thu, 04 Feb 2016 14:35:44 -0800 (PST) Received: by 10.64.0.18 with HTTP; Thu, 4 Feb 2016 14:35:44 -0800 (PST) In-Reply-To: References: <56B27F5D.4040805@gentoo.org> <20160203234849.0d4ebc8f.mgorny@gentoo.org> <20160204102740.GA26130@meriadoc> Date: Thu, 4 Feb 2016 16:35:44 -0600 Message-ID: Subject: Re: [gentoo-dev] New USE_EXPAND NGINX_MODULES_STREAM From: Gordon Pettey To: gentoo-dev@lists.gentoo.org Content-Type: multipart/alternative; boundary=001a11425fb6ea7b06052af95abd X-Archives-Salt: 9c68f13d-8da4-43ae-8c30-65cfdf2ac557 X-Archives-Hash: 23c257ca60e387f50566d61cc14f08b3 --001a11425fb6ea7b06052af95abd Content-Type: text/plain; charset=UTF-8 On Thu, Feb 4, 2016 at 6:17 AM, Kent Fredric wrote: > On 4 February 2016 at 23:27, Jason Zaman wrote: > > > > www-servers/nginx nginx_modules_http_access > nginx_modules_http_auth_basic nginx_modules_http_autoindex > nginx_modules_http_browser nginx_modules_http_charset > nginx_modules_http_fancyindex nginx_modules_http_fastcgi > nginx_modules_http_geo nginx_modules_http_gzip nginx_modules_http_limit_req > nginx_modules_http_limit_zone nginx_modules_http_map > nginx_modules_http_memcached nginx_modules_http_proxy > nginx_modules_http_realip nginx_modules_http_referer > nginx_modules_http_rewrite nginx_modules_http_scgi nginx_modules_http_spdy > nginx_modules_http_split_clients nginx_modules_http_ssi > nginx_modules_http_upstream_check nginx_modules_http_upstream_ip_hash > nginx_modules_http_userid nginx_modules_http_uwsgi > > > I used to do this sort of thing for the PYTHON_TARGETS stuff, but it > hurts way too badly. > > So now instead I have a couple of convenience tools in `package.env` + > `env.d` instead. ( Queue many ewing ) > > Its really sad we can't just have what Paludis does, package.use side > support for USE_EXPAND. > > www-servers/nginx normal_use_flags NGINX_MODULES: http_access > http_auth_basic http_autoindex > > Or similar. > But we can do exactly that, as of at least portage-2.2.24, possibly earlier. --001a11425fb6ea7b06052af95abd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On T= hu, Feb 4, 2016 at 6:17 AM, Kent Fredric <kentfredric@gmail.com>= ; wrote:
On 4 Feb= ruary 2016 at 23:27, Jason Zaman <perfinion@gentoo.org> wrote:
>
> www-servers/nginx nginx_modules_http_access nginx_modules_http_auth_ba= sic nginx_modules_http_autoindex nginx_modules_http_browser nginx_modules_h= ttp_charset nginx_modules_http_fancyindex nginx_modules_http_fastcgi nginx_= modules_http_geo nginx_modules_http_gzip nginx_modules_http_limit_req nginx= _modules_http_limit_zone nginx_modules_http_map nginx_modules_http_memcache= d nginx_modules_http_proxy nginx_modules_http_realip nginx_modules_http_ref= erer nginx_modules_http_rewrite nginx_modules_http_scgi nginx_modules_http_= spdy nginx_modules_http_split_clients nginx_modules_http_ssi nginx_modules_= http_upstream_check nginx_modules_http_upstream_ip_hash nginx_modules_http_= userid nginx_modules_http_uwsgi


I used to do this sort of thing for the PYTHON_TARGETS stuff, but it=
hurts way too badly.

So now instead I have a couple of convenience tools in `package.env` +
`env.d` instead. ( Queue many ewing )

Its really sad we can't just have what Paludis does, package.use side support for USE_EXPAND.

www-servers/nginx=C2=A0 normal_use_flags NGINX_MODULES: http_access
http_auth_basic http_autoindex

Or similar.

But we can do exactly that,= as of at least portage-2.2.24, possibly earlier.
--001a11425fb6ea7b06052af95abd--