diff options
author | Mike Kelly <pioto@gentoo.org> | 2007-05-08 20:23:15 +0000 |
---|---|---|
committer | Mike Kelly <pioto@gentoo.org> | 2007-05-08 20:23:15 +0000 |
commit | 6b6db01a850303ef601a2a659abac80ca758fd29 (patch) | |
tree | d50b437e48dcfdb8ad046453d3d767df68ed57e3 /app-vim/matrix | |
parent | Ebuild was missing virtual/ssh as runtime dependency. (diff) | |
download | gentoo-2-6b6db01a850303ef601a2a659abac80ca758fd29.tar.gz gentoo-2-6b6db01a850303ef601a2a659abac80ca758fd29.tar.bz2 gentoo-2-6b6db01a850303ef601a2a659abac80ca758fd29.zip |
Version bump. Adds multiwindow support. Fixes Bug #159041.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-vim/matrix')
-rw-r--r-- | app-vim/matrix/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/matrix/files/digest-matrix-1.09 | 3 | ||||
-rw-r--r-- | app-vim/matrix/matrix-1.09.ebuild | 15 |
3 files changed, 25 insertions, 2 deletions
diff --git a/app-vim/matrix/ChangeLog b/app-vim/matrix/ChangeLog index 40c0a93af59d..e136865436eb 100644 --- a/app-vim/matrix/ChangeLog +++ b/app-vim/matrix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/matrix -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/matrix/ChangeLog,v 1.11 2006/12/11 23:27:56 pylon Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/matrix/ChangeLog,v 1.12 2007/05/08 20:23:15 pioto Exp $ + +*matrix-1.09 (08 May 2007) + + 08 May 2007; Mike Kelly <pioto@gentoo.org> +matrix-1.09.ebuild: + Version bump. Adds multiwindow support. Fixes Bug #159041. 11 Dec 2006; Lars Weiler <pylon@gentoo.org> matrix-1.08.ebuild: Stable on ppc. diff --git a/app-vim/matrix/files/digest-matrix-1.09 b/app-vim/matrix/files/digest-matrix-1.09 new file mode 100644 index 000000000000..79ee9fd23e67 --- /dev/null +++ b/app-vim/matrix/files/digest-matrix-1.09 @@ -0,0 +1,3 @@ +MD5 55fb7123d53d6712eacf145336e713b1 matrix-1.09.tar.bz2 3169 +RMD160 43d566fe77b9bca625853ddf0cdd453ee1cc484d matrix-1.09.tar.bz2 3169 +SHA256 e4b29543540ad06cbf15c7ec35357fa24a1b630347a83e34d4702c4d4ffdf890 matrix-1.09.tar.bz2 3169 diff --git a/app-vim/matrix/matrix-1.09.ebuild b/app-vim/matrix/matrix-1.09.ebuild new file mode 100644 index 000000000000..a9cf3ad8b2f4 --- /dev/null +++ b/app-vim/matrix/matrix-1.09.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/matrix/matrix-1.09.ebuild,v 1.1 2007/05/08 20:23:15 pioto 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." |