vikraman 15/07/08 04:43:16 Modified: ChangeLog Added: hub-2.2.0-r1.ebuild Removed: hub-2.2.0.ebuild Log: Add slot dep on dev-lang/go. Fixes bug 554174. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key B0A72FD2)
Revision Changes Path 1.19 dev-vcs/hub/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 26 Apr 2015 04:52:26 -0000 1.18 +++ ChangeLog 8 Jul 2015 04:43:16 -0000 1.19 @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/hub # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.18 2015/04/26 04:52:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.19 2015/07/08 04:43:16 vikraman Exp $ + +*hub-2.2.0-r1 (08 Jul 2015) + + 08 Jul 2015; Vikraman Choudhury (vikraman) <[email protected]> + +hub-2.2.0-r1.ebuild, -hub-2.2.0.ebuild: + Add slot dep on dev-lang/go. Fixes bug 554174. 26 Apr 2015; Manuel RĂ¼ger <[email protected]> -hub-1.12.2-r1.ebuild: Remove ruby19-only. 1.1 dev-vcs/hub/hub-2.2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-2.2.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-2.2.0-r1.ebuild?rev=1.1&content-type=text/plain Index: hub-2.2.0-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-2.2.0-r1.ebuild,v 1.1 2015/07/08 04:43:16 vikraman Exp $ EAPI=5 inherit bash-completion-r1 readme.gentoo DESCRIPTION="Command-line wrapper for git that makes you better at GitHub" HOMEPAGE="https://github.com/github/hub" SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND=">=dev-lang/go-1.4:=" RDEPEND=">=dev-vcs/git-1.7.3" DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc" src_compile() { ./script/build || die } src_install() { readme.gentoo_create_doc dobin hub doman man/${PN}.1 dodoc README.md # Broken with autoloader # https://github.com/github/hub/issues/592 # newbashcomp etc/${PN}.bash_completion.sh ${PN} insinto /usr/share/zsh/site-functions newins etc/hub.zsh_completion _${PN} }
