diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-10-21 11:54:41 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-10-21 11:54:41 +0000 |
commit | fc100a9feb182733dd191c656da8a24ef7d9b4a5 (patch) | |
tree | 75a9b103f5f74bdeea0ede4fad6c38697a46f1ed /app-vim/fugitive | |
parent | Marked ~x64-macos, bug #486818 (diff) | |
download | gentoo-2-fc100a9feb182733dd191c656da8a24ef7d9b4a5.tar.gz gentoo-2-fc100a9feb182733dd191c656da8a24ef7d9b4a5.tar.bz2 gentoo-2-fc100a9feb182733dd191c656da8a24ef7d9b4a5.zip |
Marked ~x64-macos, bug #486818
(Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'app-vim/fugitive')
-rw-r--r-- | app-vim/fugitive/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/fugitive/fugitive-1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/fugitive/ChangeLog b/app-vim/fugitive/ChangeLog index e38727ab0d48..744e2e25ff07 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.3 2012/11/27 22:34:33 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.4 2013/10/21 11:54:41 grobian Exp $ + + 21 Oct 2013; Fabian Groffen <grobian@gentoo.org> fugitive-1.2.ebuild: + Marked ~x64-macos, bug #486818 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. diff --git a/app-vim/fugitive/fugitive-1.2.ebuild b/app-vim/fugitive/fugitive-1.2.ebuild index 38f956d4a581..e420810eb04d 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 +# Copyright 1999-2013 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.3 2012/11/27 22:34:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-1.2.ebuild,v 1.4 2013/10/21 11:54:41 grobian Exp $ EAPI="4" VIM_PLUGIN_VIM_VERSION="7.2" @@ -11,7 +11,7 @@ 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="vim" -KEYWORDS="~amd64 ~x86 ~ppc-macos" +KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos" IUSE="" VIM_PLUGIN_HELPFILES="fugitive.txt" |