diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-06-09 18:25:43 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-06-09 18:25:43 +0000 |
commit | a2514c639853b525d0ba71200b429e932c030da0 (patch) | |
tree | 05ffe7ffde4ff0ad73898ed803d8f4af982282bf /app-vim/nginx-syntax | |
parent | Fix test failure when sloccount is not yet installed (bug #362045). (diff) | |
download | gentoo-2-a2514c639853b525d0ba71200b429e932c030da0.tar.gz gentoo-2-a2514c639853b525d0ba71200b429e932c030da0.tar.bz2 gentoo-2-a2514c639853b525d0ba71200b429e932c030da0.zip |
Fix LICENSE, vim license according to author, bug 472768.
(Portage version: 2.1.12.4/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-vim/nginx-syntax')
-rw-r--r-- | app-vim/nginx-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/nginx-syntax/ChangeLog b/app-vim/nginx-syntax/ChangeLog index 2a474ad1d930..21b40369c7a1 100644 --- a/app-vim/nginx-syntax/ChangeLog +++ b/app-vim/nginx-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/nginx-syntax # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/nginx-syntax/ChangeLog,v 1.12 2013/05/10 15:08:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/nginx-syntax/ChangeLog,v 1.13 2013/06/09 18:25:43 ulm Exp $ + + 09 Jun 2013; Ulrich Müller <ulm@gentoo.org> nginx-syntax-0.3.2.ebuild: + Fix LICENSE, vim license according to author, bug 472768. 10 May 2013; Markus Meier <maekke@gentoo.org> nginx-syntax-0.3.2.ebuild: add ~arm, bug #456752 diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild index e59a962e9011..609b3dc6e5b9 100644 --- a/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild,v 1.7 2013/05/10 15:08:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild,v 1.8 2013/06/09 18:25:43 ulm Exp $ EAPI="2" @@ -8,6 +8,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: Nginx configuration files syntax" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886" -LICENSE="vim.org" +LICENSE="vim" KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd" IUSE="" |