diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-27 22:34:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-27 22:34:33 +0000 |
commit | 9a46869ca65daf2a85c9276c483146c6d528e79f (patch) | |
tree | 014c3bf396752ef6c1a76fd234c9f6212b2b53fb /app-vim/fugitive | |
parent | Download docs conditionally by Mike Auty (bug #445002). (diff) | |
download | gentoo-2-9a46869ca65daf2a85c9276c483146c6d528e79f.tar.gz gentoo-2-9a46869ca65daf2a85c9276c483146c6d528e79f.tar.bz2 gentoo-2-9a46869ca65daf2a85c9276c483146c6d528e79f.zip |
Fix LICENSE, distributed under the same terms as Vim itself, bug 444968.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-vim/fugitive')
-rw-r--r-- | app-vim/fugitive/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/fugitive/fugitive-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/fugitive/ChangeLog b/app-vim/fugitive/ChangeLog index 03d071964aa6..e38727ab0d48 100644 --- a/app-vim/fugitive/ChangeLog +++ b/app-vim/fugitive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/fugitive # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.2 2012/08/29 16:52:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.3 2012/11/27 22:34:33 ulm Exp $ + + 27 Nov 2012; Ulrich Müller <ulm@gentoo.org> fugitive-1.2.ebuild: + Fix LICENSE, distributed under the same terms as Vim itself, bug 444968. 29 Aug 2012; Fabian Groffen <grobian@gentoo.org> fugitive-1.2.ebuild: Marked ~ppc-macos, thanks Konstantin Tokarev, bug #432762 diff --git a/app-vim/fugitive/fugitive-1.2.ebuild b/app-vim/fugitive/fugitive-1.2.ebuild index e841fd108aa1..38f956d4a581 100644 --- a/app-vim/fugitive/fugitive-1.2.ebuild +++ b/app-vim/fugitive/fugitive-1.2.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/fugitive/fugitive-1.2.ebuild,v 1.2 2012/08/29 16:52:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-1.2.ebuild,v 1.3 2012/11/27 22:34:33 ulm Exp $ EAPI="4" VIM_PLUGIN_VIM_VERSION="7.2" @@ -10,7 +10,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: a git wrapper for vim" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15542 -> ${P}.zip" -LICENSE="as-is" +LICENSE="vim" KEYWORDS="~amd64 ~x86 ~ppc-macos" IUSE="" |