diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-11-19 09:15:16 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-11-19 09:15:16 +0100 |
commit | e175c1d7d855a508ee4cca013e000af637f1fefd (patch) | |
tree | 82ff29fa8602fb73cdaf5f521da15035f0af175e /dev-vcs | |
parent | app-admin/cctrl: Bump to new python eclasses; Version Bump (diff) | |
download | betagarden-e175c1d7d855a508ee4cca013e000af637f1fefd.tar.gz betagarden-e175c1d7d855a508ee4cca013e000af637f1fefd.tar.bz2 betagarden-e175c1d7d855a508ee4cca013e000af637f1fefd.zip |
dev-vcs/hub: Adopt to current HEAD
Package-Manager: portage-2.2.14
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hub/ChangeLog | 3 | ||||
-rw-r--r-- | dev-vcs/hub/hub-9999.ebuild | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog index 3b5f320..4a03c6e 100644 --- a/dev-vcs/hub/ChangeLog +++ b/dev-vcs/hub/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.3 2013/05/31 23:14:44 ottxor Exp $ + 19 Nov 2014; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild: + Adopt to current HEAD + 07 Oct 2014; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild: Install additional files diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild index c0c8614..5a6cf3b 100644 --- a/dev-vcs/hub/hub-9999.ebuild +++ b/dev-vcs/hub/hub-9999.ebuild @@ -36,10 +36,6 @@ src_unpack() { git-r3_src_unpack } -all_ruby_prepare() { - sed -i -e 's/Minitest/MiniTest/g' test/*.rb || die -} - src_install() { ruby-ng_src_install readme.gentoo_create_doc |