summaryrefslogtreecommitdiff
path: root/app-vim/detectindent
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-vim/detectindent
reinit the tree, so we can have metadata
Diffstat (limited to 'app-vim/detectindent')
-rw-r--r--app-vim/detectindent/Manifest5
-rw-r--r--app-vim/detectindent/detectindent-1.0_p20150908.ebuild21
-rw-r--r--app-vim/detectindent/metadata.xml15
3 files changed, 41 insertions, 0 deletions
diff --git a/app-vim/detectindent/Manifest b/app-vim/detectindent/Manifest
new file mode 100644
index 000000000000..09aacafb05a4
--- /dev/null
+++ b/app-vim/detectindent/Manifest
@@ -0,0 +1,5 @@
+DIST detectindent-1.0_p20150908.tar.xz 2788 SHA256 2f2e124777940f1efc621e50a679956650348305cf76be8e5c35c0a17b64c041 SHA512 d828d04871e6eeeaa11c109e137fbe70a3b7fa265f569e45d77b8b185f380a200b009aa0a2f0825afdbf344b12d7b8922050c4788decadcb7640bbe3fe9ca8de WHIRLPOOL a7b3c70476a3c35ebb4dbe9bae24307a4f3ed56f0e4e160b6f2f55045a96941a6d4d99ac6513f23af27fda0a8bb98c893588e9261709e7267f75706f0447de8d
+EBUILD detectindent-1.0_p20150908.ebuild 513 SHA256 8b0e2b6794946e2257411e0cae384db55e77b515ca44b25b54d598fa62283aa2 SHA512 243929e04d24e04d23a37bf1e4aeb7257cd73b6cbdbd45c9a88817be9938d8fec3332b7a9a0abee5224e8c11281222b91f4f2b5e5466c7b7622b7a3c637acf73 WHIRLPOOL 4b2323963cbd77158cc6d25948638c2998397a3e49d13a99dd5f4c0c248208e2a9b521ab4e32711dd48055deb0ffab933753ab88cccf4fb9823d114a892f57ec
+MISC ChangeLog 3349 SHA256 0173951fe091546020ffa73c9bf58feab03c9ed5c6611894bf720e3d9514ccbe SHA512 8a04f83d625d1e8db628546e14071050cbd2bbfecf615cc84d6af31c4c3aea9991c1415463222391ccb4e391cc46d1caab0522e6c5d5206a054b6f0ae6262900 WHIRLPOOL cebf2496e3d0f500a0dbcc778cc65eeeea53f1051b7b38607da14225695d69acb2a72ae326a0fe1a2f7ecfea826d395cd8948e66c93b62a81ff71b508dcbfc59
+MISC ChangeLog-2015 1191 SHA256 963a660c2098aa6668a2207bf926319e36064500e8ca89662a5c6e37d3c24ca1 SHA512 71dcad724dec08410d77a70ae07b38f64d54ec8c61f0d68592c8f7405f57bd5b7c3fb30c444db7131c5a2ff57f3cd7a6366e93d14d861a3ab5974c2aa6eab486 WHIRLPOOL f85ad5be3749ff60cfed3767c113057fdfe2225003b872a82fbb9abcf4d9ae0ec5bc5912f12b1c80e02abbb2949d7380a0c4bf85ff9b21df74894ae519bff1f5
+MISC metadata.xml 481 SHA256 f366e90dd6d6d72a27935df6c7d3945c928f388eab4b78ab13f584992351d60e SHA512 b4dfde13c17bb38d66031284c72288648992cf1157bb253c7cae53ad179d097ee05fde55333b9ac660e748298ab84b767976c5c8bb03a0defb7e37a5087031b2 WHIRLPOOL 57cd6d74394053319ed4137f03a434e13acf516800b1d4a756742e22c1cbf96da3454f168d593dc207967ad279d1860de2a58a3435b5279a732032dc51e057d2
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..232c7a61e1a8
--- /dev/null
+++ b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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
+ https://dev.gentoo.org/~chutzpah/vim/${P}.tar.xz"
+fi
+
+DEPEND="app-arch/xz-utils"
+
+VIM_PLUGIN_HELPFILES="detectindent.txt"
diff --git a/app-vim/detectindent/metadata.xml b/app-vim/detectindent/metadata.xml
new file mode 100644
index 000000000000..34279beb870e
--- /dev/null
+++ b/app-vim/detectindent/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>vim@gentoo.org</email>
+ <name>Gentoo Vim Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ Vim plugin which automatically detects indent settings for files which
+ do not have modelines.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">ciaranm/detectindent</remote-id>
+ </upstream>
+</pkgmetadata>