diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:34:18 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:34:18 +0000 |
commit | 815d9ce4701deffb1eb99ea1ecdcd6f9a661b2db (patch) | |
tree | 6079a9f41866c88b01a9c212b8234e8ed11a24d9 /app-vim | |
parent | Stable for ppc, wrt bug #441270 (diff) | |
download | gentoo-2-815d9ce4701deffb1eb99ea1ecdcd6f9a661b2db.tar.gz gentoo-2-815d9ce4701deffb1eb99ea1ecdcd6f9a661b2db.tar.bz2 gentoo-2-815d9ce4701deffb1eb99ea1ecdcd6f9a661b2db.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/genindent/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/genindent/genindent-1.0.ebuild | 6 | ||||
-rw-r--r-- | app-vim/genindent/genindent-1.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-vim/genindent/ChangeLog b/app-vim/genindent/ChangeLog index f6a3f1edf09d..86a62ebd8bf5 100644 --- a/app-vim/genindent/ChangeLog +++ b/app-vim/genindent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/genindent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/ChangeLog,v 1.26 2012/03/18 19:16:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/ChangeLog,v 1.27 2012/12/07 18:34:18 ulm Exp $ + + 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> genindent-1.0.ebuild, + genindent-1.1.ebuild: + Fix LICENSE, bug 445808. 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> genindent-1.1.ebuild: ia64/sparc stable wrt #396851 diff --git a/app-vim/genindent/genindent-1.0.ebuild b/app-vim/genindent/genindent-1.0.ebuild index f2124473d23e..c10f3c75e269 100644 --- a/app-vim/genindent/genindent-1.0.ebuild +++ b/app-vim/genindent/genindent-1.0.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/genindent/genindent-1.0.ebuild,v 1.17 2010/10/07 03:15:47 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/genindent-1.0.ebuild,v 1.18 2012/12/07 18:34:18 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: library for simplifying indent files" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=678" -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="" diff --git a/app-vim/genindent/genindent-1.1.ebuild b/app-vim/genindent/genindent-1.1.ebuild index edf34b21a8dd..48e846467f74 100644 --- a/app-vim/genindent/genindent-1.1.ebuild +++ b/app-vim/genindent/genindent-1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/genindent-1.1.ebuild,v 1.9 2012/03/18 19:16:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/genindent-1.1.ebuild,v 1.10 2012/12/07 18:34:18 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: library for simplifying indent files" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=678" -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="" |