radhermit 14/06/19 05:43:03 Modified: ChangeLog Added: gitv-9999.ebuild Log: Add live ebuild. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.8 app-vim/gitv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gitv/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gitv/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gitv/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/gitv/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 9 Jun 2014 18:09:28 -0000 1.7 +++ ChangeLog 19 Jun 2014 05:43:03 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for app-vim/gitv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/ChangeLog,v 1.7 2014/06/09 18:09:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/ChangeLog,v 1.8 2014/06/19 05:43:03 radhermit Exp $ + +*gitv-9999 (19 Jun 2014) + + 19 Jun 2014; Tim Harder <[email protected]> +gitv-9999.ebuild: + Add live ebuild. *gitv-1.2 (09 Jun 2014) 1.1 app-vim/gitv/gitv-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gitv/gitv-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gitv/gitv-9999.ebuild?rev=1.1&content-type=text/plain Index: gitv-9999.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/gitv-9999.ebuild,v 1.1 2014/06/19 05:43:03 radhermit Exp $ EAPI=5 inherit vim-plugin if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://github.com/gregsexton/gitv.git" else SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~ppc-macos" fi DESCRIPTION="vim plugin: gitk for vim" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/ http://www.gregsexton.org/portfolio/gitv/" LICENSE="vim" VIM_PLUGIN_HELPFILES="gitv" RDEPEND="dev-vcs/git app-vim/fugitive"
