graaff      14/05/06 06:05:05

  Modified:             ChangeLog
  Added:                ohai-6.22.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.21                 dev-ruby/ohai/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   24 Apr 2014 17:37:19 -0000      1.20
+++ ChangeLog   6 May 2014 06:05:05 -0000       1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ohai
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.20 2014/04/24 
17:37:19 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.21 2014/05/06 
06:05:05 graaff Exp $
+
+*ohai-6.22.0 (06 May 2014)
+
+  06 May 2014; Hans de Graaff <gra...@gentoo.org> +ohai-6.22.0.ebuild:
+  Version bump.
 
   24 Apr 2014; Manuel RĂ¼ger <mr...@gentoo.org> -ohai-6.16.0.ebuild,
   ohai-6.18.0.ebuild:



1.1                  dev-ruby/ohai/ohai-6.22.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-6.22.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-6.22.0.ebuild?rev=1.1&content-type=text/plain

Index: ohai-6.22.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-6.22.0.ebuild,v 1.1 
2014/05/06 06:05:05 graaff Exp $

EAPI=5
USE_RUBY="ruby19"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"

RUBY_FAKEGEM_RECIPE_TEST="rspec"

inherit ruby-fakegem

DESCRIPTION="Ohai profiles your system and emits JSON"
HOMEPAGE="http://wiki.opscode.com/display/chef/Ohai";
SRC_URI="https://github.com/opscode/${PN}/archive/${PV}.tar.gz -> ${P}.tgz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

ruby_add_rdepend "
        dev-ruby/ipaddress
        dev-ruby/yajl-ruby
        dev-ruby/mixlib-cli
        dev-ruby/mixlib-config
        dev-ruby/mixlib-log
        dev-ruby/mixlib-shellout
        >=dev-ruby/systemu-2.5.0"

all_ruby_prepare() {
        rm Gemfile .rspec || die
        # Be more lenient to work with versions of systemu that we have in
        # the tree.
        sed -i -e 's/~> 2.5.2/>= 2.5.2/' ohai.gemspec || die

        # Remove the Darwin-specific tests that require additional
        # dependencies.
        rm -rf spec/unit/plugins/darwin || die

        # Avoid the ruby plugin tests because these always execute the
        # system ruby, rather than the current ruby.
        rm -rf spec/unit/plugins/ruby_spec.rb || die
}

all_ruby_install() {
        all_fakegem_install

        doman docs/man/man1/ohai.1
}




Reply via email to