diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-01-17 01:47:36 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-01-17 01:47:36 +0000 |
commit | 068bf5d721e544aa6449927b06d5fc4a63b60e35 (patch) | |
tree | df0f4bce6d603b09d00185f625703ef67d8d2e30 /app-vim | |
parent | Stabilize for amd64/x86 and remove old. (diff) | |
download | gentoo-2-068bf5d721e544aa6449927b06d5fc4a63b60e35.tar.gz gentoo-2-068bf5d721e544aa6449927b06d5fc4a63b60e35.tar.bz2 gentoo-2-068bf5d721e544aa6449927b06d5fc4a63b60e35.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/checkattach/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/checkattach/checkattach-0.17.ebuild | 13 |
2 files changed, 20 insertions, 2 deletions
diff --git a/app-vim/checkattach/ChangeLog b/app-vim/checkattach/ChangeLog index 3e8929d82bfd..d3e2899d5e9e 100644 --- a/app-vim/checkattach/ChangeLog +++ b/app-vim/checkattach/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/checkattach -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/checkattach/ChangeLog,v 1.3 2015/01/17 01:47:36 radhermit Exp $ + +*checkattach-0.17 (17 Jan 2015) + + 17 Jan 2015; Tim Harder <radhermit@gentoo.org> +checkattach-0.17.ebuild: + Version bump. *checkattach-0.16 (28 Mar 2014) diff --git a/app-vim/checkattach/checkattach-0.17.ebuild b/app-vim/checkattach/checkattach-0.17.ebuild new file mode 100644 index 000000000000..f09f99db55fc --- /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 +# $Header: /var/cvsroot/gentoo-x86/app-vim/checkattach/checkattach-0.17.ebuild,v 1.1 2015/01/17 01:47:36 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" |