radhermit 15/02/07 02:55:00 Modified: ChangeLog pathogen-2.3.ebuild Log: Stabilize for amd64/x86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.6 app-vim/pathogen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pathogen/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pathogen/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pathogen/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/pathogen/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 26 Jun 2014 06:33:05 -0000 1.5 +++ ChangeLog 7 Feb 2015 02:55:00 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for app-vim/pathogen -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/pathogen/ChangeLog,v 1.5 2014/06/26 06:33:05 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/pathogen/ChangeLog,v 1.6 2015/02/07 02:55:00 radhermit Exp $ + + 07 Feb 2015; Tim Harder <[email protected]> pathogen-2.3.ebuild: + Stabilize for amd64/x86. *pathogen-2.3 (26 Jun 2014) 1.2 app-vim/pathogen/pathogen-2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pathogen/pathogen-2.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pathogen/pathogen-2.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pathogen/pathogen-2.3.ebuild?r1=1.1&r2=1.2 Index: pathogen-2.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/pathogen/pathogen-2.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pathogen-2.3.ebuild 26 Jun 2014 06:33:05 -0000 1.1 +++ pathogen-2.3.ebuild 7 Feb 2015 02:55:00 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/pathogen/pathogen-2.3.ebuild,v 1.1 2014/06/26 06:33:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/pathogen/pathogen-2.3.ebuild,v 1.2 2015/02/07 02:55:00 radhermit Exp $ EAPI=5 @@ -10,6 +10,6 @@ HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://www.vim.org/scripts/script.php?script_id=2332" SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 x86 ~x64-macos" S=${WORKDIR}/vim-${P}
