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 49409138334 for ; Fri, 13 Dec 2019 18:28:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CEA6E08F7; Fri, 13 Dec 2019 18:28:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4EE2CE08F7 for ; Fri, 13 Dec 2019 18:28:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EA0034D84A for ; Fri, 13 Dec 2019 18:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B19A48A7 for ; Fri, 13 Dec 2019 18:27:59 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1576261664.d4532098c7d8a0cff1d6a64d0470c55f527fce96.zlogene@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: plugin/newebuild.vim X-VCS-Directories: plugin/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d4532098c7d8a0cff1d6a64d0470c55f527fce96 X-VCS-Branch: master Date: Fri, 13 Dec 2019 18:27:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 11e680cf-0ed9-466a-84bc-23c40752ee05 X-Archives-Hash: 8bd8da63e33924ff1a8ca022414e900f commit: d4532098c7d8a0cff1d6a64d0470c55f527fce96 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Dec 13 18:14:03 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Dec 13 18:27:44 2019 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=d4532098 remove empty iuse Signed-off-by: Mikle Kolyada gentoo.org> plugin/newebuild.vim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim index 26d5a9f..8378fab 100644 --- a/plugin/newebuild.vim +++ b/plugin/newebuild.vim @@ -85,7 +85,6 @@ fun! MakeNewEbuild() put ='HOMEPAGE=\"http://www.vim.org/scripts/script.php?script_id=\"' put ='LICENSE=\"\"' put ='KEYWORDS=\"' . l:keywords . '\"' - put ='IUSE=\"\"' put ='' put ='VIM_PLUGIN_HELPFILES=\"\"' put ='VIM_PLUGIN_HELPTEXT=\"\"' @@ -102,7 +101,6 @@ fun! MakeNewEbuild() put ='LICENSE=\"\"' put ='' put ='KEYWORDS=\"' . l:keywords . '\"' - put ='IUSE=\"\"' put ='SLOT=\"0\"' put ='' put ='# See apache-module.eclass for more information.' @@ -125,8 +123,6 @@ fun! MakeNewEbuild() put ='SLOT=\"0\"' put ='KEYWORDS=\"' . l:keywords . '\"' put ='' - put ='IUSE=\"\"' - put ='' put ='CP_DEPEND=\"\"' put ='' put ='RDEPEND=\">=virtual/jre-1.8' @@ -143,7 +139,6 @@ fun! MakeNewEbuild() put ='#LICENSE=\"\|\| ( Artistic GPL-1+ )\"' put ='SLOT=\"0\"' put ='KEYWORDS=\"' . l:keywords . '\"' - put ='IUSE=\"\"' put ='' put ='RDEPEND=\"\"' put ='DEPEND=\"${RDEPEND}\"' @@ -165,7 +160,6 @@ fun! MakeNewEbuild() put ='LICENSE=\"\"' put ='SLOT=\"0\"' put ='KEYWORDS=\"' . l:keywords . '\"' - put ='IUSE=\"\"' put ='' " {{{ extra deps for some categories