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 605671382C5 for ; Fri, 11 May 2018 22:09:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DA51E0A6E; Fri, 11 May 2018 22:09:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 36EEDE0A6E for ; Fri, 11 May 2018 22:09:13 +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 24184335C94 for ; Fri, 11 May 2018 22:09:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7B0C292 for ; Fri, 11 May 2018 22:09:09 +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: <1526076536.8d7c013446121f68fdf3448af65161e472a4dac2.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild X-VCS-Directories: app-vim/eruby-syntax/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8d7c013446121f68fdf3448af65161e472a4dac2 X-VCS-Branch: master Date: Fri, 11 May 2018 22:09:09 +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: dd0106b8-2318-46a7-bcc8-71df17592803 X-Archives-Hash: 10d14e787b37d7c6f8579ddfc3b6ceab commit: 8d7c013446121f68fdf3448af65161e472a4dac2 Author: Patrice Clement gentoo org> AuthorDate: Fri May 11 22:07:17 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri May 11 22:08:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7c0134 app-vim/eruby-syntax: clean up old ebuild. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild deleted file mode 100644 index f781740b355..00000000000 --- a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit vim-plugin - -DESCRIPTION="vim plugin: syntax highlighting for eruby" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403" -LICENSE="vim.org" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e 's,hi link,hi def link,' syntax/eruby.vim || die "sed failed" -}