summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-10-16 09:40:37 +0000
committerHans de Graaff <graaff@gentoo.org>2011-10-16 09:40:37 +0000
commit6012c9499ba6c3024b0c981c5116e94bd846dadf (patch)
tree12482f26964a56e558d51ac894cc092c08ad6911 /dev-ruby/ohai
parentppc/ppc64 stable wrt #386985 (diff)
downloadgentoo-2-6012c9499ba6c3024b0c981c5116e94bd846dadf.tar.gz
gentoo-2-6012c9499ba6c3024b0c981c5116e94bd846dadf.tar.bz2
gentoo-2-6012c9499ba6c3024b0c981c5116e94bd846dadf.zip
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ohai')
-rw-r--r--dev-ruby/ohai/ChangeLog6
-rw-r--r--dev-ruby/ohai/ohai-0.5.6-r1.ebuild26
-rw-r--r--dev-ruby/ohai/ohai-0.6.2.ebuild38
3 files changed, 5 insertions, 65 deletions
diff --git a/dev-ruby/ohai/ChangeLog b/dev-ruby/ohai/ChangeLog
index 7766f16cb99f..dcb9dafc475b 100644
--- a/dev-ruby/ohai/ChangeLog
+++ b/dev-ruby/ohai/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ohai
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.6 2011/04/30 06:50:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.7 2011/10/16 09:40:37 graaff Exp $
+
+ 16 Oct 2011; Hans de Graaff <graaff@gentoo.org> -ohai-0.5.6-r1.ebuild,
+ -ohai-0.6.2.ebuild:
+ Remove old versions.
*ohai-0.6.4 (30 Apr 2011)
diff --git a/dev-ruby/ohai/ohai-0.5.6-r1.ebuild b/dev-ruby/ohai/ohai-0.5.6-r1.ebuild
deleted file mode 100644
index bb26a4094be5..000000000000
--- a/dev-ruby/ohai/ohai-0.5.6-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 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-r1.ebuild,v 1.2 2011/03/27 16:55:55 a3li Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ohai profiles your system and emits JSON"
-HOMEPAGE="http://wiki.opscode.com/display/chef/Ohai"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/extlib
- >=dev-ruby/json-1.4.4
- dev-ruby/mixlib-cli
- dev-ruby/mixlib-config
- dev-ruby/mixlib-log
- dev-ruby/systemu"
diff --git a/dev-ruby/ohai/ohai-0.6.2.ebuild b/dev-ruby/ohai/ohai-0.6.2.ebuild
deleted file mode 100644
index 5aaf4fa8c693..000000000000
--- a/dev-ruby/ohai/ohai-0.6.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.6.2.ebuild,v 1.1 2011/04/23 06:28:23 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-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"
-S="${WORKDIR}/opscode-${PN}-*"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-
-ruby_add_rdepend "
- dev-ruby/yajl-ruby
- dev-ruby/mixlib-cli
- dev-ruby/mixlib-config
- dev-ruby/mixlib-log
- dev-ruby/systemu"
-
-all_ruby_install() {
- all_fakegem_install
-
- doman docs/man/man1/ohai.1
-}