summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/checkattach')
-rw-r--r--app-vim/checkattach/Manifest3
-rw-r--r--app-vim/checkattach/checkattach-0.15.ebuild13
-rw-r--r--app-vim/checkattach/checkattach-0.16.ebuild13
-rw-r--r--app-vim/checkattach/checkattach-0.17.ebuild13
-rw-r--r--app-vim/checkattach/metadata.xml8
5 files changed, 50 insertions, 0 deletions
diff --git a/app-vim/checkattach/Manifest b/app-vim/checkattach/Manifest
new file mode 100644
index 000000000000..291a18eb9f35
--- /dev/null
+++ b/app-vim/checkattach/Manifest
@@ -0,0 +1,3 @@
+DIST checkattach-0.15.tar.bz2 6242 SHA256 29b99fafbd5e03bb7815f865724c75b550c23aa5ee32abdd7bcd803df82363f2 SHA512 c9204641da2beb33d361d42cafacac39de40dc652f97568993d64dc1b1f776ce725aa088102c3f0d057648c6dbc06ed3d871b6ac715d4c90ac42fc18348f3101 WHIRLPOOL 2145c2501847a7a419e0831a6da3d826924d173b24ee74a35b22aec2a2283e67bbdd7611790d90d4129c3b80669bc60e8347ba3ab26380825be9fc31095b6cb2
+DIST checkattach-0.16.tar.bz2 6375 SHA256 62c1af9e606e7830922093fe594da0500f97f31714cf9579e12cd99f3836479b SHA512 bf6a4837859ffb34a5f76fef68c37b34614ce8b56534c36b7579d1f63649c446dc1c95796df1b26704715e48d115d4f4f0840d760e665d2f14dbbdd9023ee1c9 WHIRLPOOL 0bf21cf485b692cc5dfb56a87b86f0c96111a39ae1500ab9c65ccc92f16079a3c827b8d5c50b96dd3277eea30d236ad3a909bcac86494a50df79981a18768424
+DIST checkattach-0.17.tar.bz2 6491 SHA256 297c4e45ac8a7ca64e2a620985f6e862d42b1dd2afc9fb85814e6353a0be56c3 SHA512 98ac172a5fd84bacda8cd682dfb320aceb799098bd1f5a5abcf5834c2a883e7269b0fafbe1e77d2215982ed0548d592c32e80fc4aa67ae3e87c6a69ffc75cdbd WHIRLPOOL cd2f23b04d7eb4e60336bd8b600749dbb4a71b54a774554b5138785bb9d1e1b837805eb37e19792363575dffca8d81db4dd3f40d5c83580eb9b4c26f337a63b0
diff --git a/app-vim/checkattach/checkattach-0.15.ebuild b/app-vim/checkattach/checkattach-0.15.ebuild
new file mode 100644
index 000000000000..f5207a4b99c0
--- /dev/null
+++ b/app-vim/checkattach/checkattach-0.15.ebuild
@@ -0,0 +1,13 @@
+# 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: check for attachments when writing mails with mutt"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2796 https://github.com/chrisbra/CheckAttach"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="CheckAttach.txt"
diff --git a/app-vim/checkattach/checkattach-0.16.ebuild b/app-vim/checkattach/checkattach-0.16.ebuild
new file mode 100644
index 000000000000..5404d5b57d62
--- /dev/null
+++ b/app-vim/checkattach/checkattach-0.16.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: check for attachments when writing mails with mutt"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2796 https://github.com/chrisbra/CheckAttach"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="CheckAttach.txt"
diff --git a/app-vim/checkattach/checkattach-0.17.ebuild b/app-vim/checkattach/checkattach-0.17.ebuild
new file mode 100644
index 000000000000..bc62d4366d6f
--- /dev/null
+++ b/app-vim/checkattach/checkattach-0.17.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: check for attachments when writing mails with mutt"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2796 https://github.com/chrisbra/CheckAttach"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="CheckAttach.txt"
diff --git a/app-vim/checkattach/metadata.xml b/app-vim/checkattach/metadata.xml
new file mode 100644
index 000000000000..e9ad44f03af6
--- /dev/null
+++ b/app-vim/checkattach/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">chrisbra/CheckAttach</remote-id>
+ </upstream>
+</pkgmetadata>