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 51753138334 for ; Fri, 13 Dec 2019 18:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8045EE0895; Fri, 13 Dec 2019 18:29:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 355F6E0895 for ; Fri, 13 Dec 2019 18:29:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4E2C534D7FD for ; Fri, 13 Dec 2019 18:29:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C75518A7 for ; Fri, 13 Dec 2019 18:29:32 +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: <1576261754.946aac94d5690e9ca1ca2db21a254fea56e45b2b.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: 946aac94d5690e9ca1ca2db21a254fea56e45b2b X-VCS-Branch: master Date: Fri, 13 Dec 2019 18:29:32 +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: 61a37288-f9a9-4f87-8e5e-a6b5ae1fa269 X-Archives-Hash: bc342ab4b4a38785a3dd33832eb5d18c commit: 946aac94d5690e9ca1ca2db21a254fea56e45b2b Author: Mikle Kolyada gentoo org> AuthorDate: Fri Dec 13 18:14:03 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Dec 13 18:29:14 2019 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=946aac94 newebuild: 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