diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:31:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:31:42 +0000 |
commit | 25c1e460507577d35ba7e75d3b3a3c00be7a81a1 (patch) | |
tree | a6d1024bd9754bdefd144751fb967ca11b6dafac /app-vim | |
parent | Stable for ppc, wrt bug #441176 (diff) | |
download | gentoo-2-25c1e460507577d35ba7e75d3b3a3c00be7a81a1.tar.gz gentoo-2-25c1e460507577d35ba7e75d3b3a3c00be7a81a1.tar.bz2 gentoo-2-25c1e460507577d35ba7e75d3b3a3c00be7a81a1.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/errsign/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/errsign/errsign-0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/errsign/ChangeLog b/app-vim/errsign/ChangeLog index c0abeacbd04e..f6ca0a88eb0d 100644 --- a/app-vim/errsign/ChangeLog +++ b/app-vim/errsign/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/errsign -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/errsign/ChangeLog,v 1.9 2010/10/07 03:11:45 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/errsign/ChangeLog,v 1.10 2012/12/07 18:31:42 ulm Exp $ + + 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> errsign-0.1.ebuild: + Fix LICENSE, bug 445808. 07 Oct 2010; Mart Raudsepp <leio@gentoo.org> errsign-0.1.ebuild: Drop to ~mips diff --git a/app-vim/errsign/errsign-0.1.ebuild b/app-vim/errsign/errsign-0.1.ebuild index 050bafde7e4f..934450419ad9 100644 --- a/app-vim/errsign/errsign-0.1.ebuild +++ b/app-vim/errsign/errsign-0.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 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/errsign/errsign-0.1.ebuild,v 1.8 2010/10/07 03:11:45 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/errsign/errsign-0.1.ebuild,v 1.9 2012/12/07 18:31:42 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: display marks on lines with errors" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1027" -LICENSE="as-is" +LICENSE="vim.org" KEYWORDS="alpha ~amd64 ia64 ~mips ppc sparc x86" IUSE="" |