diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-03-29 00:04:02 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-03-29 00:04:02 +0000 |
commit | ab29a76b9c9e9793ec7e97f62a38bd8b9ab27639 (patch) | |
tree | 6f058a9d3dfc914612681199959d1d21586815cc /app-vim/csv/csv-0.30.ebuild | |
parent | Version bump. (diff) | |
download | historical-ab29a76b9c9e9793ec7e97f62a38bd8b9ab27639.tar.gz historical-ab29a76b9c9e9793ec7e97f62a38bd8b9ab27639.tar.bz2 historical-ab29a76b9c9e9793ec7e97f62a38bd8b9ab27639.zip |
Version bump.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0x4AB3E85B4F064CA3
Diffstat (limited to 'app-vim/csv/csv-0.30.ebuild')
-rw-r--r-- | app-vim/csv/csv-0.30.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-vim/csv/csv-0.30.ebuild b/app-vim/csv/csv-0.30.ebuild new file mode 100644 index 000000000000..97fd2aa9ec36 --- /dev/null +++ b/app-vim/csv/csv-0.30.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/csv/csv-0.30.ebuild,v 1.1 2014/03/29 00:02:20 radhermit Exp $ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: display and alter csv files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2830" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="ft-csv.txt" |