commit: bb2e8488b8be9db5cf1ecfbc6d29b5515c1c7556 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Mon Aug 21 21:21:38 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Aug 21 21:30:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2e8488
app-vim/csound-syntax: stable for amd64+x86. Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-vim/csound-syntax/csound-syntax-20160804.ebuild | 11 ++++++----- 1 file 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 6fd6f80c0b2..1562317fb7f 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 }
