summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-03-28 23:59:31 +0000
committerTim Harder <radhermit@gentoo.org>2014-03-28 23:59:31 +0000
commit27715c72a6ff952f5f3af1748acb600ac0e3ce63 (patch)
tree6bc51e955a089cd84f1ca0c16c0ca0ff3abfe444 /app-vim
parentVersion bump. (diff)
downloadgentoo-2-27715c72a6ff952f5f3af1748acb600ac0e3ce63.tar.gz
gentoo-2-27715c72a6ff952f5f3af1748acb600ac0e3ce63.tar.bz2
gentoo-2-27715c72a6ff952f5f3af1748acb600ac0e3ce63.zip
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/checkattach/ChangeLog9
-rw-r--r--app-vim/checkattach/checkattach-0.16.ebuild13
2 files changed, 20 insertions, 2 deletions
diff --git a/app-vim/checkattach/ChangeLog b/app-vim/checkattach/ChangeLog
index f68faafbd6f1..3e8929d82bfd 100644
--- a/app-vim/checkattach/ChangeLog
+++ b/app-vim/checkattach/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/checkattach
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/checkattach/ChangeLog,v 1.1 2013/09/26 08:34:28 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/checkattach/ChangeLog,v 1.2 2014/03/28 23:59:31 radhermit Exp $
+
+*checkattach-0.16 (28 Mar 2014)
+
+ 28 Mar 2014; Tim Harder <radhermit@gentoo.org> +checkattach-0.16.ebuild:
+ Version bump.
*checkattach-0.15 (26 Sep 2013)
diff --git a/app-vim/checkattach/checkattach-0.16.ebuild b/app-vim/checkattach/checkattach-0.16.ebuild
new file mode 100644
index 000000000000..41785d3dd2a6
--- /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
+# $Header: /var/cvsroot/gentoo-x86/app-vim/checkattach/checkattach-0.16.ebuild,v 1.1 2014/03/28 23:59:31 radhermit Exp $
+
+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"