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 B390759CA3 for ; Sun, 6 Mar 2016 12:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31F4F21C002 for ; Sun, 6 Mar 2016 12:00:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92E15E07DA for ; Sat, 5 Mar 2016 23:35:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8095340AC0 for ; Sat, 5 Mar 2016 23:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A49E209B for ; Sat, 5 Mar 2016 23:35:17 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1457220669.745c0431ed2e681b910bfa4559dd35a31dbd2033.radhermit@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: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 745c0431ed2e681b910bfa4559dd35a31dbd2033 X-VCS-Branch: master Date: Sat, 5 Mar 2016 23:35:17 +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-Archives-Salt: b3baffa2-5505-487d-8168-e33b2565b690 X-Archives-Hash: 9a8ad849ca8a6ceb344651e07c6ee80c commit: 745c0431ed2e681b910bfa4559dd35a31dbd2033 Author: Michał Górny gentoo org> AuthorDate: Wed Jan 27 13:13:30 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Mar 5 23:31:09 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=745c0431 newebuild: Remove SRC_TEST from perl-module for EAPI 6 The SRC_TEST variable was replaced by DIST_TEST in EAPI 6, and defaults to 'do parallel' now, so no point in putting it. plugin/newebuild.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim index 25f8aca..81941fe 100644 --- a/plugin/newebuild.vim +++ b/plugin/newebuild.vim @@ -136,8 +136,6 @@ fun! MakeNewEbuild() put ='' put ='RDEPEND=\"\"' put ='DEPEND=\"${RDEPEND}\"' - put ='' - put ='SRC_TEST=\"do\"' " }}} else " {{{ standard default setup