blob: 0fc751ba6e482a5f1ac26eec0bf9d8248a82f03a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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-20110831.ebuild,v 1.1 2011/09/02 19:26:56 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
}
|