diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:33:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:33:09 +0000 |
commit | 093be0ce46c0374caa721c7aae5af9b529f86bbf (patch) | |
tree | 6e2e4fd973481d5cd240984519f2721cd7f04934 /app-vim | |
parent | Stable for ppc, wrt bug #441108 (diff) | |
download | gentoo-2-093be0ce46c0374caa721c7aae5af9b529f86bbf.tar.gz gentoo-2-093be0ce46c0374caa721c7aae5af9b529f86bbf.tar.bz2 gentoo-2-093be0ce46c0374caa721c7aae5af9b529f86bbf.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/fluxbox-syntax/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/fluxbox-syntax/ChangeLog b/app-vim/fluxbox-syntax/ChangeLog index 9624326b728c..33605ec0c907 100644 --- a/app-vim/fluxbox-syntax/ChangeLog +++ b/app-vim/fluxbox-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/fluxbox-syntax -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/fluxbox-syntax/ChangeLog,v 1.22 2010/11/14 06:07:33 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/fluxbox-syntax/ChangeLog,v 1.23 2012/12/07 18:33:09 ulm Exp $ + + 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> fluxbox-syntax-1.5.ebuild: + Fix LICENSE, bug 445808. 14 Nov 2010; Tim Harder <radhermit@gentoo.org> -fluxbox-syntax-1.4.ebuild: Remove old version. diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild index 52e98a4a7f92..79b20231fdc3 100644 --- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild +++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild @@ -1,12 +1,12 @@ -# 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/fluxbox-syntax/fluxbox-syntax-1.5.ebuild,v 1.18 2010/10/07 03:14:30 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild,v 1.19 2012/12/07 18:33:09 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: fluxbox files syntax and indent" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=679" -LICENSE="as-is" +LICENSE="vim.org" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" |