diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:32:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:32:26 +0000 |
commit | 05a645843cbd21a32f6240b39a2f788304a9910f (patch) | |
tree | 4238109eecb1e65602b6b7d69730d46d87c53531 /app-vim/eruby-syntax | |
parent | Stable for ppc, wrt bug #441106 (diff) | |
download | gentoo-2-05a645843cbd21a32f6240b39a2f788304a9910f.tar.gz gentoo-2-05a645843cbd21a32f6240b39a2f788304a9910f.tar.bz2 gentoo-2-05a645843cbd21a32f6240b39a2f788304a9910f.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/eruby-syntax')
-rw-r--r-- | app-vim/eruby-syntax/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild | 6 | ||||
-rw-r--r-- | app-vim/eruby-syntax/eruby-syntax-2.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-vim/eruby-syntax/ChangeLog b/app-vim/eruby-syntax/ChangeLog index 241474e914f2..4f0ef0b28e5a 100644 --- a/app-vim/eruby-syntax/ChangeLog +++ b/app-vim/eruby-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/eruby-syntax -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/eruby-syntax/ChangeLog,v 1.15 2010/10/07 03:12:44 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/eruby-syntax/ChangeLog,v 1.16 2012/12/07 18:32:26 ulm Exp $ + + 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> eruby-syntax-2.0.ebuild, + eruby-syntax-2.0-r1.ebuild: + Fix LICENSE, bug 445808. 07 Oct 2010; Mart Raudsepp <leio@gentoo.org> eruby-syntax-2.0-r1.ebuild: Drop to ~mips diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild index 2209e1870a48..a3482e917451 100644 --- a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild +++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.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/eruby-syntax/eruby-syntax-2.0-r1.ebuild,v 1.13 2010/10/07 03:12:44 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild,v 1.14 2012/12/07 18:32:26 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: syntax highlighting for eruby" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=403" -LICENSE="as-is" +LICENSE="vim.org" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0.ebuild index 5049b4b0125c..6566ce949366 100644 --- a/app-vim/eruby-syntax/eruby-syntax-2.0.ebuild +++ b/app-vim/eruby-syntax/eruby-syntax-2.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 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/eruby-syntax/eruby-syntax-2.0.ebuild,v 1.2 2005/06/12 11:18:59 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/eruby-syntax/eruby-syntax-2.0.ebuild,v 1.3 2012/12/07 18:32:26 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: syntax highlighting for eruby" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=403" -LICENSE="as-is" +LICENSE="vim.org" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |