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 8E5B7138334 for ; Tue, 14 Aug 2018 14:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D22E08BD; Tue, 14 Aug 2018 14:23:27 +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 3C22FE08BD for ; Tue, 14 Aug 2018 14:23:27 +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 D5E2D335C39 for ; Tue, 14 Aug 2018 14:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4913A0 for ; Tue, 14 Aug 2018 14:23:24 +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: <1534256596.85909d075ddb97815d97954ccd1ad8e4d22b5ef4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild X-VCS-Directories: app-vim/gentoo-syntax/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 85909d075ddb97815d97954ccd1ad8e4d22b5ef4 X-VCS-Branch: master Date: Tue, 14 Aug 2018 14:23:24 +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: fe02d23f-f43f-4485-832f-efe845ae0eb7 X-Archives-Hash: b2fb92d4388150fa7783e7e8e64bce81 commit: 85909d075ddb97815d97954ccd1ad8e4d22b5ef4 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 14 14:03:02 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 14 14:23:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85909d07 app-vim/gentoo-syntax: Remove very old fenc change notice app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild index 1e9dad4bb4e..1abcb9f1f7b 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild @@ -41,13 +41,6 @@ pkg_postinst() { ewarn "You have chosen to disable the rules which ensure GLEP 31" ewarn "compliance. When editing ebuilds, please make sure you get" ewarn "the character set correct." - else - elog "Note for developers and anyone else who edits ebuilds:" - elog " This release of gentoo-syntax now contains filetype rules to set" - elog " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." - elog " If you find this feature breaks things, please submit a bug and" - elog " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" - elog " flag to remove these rules." fi fi }