diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-24 17:37:19 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-24 17:37:19 +0000 |
commit | c0e3260cf785e75f609eb5d688f783a928258a7c (patch) | |
tree | f25d185ce5e96fd1efd41d5d841f24a86549c29b /dev-ruby/ohai | |
parent | Add ~ppc keyword wrt bug #505156 (diff) | |
download | gentoo-2-c0e3260cf785e75f609eb5d688f783a928258a7c.tar.gz gentoo-2-c0e3260cf785e75f609eb5d688f783a928258a7c.tar.bz2 gentoo-2-c0e3260cf785e75f609eb5d688f783a928258a7c.zip |
Remove ruby18 support. Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ohai')
-rw-r--r-- | dev-ruby/ohai/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ohai/ohai-6.16.0.ebuild | 52 | ||||
-rw-r--r-- | dev-ruby/ohai/ohai-6.18.0.ebuild | 6 |
3 files changed, 9 insertions, 57 deletions
diff --git a/dev-ruby/ohai/ChangeLog b/dev-ruby/ohai/ChangeLog index 0c52a3020b1f..3252cc63409c 100644 --- a/dev-ruby/ohai/ChangeLog +++ b/dev-ruby/ohai/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ohai -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.19 2013/09/05 13:35:53 mrueg Exp $ +# 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 $ + + 24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -ohai-6.16.0.ebuild, + ohai-6.18.0.ebuild: + Remove ruby18 support. Cleanup old. 05 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -ohai-0.6.12.ebuild, -ohai-6.14.0-r1.ebuild: diff --git a/dev-ruby/ohai/ohai-6.16.0.ebuild b/dev-ruby/ohai/ohai-6.16.0.ebuild deleted file mode 100644 index 1cc5f8793408..000000000000 --- a/dev-ruby/ohai/ohai-6.16.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-6.16.0.ebuild,v 1.1 2013/07/19 07:01:54 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby18 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 -} diff --git a/dev-ruby/ohai/ohai-6.18.0.ebuild b/dev-ruby/ohai/ohai-6.18.0.ebuild index ab4e4187c991..a4d9064eb445 100644 --- a/dev-ruby/ohai/ohai-6.18.0.ebuild +++ b/dev-ruby/ohai/ohai-6.18.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.1 2013/07/29 02:04:25 mrueg Exp $ +# $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="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" |