From 949646464fd0dd161584a3fff6e894b8be854e67 Mon Sep 17 00:00:00 2001 From: Aaron U'Ren Date: Tue, 8 Sep 2015 11:58:35 -0700 Subject: app-vim/detectindent: Bump version to 1.0_p20150908 Package-Manager: portage-2.2.20 --- .../detectindent/detectindent-1.0_p20150908.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app-vim/detectindent/detectindent-1.0_p20150908.ebuild (limited to 'app-vim/detectindent/detectindent-1.0_p20150908.ebuild') diff --git a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild new file mode 100644 index 00000000000..466ae01f399 --- /dev/null +++ b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: automatically detect file indent settings" +HOMEPAGE="https://github.com/ciaranm/detectindent" +LICENSE="vim" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +IUSE="" + +if [[ ${PV} != 9999* ]] ; then + SRC_URI="mirror://gentoo/${P}.tar.xz + http://dev.gentoo.org/~chutzpah/vim/${P}.tar.xz" +fi + +DEPEND="app-arch/xz-utils" + +VIM_PLUGIN_HELPFILES="detectindent.txt" -- cgit v1.2.1