ottxor 14/08/13 18:01:41 Modified: ChangeLog Added: hub-1.12.2.ebuild Log: version bump (bug #519828) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.11 dev-vcs/hub/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 29 May 2014 16:01:54 -0000 1.10 +++ ChangeLog 13 Aug 2014 18:01:41 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/hub # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.10 2014/05/29 16:01:54 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.11 2014/08/13 18:01:41 ottxor Exp $ + +*hub-1.12.2 (13 Aug 2014) + + 13 Aug 2014; Christoph Junghans <[email protected]> +hub-1.12.2.ebuild: + version bump (bug #519828) *hub-1.12.1 (29 May 2014) 1.1 dev-vcs/hub/hub-1.12.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.12.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.12.2.ebuild?rev=1.1&content-type=text/plain Index: hub-1.12.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.12.2.ebuild,v 1.1 2014/08/13 18:01:41 ottxor Exp $ EAPI="5" USE_RUBY="ruby18 ruby19" RUBY_FAKEGEM_TASK_DOC= RUBY_FAKEGEM_EXTRADOC="README.md" inherit readme.gentoo ruby-fakegem ruby_add_bdepend " test? ( dev-ruby/webmock dev-util/cucumber virtual/ruby-minitest )" 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" RDEPEND="dev-vcs/git" DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc" all_ruby_prepare() { sed -i -e 's/Minitest/MiniTest/g' test/*.rb } src_install() { ruby-ng_src_install readme.gentoo_create_doc }
