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 3BCFC138334 for ; Tue, 14 Aug 2018 14:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1927DE08A2; Tue, 14 Aug 2018 14:13:56 +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 E6F6FE08A2 for ; Tue, 14 Aug 2018 14:13:55 +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 53E36335CA6 for ; Tue, 14 Aug 2018 14:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70AB7386 for ; Tue, 14 Aug 2018 14:13:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1534255818.1a9b768fee96fbdef1abe9b3f49edff8dfcd4aaa.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1a9b768fee96fbdef1abe9b3f49edff8dfcd4aaa X-VCS-Branch: master Date: Tue, 14 Aug 2018 14:13:50 +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: 46415e8c-dfd5-474b-b266-04bd50c97ab6 X-Archives-Hash: 93c9571f247d5d4113a5443313e7ae72 commit: 1a9b768fee96fbdef1abe9b3f49edff8dfcd4aaa Author: Michał Górny gentoo org> AuthorDate: Tue Aug 14 14:10:18 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 14 14:10:18 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=1a9b768f newebuild: xfconf eclass is obsolete plugin/newebuild.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim index f8dd767..1422f3b 100644 --- a/plugin/newebuild.vim +++ b/plugin/newebuild.vim @@ -147,9 +147,6 @@ fun! MakeNewEbuild() put ='PYTHON_COMPAT=( ' . GentooGetPythonTargets() . ' )' put ='inherit distutils-r1' put ='' - elseif l:category =~# "^xfce-" - put ='inherit xfconf' - put ='' endif " }}}