diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:44:20 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:44:20 +0000 |
commit | 5da1ad5b7cdb022fcf1681d50c5b6cb1153c027e (patch) | |
tree | e1e7a344e572e08ccb431bebd85e858127a5ccaf /app-vim | |
parent | Fix LICENSE, bug 445808. (diff) | |
download | gentoo-2-5da1ad5b7cdb022fcf1681d50c5b6cb1153c027e.tar.gz gentoo-2-5da1ad5b7cdb022fcf1681d50c5b6cb1153c027e.tar.bz2 gentoo-2-5da1ad5b7cdb022fcf1681d50c5b6cb1153c027e.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/xquery-syntax/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild | 7 | ||||
-rw-r--r-- | app-vim/xquery-syntax/xquery-syntax-0.1.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/app-vim/xquery-syntax/ChangeLog b/app-vim/xquery-syntax/ChangeLog index df21162c4ff6..7b8e86084758 100644 --- a/app-vim/xquery-syntax/ChangeLog +++ b/app-vim/xquery-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/xquery-syntax -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xquery-syntax/ChangeLog,v 1.15 2010/10/07 04:11:46 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/xquery-syntax/ChangeLog,v 1.16 2012/12/07 18:44:20 ulm Exp $ + + 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> xquery-syntax-0.1.ebuild, + xquery-syntax-0.1-r1.ebuild: + Fix LICENSE, bug 445808. 07 Oct 2010; Mart Raudsepp <leio@gentoo.org> xquery-syntax-0.1.ebuild, xquery-syntax-0.1-r1.ebuild: diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild index 9b25218dc70b..9b36662dd2aa 100644 --- a/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild +++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r1.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/xquery-syntax/xquery-syntax-0.1-r1.ebuild,v 1.10 2010/10/07 04:11:46 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild,v 1.11 2012/12/07 18:44:20 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: XQuery syntax highlighting" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803" -LICENSE="as-is" + +LICENSE="vim.org" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" IUSE="" diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1.ebuild index 4df01954cdca..f26a3dbea7df 100644 --- a/app-vim/xquery-syntax/xquery-syntax-0.1.ebuild +++ b/app-vim/xquery-syntax/xquery-syntax-0.1.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/xquery-syntax/xquery-syntax-0.1.ebuild,v 1.8 2010/10/07 04:11:46 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/xquery-syntax/xquery-syntax-0.1.ebuild,v 1.9 2012/12/07 18:44:20 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: XQuery syntax highlighting" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803" -LICENSE="as-is" + +LICENSE="vim.org" KEYWORDS="~alpha ~amd64 ia64 ~mips ~ppc ppc64 sparc x86" IUSE="" |