From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB0B2139694 for ; Sun, 23 Jul 2017 15:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6385EE0B78; Sun, 23 Jul 2017 15:46:38 +0000 (UTC) Received: from mail-wr0-x22b.google.com (mail-wr0-x22b.google.com [IPv6:2a00:1450:400c:c0c::22b]) (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 EF7F8E0822 for ; Sun, 23 Jul 2017 15:46:37 +0000 (UTC) Received: by mail-wr0-x22b.google.com with SMTP id 33so41067962wrz.4 for ; Sun, 23 Jul 2017 08:46:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=ufMtvm+ysDG3rAq/uCKQ0bXz/CImWLW7SldMaBhT3W8=; b=SPbIkBawQcWq/Hmr9zAS/XEWf3+zOdDTEV5/fnX7Xjt2Ro6Wcyl5gKN4rNoF9KkhTU mKHhNICv0/JfpUJLZ9lXr6TqCstYTHEy1AlQ+wFdKO2OPOPb91AwKh2KS7NakuSjyCbE V+wgwvXFAd3Lf8olG2RLaov3R/73fngzqE21LCRvP91o/rGe+Yo5C0uw2z1Zt+tESL9K gdhioQ/Ihqb/Uhi5fXkDEfuIbohgTZ6VSafCNWWhozKtTEMKgGdI3QE2chLAHZUi8obc Su/FgjBR0JQiNkA93wrm6L+fWCqx/hqICJoPADdqsIGQEfVBHFOGyVHwpzAS10rlPNBW l+og== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ufMtvm+ysDG3rAq/uCKQ0bXz/CImWLW7SldMaBhT3W8=; b=SoSvp9oKyJUDQPsrpS4dSswLiGMeWxrzNOxPrfMDOtPgQb0TxJXznzd+Dp7s8RXSVa 8cQIi2UsQR3HSN7ZYJm1loEEofH5fJv15/vyPi61QRo0nv2YKMcIWkIsXYXKJjVawfNA 4bCnn+1MsQlXo52YIL/ZIvdRtggL2VcQBGPJWMnagJc9nMlGmvXek/3AqNdQh7efYDyl hBEaguo+09keuhriyxBotvSF9XRoFfm49M3c+3I4qJbcqUgp4h52ENgODU9rHjGmzOwM mIdqYg/htWqiU1bGV4WacrQnjr7/iy5XSZQygHX5PaVx+hO59dx8771VqDikklDvar5y QyQw== X-Gm-Message-State: AIVw111aMjQeQLOu/Ouuw6uy7K+MY0zFEUG+B2DkcC/p1ZEaqM4sHtnt O7BCMIPwSpjGnFcA X-Received: by 10.223.151.212 with SMTP id t20mr9643212wrb.233.1500824796339; Sun, 23 Jul 2017 08:46:36 -0700 (PDT) Received: from snowblower (cpc4-broo7-2-0-cust35.14-2.cable.virginm.net. [82.8.215.36]) by smtp.gmail.com with ESMTPSA id 92sm10591852wro.68.2017.07.23.08.46.35 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 23 Jul 2017 08:46:35 -0700 (PDT) Date: Sun, 23 Jul 2017 16:46:31 +0100 From: Ciaran McCreesh To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] vim-syntax USE flag Message-ID: <20170723164631.020dc120@snowblower> In-Reply-To: References: X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 56e245a5-64d8-4bc0-8117-965038f5c878 X-Archives-Hash: 3b8cedb9d44776db8b541fba31abb4ec On Sat, 22 Jul 2017 16:27:39 -0400 Mike Gilbert wrote: > Packages currently handle installation of vim syntax support files > inconsistently. Some builds install the files if the "vim-syntax" USE > flag is enabled, while others install them unconditionally. > > Do these files fall into the "small text files" category for > unconditional installation? If so, we should probably phase out the > vim-syntax USE flag. > > If we want to keep the USE flag, I would suggest documenting a global > policy regarding its use. Should that live in the devmanual? Or maybe > the Vim project page? One potential issue is help files: any Vim plugin that comes with documentation needs a little script (which requires Vim to be installed) to be run in pkg_postinst. -- Ciaran McCreesh