summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-08-21 23:21:38 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-08-21 23:30:52 +0200
commitbb2e8488b8be9db5cf1ecfbc6d29b5515c1c7556 (patch)
tree39182181cdf6ae1e707520e21139fd5ab23dc8d5 /app-vim
parentxdg-utils.eclass: fix xdg_desktop_database_update function doc typo (diff)
downloadgentoo-bb2e8488b8be9db5cf1ecfbc6d29b5515c1c7556.tar.gz
gentoo-bb2e8488b8be9db5cf1ecfbc6d29b5515c1c7556.tar.bz2
gentoo-bb2e8488b8be9db5cf1ecfbc6d29b5515c1c7556.zip
app-vim/csound-syntax: stable for amd64+x86.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/csound-syntax/csound-syntax-20160804.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/app-vim/csound-syntax/csound-syntax-20160804.ebuild b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
index 6fd6f80c0b22..1562317fb7f5 100644
--- a/app-vim/csound-syntax/csound-syntax-20160804.ebuild
+++ b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
inherit vim-plugin
-DESCRIPTION="set of tools for editing Csound files with vim"
+DESCRIPTION="vim plugin: set of tools for editing Csound files with vim"
HOMEPAGE="https://github.com/luisjure/csound"
LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
VIM_PLUGIN_HELPFILES="${PN}"
-PATCHES=( "${FILESDIR}"/${P}-doc.patch )
+PATCHES=( "${FILESDIR}/${P}-doc.patch" )
src_prepare() {
- rm LICENSE README.md || die
+ rm -v LICENSE README.md || die
default
}