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/xquery-syntax/
Date: Tue, 23 Aug 2016 09:14:33
Message-Id: 1471943653.1a081294a41320f90600cf249595156abc9cde10.monsieurp@gentoo
1 commit: 1a081294a41320f90600cf249595156abc9cde10
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 08:37:50 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 09:14:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a081294
7
8 app-vim/xquery-syntax: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild
16 deleted file mode 100644
17 index 2877767..0000000
18 --- a/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit vim-plugin
26 -
27 -DESCRIPTION="vim plugin: XQuery syntax highlighting"
28 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803"
29 -
30 -LICENSE="vim.org"
31 -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
32 -IUSE=""
33 -
34 -VIM_PLUGIN_HELPTEXT=\
35 -"This plugin provides syntax highlighting for XQuery files."
36 -
37 -src_unpack() {
38 - unpack ${A}
39 - cd "${S}"
40 - # use hi def link. Bug #101788, bug #101804.
41 - sed -i -e 's,^hi\(ghlight\)\? link,hi def link,' syntax/xquery.vim \
42 - || die "sed failed"
43 -}