summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreroen <eroen@occam.eroen.eu>2016-05-25 19:39:44 +0200
committereroen <eroen@occam.eroen.eu>2016-05-25 19:39:44 +0200
commitd3c339d6db3616580578b2d339b3815a18abccac (patch)
tree928bb79d166ce232dfe289185f358918be2f363c /app-vim
parentminimetro - add README.gentoo (diff)
downloaderoen-d3c339d6db3616580578b2d339b3815a18abccac.tar.gz
eroen-d3c339d6db3616580578b2d339b3815a18abccac.tar.bz2
eroen-d3c339d6db3616580578b2d339b3815a18abccac.zip
covim - work around failglob in eclass
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/covim/covim-20130619.ebuild4
-rw-r--r--app-vim/covim/metadata.xml1
2 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/covim/covim-20130619.ebuild b/app-vim/covim/covim-20130619.ebuild
index 6a2d87a..0944d36 100644
--- a/app-vim/covim/covim-20130619.ebuild
+++ b/app-vim/covim/covim-20130619.ebuild
@@ -1,4 +1,4 @@
-# By eroen, 2013 - 2015
+# By eroen, 2013 - 2016
# Distributed under the terms of the ISC licence
# $Header: $
@@ -37,6 +37,8 @@ src_prepare() {
}
src_install() {
+ eshopts_push -u failglob
vim-plugin_src_install
+ eshopts_pop
chmod ugo+x "${D}"/usr/share/vim/vimfiles/plugin/CoVimServer.py || die
}
diff --git a/app-vim/covim/metadata.xml b/app-vim/covim/metadata.xml
index 0cd37cd..319d6c4 100644
--- a/app-vim/covim/metadata.xml
+++ b/app-vim/covim/metadata.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>vim</herd>
<longdescription lang="en">
CoVim is a Vim Plugin that adds real-time collaboration to your favorite text editor. Think Google Docs for Vim.
</longdescription>