diff options
Diffstat (limited to 'app-vim/xolox-misc/xolox-misc-20110830.ebuild')
-rw-r--r-- | app-vim/xolox-misc/xolox-misc-20110830.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/xolox-misc/xolox-misc-20110830.ebuild b/app-vim/xolox-misc/xolox-misc-20110830.ebuild new file mode 100644 index 000000000000..4090dd1500e2 --- /dev/null +++ b/app-vim/xolox-misc/xolox-misc-20110830.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/xolox-misc/xolox-misc-20110830.ebuild,v 1.1 2011/08/31 10:09:30 radhermit Exp $ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: miscellaneous auto-load scripts" +HOMEPAGE="http://peterodding.com/code/vim/misc/" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_prepare() { + rm README.md +} |