summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron U'Ren <aauren@gmail.com>2015-09-08 11:58:35 -0700
committerPatrick McLean <chutzpah@gentoo.org>2015-09-08 15:29:37 -0700
commit949646464fd0dd161584a3fff6e894b8be854e67 (patch)
treebd7aafeeab8188f8ea04eab508b3781d6b9ba124 /app-vim/detectindent/detectindent-1.0_p20150908.ebuild
parentapp-vim/autoalign: Bump version to 14 (diff)
downloadgentoo-949646464fd0dd161584a3fff6e894b8be854e67.tar.gz
gentoo-949646464fd0dd161584a3fff6e894b8be854e67.tar.bz2
gentoo-949646464fd0dd161584a3fff6e894b8be854e67.zip
app-vim/detectindent: Bump version to 1.0_p20150908
Package-Manager: portage-2.2.20
Diffstat (limited to 'app-vim/detectindent/detectindent-1.0_p20150908.ebuild')
-rw-r--r--app-vim/detectindent/detectindent-1.0_p20150908.ebuild22
1 files changed, 22 insertions, 0 deletions
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 000000000000..466ae01f3990
--- /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"