commit: 1a081294a41320f90600cf249595156abc9cde10 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Aug 23 08:37:50 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Aug 23 09:14:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a081294
app-vim/xquery-syntax: Clean up old. Package-Manager: portage-2.2.28 app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild deleted file mode 100644 index 2877767..0000000 --- a/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit vim-plugin - -DESCRIPTION="vim plugin: XQuery syntax highlighting" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803" - -LICENSE="vim.org" -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for XQuery files." - -src_unpack() { - unpack ${A} - cd "${S}" - # use hi def link. Bug #101788, bug #101804. - sed -i -e 's,^hi\(ghlight\)\? link,hi def link,' syntax/xquery.vim \ - || die "sed failed" -}
