summaryrefslogtreecommitdiff
path: root/app-vim/detectindent
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/detectindent
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/detectindent')
-rw-r--r--app-vim/detectindent/Manifest3
-rw-r--r--app-vim/detectindent/detectindent-1.0_p20150908.ebuild21
-rw-r--r--app-vim/detectindent/metadata.xml15
3 files changed, 39 insertions, 0 deletions
diff --git a/app-vim/detectindent/Manifest b/app-vim/detectindent/Manifest
new file mode 100644
index 000000000000..d4e9d201ff02
--- /dev/null
+++ b/app-vim/detectindent/Manifest
@@ -0,0 +1,3 @@
+DIST detectindent-1.0_p20150908.tar.xz 2788 BLAKE2B fbf27c3d9cbe3c92f96c9ed094cd72a24db948a1eb8abadb5ee3c86c3c118c409ffc02bee5806134e9b217361b9af44a773c6f91c3996a7ab54c7fda6f1341ce SHA512 d828d04871e6eeeaa11c109e137fbe70a3b7fa265f569e45d77b8b185f380a200b009aa0a2f0825afdbf344b12d7b8922050c4788decadcb7640bbe3fe9ca8de
+EBUILD detectindent-1.0_p20150908.ebuild 513 BLAKE2B c1b9f7d9ca299aedf5e32c8126eb931750121e3e96eb4cdd37f476461c0ae0902cf2f49dfbd7022a08c6c08a7d47cd2f03d252dfff68f195c72411d6bd6fd77c SHA512 243929e04d24e04d23a37bf1e4aeb7257cd73b6cbdbd45c9a88817be9938d8fec3332b7a9a0abee5224e8c11281222b91f4f2b5e5466c7b7622b7a3c637acf73
+MISC metadata.xml 481 BLAKE2B 5220c1a9da2e3f78bb0aafdbb2e3694374ae1158a9051110742e68e43bf22417bf5f51bc09dc06b402e89e4296c67df260825c1deaeda17eafc1c3618799bdfd SHA512 b4dfde13c17bb38d66031284c72288648992cf1157bb253c7cae53ad179d097ee05fde55333b9ac660e748298ab84b767976c5c8bb03a0defb7e37a5087031b2
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>