diff options
Diffstat (limited to 'app-vim/sleuth')
| -rw-r--r-- | app-vim/sleuth/Manifest | 2 | ||||
| -rw-r--r-- | app-vim/sleuth/metadata.xml | 8 | ||||
| -rw-r--r-- | app-vim/sleuth/sleuth-1.0.ebuild | 15 | ||||
| -rw-r--r-- | app-vim/sleuth/sleuth-1.1.ebuild | 14 |
4 files changed, 39 insertions, 0 deletions
diff --git a/app-vim/sleuth/Manifest b/app-vim/sleuth/Manifest new file mode 100644 index 000000000000..8a7ef7aee981 --- /dev/null +++ b/app-vim/sleuth/Manifest @@ -0,0 +1,2 @@ +DIST sleuth-1.0.tar.bz2 1839 SHA256 8b5dd0c7254766a4a873abf0b8c8998eb9f57c2526164672426a3ba1f547ea40 SHA512 19fb158a28bfa02e7364208f11911d0afcda77f4a35a410202b0342130e48b99b52db56aa687b2484ba0ac9595970ae040c349e7a0fd350f07c40b6b58d43a13 WHIRLPOOL 9d7df8812ba68af3f735e45e7af64d260b34a05d4c43e31ed7bad7ad037bf9e9682a9547330b1a1bc599e727f86b26c165ce442143ea33ec7ef40008d3b1ee60 +DIST sleuth-1.1.tar.bz2 1972 SHA256 4ada9eef22debb07a5e01575f06a992faa8f0a6456e1dc66a2aa44be8d433788 SHA512 76a2bbb651452cb7a2336cebed5f7e8ff79e995bc7ba11d36089f7e58f607df031306bf38fd161e7af728aa6699b37fa8c2c322b8a8cfa7889dfaa3e96d400c9 WHIRLPOOL 58bee1be4f549277215ab84b8f41c03d1e840c2c0fb8fb3213a188b96c8605881efab0f3bd5618d9336390cf19e9310341c0d83639cab1a35da795fead6307a9 diff --git a/app-vim/sleuth/metadata.xml b/app-vim/sleuth/metadata.xml new file mode 100644 index 000000000000..9a7aa0bf9c64 --- /dev/null +++ b/app-vim/sleuth/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">tpope/vim-sleuth</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/sleuth/sleuth-1.0.ebuild b/app-vim/sleuth/sleuth-1.0.ebuild new file mode 100644 index 000000000000..817ede485b6c --- /dev/null +++ b/app-vim/sleuth/sleuth-1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: heuristically set buffer options" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4375 https://github.com/tpope/vim-sleuth" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/sleuth/sleuth-1.1.ebuild b/app-vim/sleuth/sleuth-1.1.ebuild new file mode 100644 index 000000000000..553b1ff4f3e6 --- /dev/null +++ b/app-vim/sleuth/sleuth-1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: heuristically set buffer options" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4375 https://github.com/tpope/vim-sleuth" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}" |
