summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-11-10 19:09:33 +0000
committerHans de Graaff <graaff@gentoo.org>2014-11-10 19:09:33 +0000
commit90e0308ef20a4823898f81c85a39b664a8c0aa46 (patch)
tree0b7985f8cb2c16acbe8d51cfa076ec6d0639c610 /dev-ruby/ohai
parentVersion bump + cleanup, bug#528824 (diff)
downloadgentoo-2-90e0308ef20a4823898f81c85a39b664a8c0aa46.tar.gz
gentoo-2-90e0308ef20a4823898f81c85a39b664a8c0aa46.tar.bz2
gentoo-2-90e0308ef20a4823898f81c85a39b664a8c0aa46.zip
Cleanup.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/ohai')
-rw-r--r--dev-ruby/ohai/ChangeLog5
-rw-r--r--dev-ruby/ohai/ohai-6.18.0.ebuild52
2 files changed, 4 insertions, 53 deletions
diff --git a/dev-ruby/ohai/ChangeLog b/dev-ruby/ohai/ChangeLog
index 624ad849c9d6..cfa5bc33242c 100644
--- a/dev-ruby/ohai/ChangeLog
+++ b/dev-ruby/ohai/ChangeLog
@@ -1,6 +1,9 @@
# 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.22 2014/07/22 06:20:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.23 2014/11/10 19:09:33 graaff Exp $
+
+ 10 Nov 2014; Hans de Graaff <graaff@gentoo.org> -ohai-6.18.0.ebuild:
+ Cleanup.
*ohai-7.0.4 (22 Jul 2014)
diff --git a/dev-ruby/ohai/ohai-6.18.0.ebuild b/dev-ruby/ohai/ohai-6.18.0.ebuild
deleted file mode 100644
index a4d9064eb445..000000000000
--- a/dev-ruby/ohai/ohai-6.18.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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.18.0.ebuild,v 1.2 2014/04/24 17:37:19 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG 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.2.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.2.0/>= 2.2.0/' 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
-}