diff options
author | 2013-05-17 00:37:29 +0000 | |
---|---|---|
committer | 2013-05-17 00:37:29 +0000 | |
commit | 37dda20a27cd2c750f31e75331cc6e3f0c31f37b (patch) | |
tree | 0c38ea1ffa14ed418d33e57b297067381478c1ae /app-editors/vim-core/vim-core-9999.ebuild | |
parent | Migrate from supporting cvs to mercurial for live builds. (diff) | |
download | gentoo-2-37dda20a27cd2c750f31e75331cc6e3f0c31f37b.tar.gz gentoo-2-37dda20a27cd2c750f31e75331cc6e3f0c31f37b.tar.bz2 gentoo-2-37dda20a27cd2c750f31e75331cc6e3f0c31f37b.zip |
Add live ebuild.
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-editors/vim-core/vim-core-9999.ebuild')
-rw-r--r-- | app-editors/vim-core/vim-core-9999.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/vim-core/vim-core-9999.ebuild b/app-editors/vim-core/vim-core-9999.ebuild new file mode 100644 index 000000000000..45a7d04c44a1 --- /dev/null +++ b/app-editors/vim-core/vim-core-9999.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-9999.ebuild,v 1.1 2013/05/17 00:37:29 radhermit Exp $ + +EAPI=5 +VIM_VERSION="7.3" +inherit vim + +VIMRC_FILE_SUFFIX="-r4" + +DESCRIPTION="vim and gvim shared files" |