summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-05 13:35:53 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-05 13:35:53 +0000
commit23e10fe34e0abcc1f488e38ec4694425b232e09d (patch)
tree5f90c75370b1fc67427834da2b71346e72d11b11 /dev-ruby/ohai
parentrevbump -> EAPI 5 (diff)
downloadgentoo-2-23e10fe34e0abcc1f488e38ec4694425b232e09d.tar.gz
gentoo-2-23e10fe34e0abcc1f488e38ec4694425b232e09d.tar.bz2
gentoo-2-23e10fe34e0abcc1f488e38ec4694425b232e09d.zip
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ohai')
-rw-r--r--dev-ruby/ohai/ChangeLog6
-rw-r--r--dev-ruby/ohai/ohai-0.6.12.ebuild47
-rw-r--r--dev-ruby/ohai/ohai-6.14.0-r1.ebuild47
3 files changed, 5 insertions, 95 deletions
diff --git a/dev-ruby/ohai/ChangeLog b/dev-ruby/ohai/ChangeLog
index f94b663128f2..0c52a3020b1f 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.18 2013/07/29 02:04:25 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.19 2013/09/05 13:35:53 mrueg Exp $
+
+ 05 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -ohai-0.6.12.ebuild,
+ -ohai-6.14.0-r1.ebuild:
+ Cleanup old.
*ohai-6.18.0 (29 Jul 2013)
diff --git a/dev-ruby/ohai/ohai-0.6.12.ebuild b/dev-ruby/ohai/ohai-0.6.12.ebuild
deleted file mode 100644
index 7de21f977e6f..000000000000
--- a/dev-ruby/ohai/ohai-0.6.12.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.6.12.ebuild,v 1.4 2012/08/14 13:16:05 hollow Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-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}/tarball/${PV} -> ${P}.tgz"
-RUBY_S="opscode-${PN}-*"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# specs have issues with multiple ruby versions
-RESTRICT="test"
-
-ruby_add_rdepend "
- dev-ruby/ipaddress
- dev-ruby/yajl-ruby
- dev-ruby/mixlib-cli
- dev-ruby/mixlib-config
- dev-ruby/mixlib-log
- >=dev-ruby/systemu-2.2.0"
-
-all_ruby_prepare() {
- rm Gemfile || 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
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- doman docs/man/man1/ohai.1
-}
diff --git a/dev-ruby/ohai/ohai-6.14.0-r1.ebuild b/dev-ruby/ohai/ohai-6.14.0-r1.ebuild
deleted file mode 100644
index 05e6e03d039a..000000000000
--- a/dev-ruby/ohai/ohai-6.14.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-6.14.0-r1.ebuild,v 1.2 2012/08/14 13:16:05 hollow Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-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}/tarball/${PV} -> ${P}.tgz"
-RUBY_S="opscode-${PN}-*"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# specs have issues with multiple ruby versions
-RESTRICT="test"
-
-ruby_add_rdepend "
- dev-ruby/ipaddress
- dev-ruby/yajl-ruby
- dev-ruby/mixlib-cli
- dev-ruby/mixlib-config
- dev-ruby/mixlib-log
- >=dev-ruby/systemu-2.2.0"
-
-all_ruby_prepare() {
- rm Gemfile || 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
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- doman docs/man/man1/ohai.1
-}