Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/
Date: Fri, 11 May 2018 22:09:17
Message-Id: 1526076536.8d7c013446121f68fdf3448af65161e472a4dac2.monsieurp@gentoo
1 commit: 8d7c013446121f68fdf3448af65161e472a4dac2
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 22:07:17 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 22:08:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7c0134
7
8 app-vim/eruby-syntax: clean up old ebuild.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild
16 deleted file mode 100644
17 index f781740b355..00000000000
18 --- a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -inherit vim-plugin
27 -
28 -DESCRIPTION="vim plugin: syntax highlighting for eruby"
29 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
30 -LICENSE="vim.org"
31 -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
32 -IUSE=""
33 -
34 -VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
35 -
36 -src_unpack() {
37 - unpack ${A}
38 - cd "${S}"
39 - sed -i -e 's,hi link,hi def link,' syntax/eruby.vim || die "sed failed"
40 -}