diff options
author | 2012-11-26 18:35:38 +0000 | |
---|---|---|
committer | 2012-11-26 18:35:38 +0000 | |
commit | 37513e5c37c6621a8bbfe1cbb7b39dc399b99c8d (patch) | |
tree | 50d13e5e6b5309a1f6553e83dac58ae7d427bf48 /app-vim/extra-syntax | |
parent | Really build against gmime-2.6 with upstream accepted patch, will be fixed in... (diff) | |
download | gentoo-2-37513e5c37c6621a8bbfe1cbb7b39dc399b99c8d.tar.gz gentoo-2-37513e5c37c6621a8bbfe1cbb7b39dc399b99c8d.tar.bz2 gentoo-2-37513e5c37c6621a8bbfe1cbb7b39dc399b99c8d.zip |
Fix LICENSE (bug #444812 by ulm).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/extra-syntax')
-rw-r--r-- | app-vim/extra-syntax/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/extra-syntax/extra-syntax-2.ebuild | 6 | ||||
-rw-r--r-- | app-vim/extra-syntax/extra-syntax-3.ebuild | 6 | ||||
-rw-r--r-- | app-vim/extra-syntax/extra-syntax-4.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/app-vim/extra-syntax/ChangeLog b/app-vim/extra-syntax/ChangeLog index ee67f000a594..f823a6065bbe 100644 --- a/app-vim/extra-syntax/ChangeLog +++ b/app-vim/extra-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/extra-syntax -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/ChangeLog,v 1.23 2011/12/11 15:59:25 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/ChangeLog,v 1.24 2012/11/26 18:35:38 radhermit Exp $ + + 26 Nov 2012; Tim Harder <radhermit@gentoo.org> extra-syntax-2.ebuild, + extra-syntax-3.ebuild, extra-syntax-4.ebuild: + Fix LICENSE (bug #444812 by ulm). 11 Dec 2011; Raúl Porcel <armin76@gentoo.org> extra-syntax-2.ebuild, extra-syntax-3.ebuild, extra-syntax-4.ebuild: diff --git a/app-vim/extra-syntax/extra-syntax-2.ebuild b/app-vim/extra-syntax/extra-syntax-2.ebuild index 4bf2f713b4e8..7c8e1b2ddf16 100644 --- a/app-vim/extra-syntax/extra-syntax-2.ebuild +++ b/app-vim/extra-syntax/extra-syntax-2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 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/extra-syntax/extra-syntax-2.ebuild,v 1.10 2011/12/11 15:59:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/extra-syntax-2.ebuild,v 1.11 2012/11/26 18:35:38 radhermit Exp $ inherit vim-plugin DESCRIPTION="vim plugin: metapackage for all extra syntax packages" HOMEPAGE="http://www.vim.org/" -LICENSE="as-is" +LICENSE="metapackage" KEYWORDS="amd64 ppc64 x86" SRC_URI="" IUSE="" diff --git a/app-vim/extra-syntax/extra-syntax-3.ebuild b/app-vim/extra-syntax/extra-syntax-3.ebuild index 566309beccdb..6a7ca420d4b9 100644 --- a/app-vim/extra-syntax/extra-syntax-3.ebuild +++ b/app-vim/extra-syntax/extra-syntax-3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 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/extra-syntax/extra-syntax-3.ebuild,v 1.5 2011/12/11 15:59:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/extra-syntax-3.ebuild,v 1.6 2012/11/26 18:35:38 radhermit Exp $ inherit vim-plugin DESCRIPTION="vim plugin: metapackage for all extra syntax packages" HOMEPAGE="http://www.vim.org/" -LICENSE="as-is" +LICENSE="metapackage" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" SRC_URI="" IUSE="" diff --git a/app-vim/extra-syntax/extra-syntax-4.ebuild b/app-vim/extra-syntax/extra-syntax-4.ebuild index 31a46a3e0663..7456067e3afe 100644 --- a/app-vim/extra-syntax/extra-syntax-4.ebuild +++ b/app-vim/extra-syntax/extra-syntax-4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 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/extra-syntax/extra-syntax-4.ebuild,v 1.11 2011/12/11 15:59:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/extra-syntax-4.ebuild,v 1.12 2012/11/26 18:35:38 radhermit Exp $ inherit vim-plugin DESCRIPTION="vim plugin: metapackage for all extra syntax packages" HOMEPAGE="http://www.vim.org/" -LICENSE="as-is" +LICENSE="metapackage" KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" SRC_URI="" IUSE="" |