diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:36:23 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:36:23 +0000 |
commit | f11eba63cdf72479d185b78c2e5bf8e2543b6c25 (patch) | |
tree | 34abdeee2825eb13a366357f715e88f2cdb6837c /app-vim | |
parent | Fix LICENSE, bug 445808. (diff) | |
download | gentoo-2-f11eba63cdf72479d185b78c2e5bf8e2543b6c25.tar.gz gentoo-2-f11eba63cdf72479d185b78c2e5bf8e2543b6c25.tar.bz2 gentoo-2-f11eba63cdf72479d185b78c2e5bf8e2543b6c25.zip |
Fix LICENSE, bug 445808.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/matrix/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/matrix/matrix-1.10.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-vim/matrix/ChangeLog b/app-vim/matrix/ChangeLog index 45512d50e380..948d4caa74af 100644 --- a/app-vim/matrix/ChangeLog +++ b/app-vim/matrix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/matrix -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/matrix/ChangeLog,v 1.21 2011/02/13 00:43:23 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/matrix/ChangeLog,v 1.22 2012/12/07 18:36:23 ulm Exp $ + + 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> matrix-1.10.ebuild: + Fix LICENSE, bug 445808. 13 Feb 2011; Tim Harder <radhermit@gentoo.org> -matrix-1.04.ebuild, -matrix-1.08.ebuild, -matrix-1.09.ebuild: diff --git a/app-vim/matrix/matrix-1.10.ebuild b/app-vim/matrix/matrix-1.10.ebuild index 82407ae9c1d9..9fc4be387a79 100644 --- a/app-vim/matrix/matrix-1.10.ebuild +++ b/app-vim/matrix/matrix-1.10.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.6 2011/02/12 18:26:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/matrix/matrix-1.10.ebuild,v 1.7 2012/12/07 18:36:23 ulm 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" + +LICENSE="vim.org" KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="" |