diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-02 05:16:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-02 05:16:54 +0000 |
commit | 1d77879ef56b4f67fa7b42850bce77a2955d8e84 (patch) | |
tree | 257546ce94ae96ade1b39ee7edf1d98694c7708b /app-vim/unite | |
parent | Remove old. (diff) | |
download | gentoo-2-1d77879ef56b4f67fa7b42850bce77a2955d8e84.tar.gz gentoo-2-1d77879ef56b4f67fa7b42850bce77a2955d8e84.tar.bz2 gentoo-2-1d77879ef56b4f67fa7b42850bce77a2955d8e84.zip |
Version bump.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/unite')
-rw-r--r-- | app-vim/unite/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/unite/unite-4.0.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/app-vim/unite/ChangeLog b/app-vim/unite/ChangeLog index 0c117e3d5958..6730a2ede934 100644 --- a/app-vim/unite/ChangeLog +++ b/app-vim/unite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/unite -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/unite/ChangeLog,v 1.1 2011/05/22 03:09:02 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/unite/ChangeLog,v 1.2 2012/09/02 05:16:54 radhermit Exp $ + +*unite-4.0 (02 Sep 2012) + + 02 Sep 2012; Tim Harder <radhermit@gentoo.org> +unite-4.0.ebuild: + Version bump. *unite-2.0 (22 May 2011) diff --git a/app-vim/unite/unite-4.0.ebuild b/app-vim/unite/unite-4.0.ebuild new file mode 100644 index 000000000000..22addb59fc2d --- /dev/null +++ b/app-vim/unite/unite-4.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/unite/unite-4.0.ebuild,v 1.1 2012/09/02 05:16:54 radhermit Exp $ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: unite all sources" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" |