commit: 233380e49f71c727d8878d6fb8215797b81ca905 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Oct 15 10:17:17 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Oct 15 12:31:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233380e4
app-vim/perlomni: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.3.0 app-vim/perlomni/perlomni-2.5.ebuild | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/app-vim/perlomni/perlomni-2.5.ebuild b/app-vim/perlomni/perlomni-2.5.ebuild index 28b0746..c576dc3 100644 --- a/app-vim/perlomni/perlomni-2.5.ebuild +++ b/app-vim/perlomni/perlomni-2.5.ebuild @@ -6,23 +6,31 @@ EAPI=6 inherit vim-plugin -DESCRIPTION="vim plugin: Perl omni completion" +DESCRIPTION="vim plugin: a vim plugin with Perl omni completion functions" HOMEPAGE="https://github.com/c9s/perlomni.vim" SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.zip -> ${P}.zip" LICENSE="vim.org" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" DEPEND=" app-arch/unzip dev-lang/perl" +RDEPEND="${DEPEND}" + S="${WORKDIR}/${PN}.vim-${PV}" src_prepare() { default - rm -v Makefile config.mk README.mkd README.mkd.old win32-install.bat TODO || die + local CLEANUP=( + Makefile + config.mk + README.mkd + README.mkd.old + win32-install.bat + TODO + ) + rm -v "${CLEANUP[@]}" || die } -src_compile() { - :; -} +src_compile() { :; }
