diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:34:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:34:38 +0000 |
commit | ed06f8b07466635f274616d425b64c2b2bdb5539 (patch) | |
tree | 3f3ec2f14d025f74d7bd32356ee9085d2f09ff81 /app-vim/gtk-syntax | |
parent | Fix LICENSE, bug 445808. (diff) | |
download | gentoo-2-ed06f8b07466635f274616d425b64c2b2bdb5539.tar.gz gentoo-2-ed06f8b07466635f274616d425b64c2b2bdb5539.tar.bz2 gentoo-2-ed06f8b07466635f274616d425b64c2b2bdb5539.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/gtk-syntax')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index 20e415228423..a3fb4bef41ec 100644 --- a/app-vim/gtk-syntax/ChangeLog +++ b/app-vim/gtk-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/gtk-syntax # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.51 2012/05/08 23:51:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.52 2012/12/07 18:34:38 ulm Exp $ + + 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> gtk-syntax-20110214-r1.ebuild: + Fix LICENSE, bug 445808. 08 May 2012; Alexis Ballier <aballier@gentoo.org> gtk-syntax-20110214-r1.ebuild: diff --git a/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild b/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild index 5cf9caa8302d..e568c23a8cae 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild,v 1.9 2012/05/08 23:51:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild,v 1.10 2012/12/07 18:34:38 ulm Exp $ EAPI=3 @@ -8,6 +8,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1000" -LICENSE="as-is" +LICENSE="vim.org" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" |