diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-07-20 05:17:30 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-07-20 05:17:30 +0000 |
commit | d82963ffb1f126cc7a9a015a8041144b65a4b648 (patch) | |
tree | f4510b5a166345ee8efd1afd967594b7916096be /app-editors/vim-core | |
parent | Switch to github based releases. Clean up. (diff) | |
download | gentoo-2-d82963ffb1f126cc7a9a015a8041144b65a4b648.tar.gz gentoo-2-d82963ffb1f126cc7a9a015a8041144b65a4b648.tar.bz2 gentoo-2-d82963ffb1f126cc7a9a015a8041144b65a4b648.zip |
Update VIM_VERSION.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 037e3df70a37..4371bac90c30 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vim-core # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.421 2013/06/17 00:55:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.422 2013/07/20 05:17:30 radhermit Exp $ + + 20 Jul 2013; Tim Harder <radhermit@gentoo.org> vim-core-9999.ebuild: + Update VIM_VERSION. *vim-core-7.3.1214 (17 Jun 2013) diff --git a/app-editors/vim-core/vim-core-9999.ebuild b/app-editors/vim-core/vim-core-9999.ebuild index 45a7d04c44a1..e8b994e7427d 100644 --- a/app-editors/vim-core/vim-core-9999.ebuild +++ b/app-editors/vim-core/vim-core-9999.ebuild @@ -1,9 +1,9 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-9999.ebuild,v 1.2 2013/07/20 05:17:30 radhermit Exp $ EAPI=5 -VIM_VERSION="7.3" +VIM_VERSION="7.4a" inherit vim VIMRC_FILE_SUFFIX="-r4" |