10 lines
357 B
Bash
10 lines
357 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.1 2013/05/17 00:40:48 radhermit Exp $
|
|
|
|
EAPI=5
|
|
VIM_VERSION="7.3"
|
|
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
|
|
inherit vim
|
|
|
|
DESCRIPTION="Vim, an improved vi-style text editor"
|