summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-vim/pgn-syntax/ChangeLog7
-rw-r--r--app-vim/pgn-syntax/pgn-syntax-1.0.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/app-vim/pgn-syntax/ChangeLog b/app-vim/pgn-syntax/ChangeLog
index 8a7a46895353..a2162ba669e1 100644
--- a/app-vim/pgn-syntax/ChangeLog
+++ b/app-vim/pgn-syntax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/pgn-syntax
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/pgn-syntax/ChangeLog,v 1.10 2010/10/07 03:28:46 leio Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/pgn-syntax/ChangeLog,v 1.11 2012/12/07 18:41:13 ulm Exp $
+
+ 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> pgn-syntax-1.0.ebuild:
+ Fix LICENSE, bug 445808.
07 Oct 2010; Mart Raudsepp <leio@gentoo.org> pgn-syntax-1.0.ebuild:
Drop to ~mips
diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
index 0823e42bd304..5b3d1c6b0c45 100644
--- a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
+++ b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
@@ -1,12 +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/pgn-syntax/pgn-syntax-1.0.ebuild,v 1.10 2010/10/07 03:28:46 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild,v 1.11 2012/12/07 18:41:13 ulm Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=677"
-LICENSE="as-is"
+
+LICENSE="vim.org"
KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
IUSE=""