vikraman 14/04/19 19:05:57 Modified: hub-1.11.1.ebuild hub-1.11.0.ebuild ChangeLog Added: hub-1.12.0.ebuild Log: Bump to version 1.12.0, fix tests (Portage version: 2.2.10_p15/cvs/Linux i686, signed Manifest commit with key B0A72FD2)
Revision Changes Path 1.4 dev-vcs/hub/hub-1.11.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.11.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.11.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.11.1.ebuild?r1=1.3&r2=1.4 Index: hub-1.11.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.11.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hub-1.11.1.ebuild 23 Jan 2014 18:31:20 -0000 1.3 +++ hub-1.11.1.ebuild 19 Apr 2014 19:05:57 -0000 1.4 @@ -1,6 +1,6 @@ # 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.11.1.ebuild,v 1.3 2014/01/23 18:31:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.11.1.ebuild,v 1.4 2014/04/19 19:05:57 vikraman Exp $ EAPI="5" @@ -10,7 +10,12 @@ inherit readme.gentoo ruby-fakegem -ruby_add_bdepend "test? ( dev-ruby/webmock dev-util/cucumber )" +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" @@ -23,6 +28,10 @@ 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 1.4 dev-vcs/hub/hub-1.11.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.11.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.11.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.11.0.ebuild?r1=1.3&r2=1.4 Index: hub-1.11.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.11.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hub-1.11.0.ebuild 17 Jan 2014 17:25:16 -0000 1.3 +++ hub-1.11.0.ebuild 19 Apr 2014 19:05:57 -0000 1.4 @@ -1,6 +1,6 @@ # 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.11.0.ebuild,v 1.3 2014/01/17 17:25:16 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.11.0.ebuild,v 1.4 2014/04/19 19:05:57 vikraman Exp $ EAPI="5" @@ -10,7 +10,12 @@ inherit readme.gentoo ruby-fakegem -ruby_add_bdepend "test? ( dev-ruby/webmock dev-util/cucumber )" +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" @@ -23,6 +28,10 @@ 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 1.9 dev-vcs/hub/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 23 Jan 2014 18:31:20 -0000 1.8 +++ ChangeLog 19 Apr 2014 19:05:57 -0000 1.9 @@ -1,6 +1,12 @@ # 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.8 2014/01/23 18:31:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.9 2014/04/19 19:05:57 vikraman Exp $ + +*hub-1.12.0 (19 Apr 2014) + + 19 Apr 2014; Vikraman Choudhury (vikraman) <[email protected]> + +hub-1.12.0.ebuild, hub-1.11.0.ebuild, hub-1.11.1.ebuild: + Bump to version 1.12.0, fix tests 23 Jan 2014; Sébastien Fabbro <[email protected]> hub-1.11.1.ebuild: Keyworded amd64-linux, x86-linux 1.1 dev-vcs/hub/hub-1.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.12.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.12.0.ebuild?rev=1.1&content-type=text/plain Index: hub-1.12.0.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.0.ebuild,v 1.1 2014/04/19 19:05:57 vikraman 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 }
