diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-09-21 12:22:24 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-09-21 12:22:24 +0000 |
commit | 4ed36b12202a598585b4afd76235e9c9f554b4c1 (patch) | |
tree | 1067e69660827638ed6c016fef9e005ac52288c6 /app-vim | |
parent | Version bump. (diff) | |
download | gentoo-2-4ed36b12202a598585b4afd76235e9c9f554b4c1.tar.gz gentoo-2-4ed36b12202a598585b4afd76235e9c9f554b4c1.tar.bz2 gentoo-2-4ed36b12202a598585b4afd76235e9c9f554b4c1.zip |
Version bump.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/matrix/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/matrix/matrix-1.10.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/app-vim/matrix/ChangeLog b/app-vim/matrix/ChangeLog index ad0f0703193e..a1f5beb43154 100644 --- a/app-vim/matrix/ChangeLog +++ b/app-vim/matrix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/matrix # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/matrix/ChangeLog,v 1.13 2008/03/24 17:10:34 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/matrix/ChangeLog,v 1.14 2008/09/21 12:22:24 hawking Exp $ + +*matrix-1.10 (21 Sep 2008) + + 21 Sep 2008; Ali Polatel <hawking@gentoo.org> +matrix-1.10.ebuild: + Version bump. 24 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> matrix-1.09.ebuild: amd64 stable diff --git a/app-vim/matrix/matrix-1.10.ebuild b/app-vim/matrix/matrix-1.10.ebuild new file mode 100644 index 000000000000..2d1a1d16eee0 --- /dev/null +++ b/app-vim/matrix/matrix-1.10.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/matrix/matrix-1.10.ebuild,v 1.1 2008/09/21 12:22:24 hawking Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Screensaver inspired by the Matrix" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1189" +LICENSE="as-is" +KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides the :Matrix command. To exit the screensaver, +press a key." |