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 28911138336 for ; Mon, 1 Apr 2019 08:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1325DE088F; Mon, 1 Apr 2019 08:53:14 +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 DBECCE088F for ; Mon, 1 Apr 2019 08:53:13 +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 508BD335CF2 for ; Mon, 1 Apr 2019 08:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A90C958A for ; Mon, 1 Apr 2019 08:53:10 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1554108691.15b68a03c0a3448f6c51abf9fca2ee89e963d6de.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/help-extra-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild X-VCS-Directories: app-vim/help-extra-syntax/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 15b68a03c0a3448f6c51abf9fca2ee89e963d6de X-VCS-Branch: master Date: Mon, 1 Apr 2019 08:53:10 +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: afaceb57-7514-448c-8cbb-dba775f76f3f X-Archives-Hash: fb87894c4c82655f4435faed3340a363 commit: 15b68a03c0a3448f6c51abf9fca2ee89e963d6de Author: Patrice Clement gentoo org> AuthorDate: Sun Mar 31 18:47:35 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Apr 1 08:51:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b68a03 app-vim/help-extra-syntax: clean up old. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 .../help-extra-syntax-20050106-r1.ebuild | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild deleted file mode 100644 index 5b397734af3..00000000000 --- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit vim-plugin - -DESCRIPTION="vim plugin: extra syntax highlighting for help files" -HOMEPAGE="http://www.drchip.org/astronaut/vim/" -LICENSE="public-domain" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides additional syntax highlighting for help files." - -src_unpack() { - unpack ${A} - cd "${S}" - # use hi def link, bug #101797 / bug #101804 - sed -i -e 's,^hi link,hi def link,' \ - "after/syntax/help.vim.d/extra-help-syntax.vim" || die "sed failed" -}