diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-28 14:31:20 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-28 14:31:20 +0000 |
commit | 7624f91abf180ce0adb4ddc22d09515b95db5774 (patch) | |
tree | 072bb0d2fdb611357e7e0b3832b17cb5cab60543 /dev-ruby/ohai | |
parent | Version bump. (diff) | |
download | gentoo-2-7624f91abf180ce0adb4ddc22d09515b95db5774.tar.gz gentoo-2-7624f91abf180ce0adb4ddc22d09515b95db5774.tar.bz2 gentoo-2-7624f91abf180ce0adb4ddc22d09515b95db5774.zip |
Run specs. Depend on json version newer than 1.4.3 which is broken with ohai. Remove patch: it breaks the specs and there is no associated problem description or bug report.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ohai')
-rw-r--r-- | dev-ruby/ohai/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/ohai/ohai-0.5.6-r1.ebuild (renamed from dev-ruby/ohai/ohai-0.5.6.ebuild) | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/dev-ruby/ohai/ChangeLog b/dev-ruby/ohai/ChangeLog index f7181fa54a19..91c8c6ad47bf 100644 --- a/dev-ruby/ohai/ChangeLog +++ b/dev-ruby/ohai/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-ruby/ohai # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.1 2010/07/03 12:10:38 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.2 2010/08/28 14:31:20 graaff Exp $ + +*ohai-0.5.6-r1 (28 Aug 2010) + + 28 Aug 2010; Hans de Graaff <graaff@gentoo.org> -ohai-0.5.6.ebuild, + +ohai-0.5.6-r1.ebuild: + Run specs. Depend on json version newer than 1.4.3 which is broken with + ohai. Remove patch: it breaks the specs and there is no associated problem + description or bug report. *ohai-0.5.6 (03 Jul 2010) diff --git a/dev-ruby/ohai/ohai-0.5.6.ebuild b/dev-ruby/ohai/ohai-0.5.6-r1.ebuild index 663857a44b42..867f387bcf01 100644 --- a/dev-ruby/ohai/ohai-0.5.6.ebuild +++ b/dev-ruby/ohai/ohai-0.5.6-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.5.6.ebuild,v 1.1 2010/07/03 12:10:38 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.5.6-r1.ebuild,v 1.1 2010/08/28 14:31:20 graaff Exp $ EAPI="2" USE_RUBY="ruby18" RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_TEST="spec" inherit ruby-fakegem @@ -19,12 +19,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_rdepend "dev-ruby/extlib - <=dev-ruby/json-1.4.2 + >=dev-ruby/json-1.4.4 dev-ruby/mixlib-cli dev-ruby/mixlib-config dev-ruby/mixlib-log dev-ruby/systemu" - -all_ruby_prepare() { - epatch "${FILESDIR}/ohai-lsb-release.patch" -} |