* [gentoo-commits] gentoo-x86 commit in dev-ruby/ohai: ohai-6.14.0-r1.ebuild ohai-0.6.12.ebuild ChangeLog ohai-6.14.0.ebuild
@ 2012-08-13 21:33 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-08-13 21:33 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/08/13 21:33:55
Modified: ohai-0.6.12.ebuild ChangeLog
Added: ohai-6.14.0-r1.ebuild
Removed: ohai-6.14.0.ebuild
Log:
Revision bump to remove the patch that does not work; drop ruby19 support as tests blatantly fail expecting Ruby 1.8 instead.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-ruby/ohai/ohai-0.6.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-0.6.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-0.6.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-0.6.12.ebuild?r1=1.2&r2=1.3
Index: ohai-0.6.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.6.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ohai-0.6.12.ebuild 11 Aug 2012 16:17:12 -0000 1.2
+++ ohai-0.6.12.ebuild 13 Aug 2012 21:33:55 -0000 1.3
@@ -1,9 +1,9 @@
# 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.2 2012/08/11 16:17:12 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.6.12.ebuild,v 1.3 2012/08/13 21:33:55 flameeyes Exp $
EAPI=4
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
1.14 dev-ruby/ohai/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 11 Aug 2012 16:17:12 -0000 1.13
+++ ChangeLog 13 Aug 2012 21:33:55 -0000 1.14
@@ -1,6 +1,14 @@
# ChangeLog for dev-ruby/ohai
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.13 2012/08/11 16:17:12 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.14 2012/08/13 21:33:55 flameeyes Exp $
+
+*ohai-6.14.0-r1 (13 Aug 2012)
+
+ 13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> +ohai-6.14.0-r1.ebuild,
+ -files/ohai-6.14.0-multiple-ruby.patch, -ohai-6.14.0.ebuild,
+ ohai-0.6.12.ebuild:
+ Revision bump to remove the patch that does not work; drop ruby19 support as
+ tests blatantly fail expecting Ruby 1.8 instead.
11 Aug 2012; Benedikt Böhm <hollow@gentoo.org> ohai-0.6.12.ebuild:
add ruby19 support
@@ -66,4 +74,3 @@
03 Jul 2010; Benedikt Böhm <hollow@gentoo.org> +ohai-0.5.6.ebuild,
+files/ohai-lsb-release.patch, +metadata.xml:
initial ebuild, thanks to Gábor Vészi
-
1.1 dev-ruby/ohai/ohai-6.14.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-6.14.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-6.14.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: ohai-6.14.0-r1.ebuild
===================================================================
# 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.1 2012/08/13 21:33:55 flameeyes Exp $
EAPI=4
USE_RUBY="ruby18"
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}/tarball/${PV} -> ${P}.tgz"
RUBY_S="opscode-${PN}-*"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend "
dev-ruby/ipaddress
dev-ruby/mixlib-cli
dev-ruby/mixlib-config
dev-ruby/mixlib-log
dev-ruby/systemu
dev-ruby/yajl-ruby"
all_ruby_prepare() {
rm Gemfile || die
}
all_ruby_install() {
all_fakegem_install
doman docs/man/man1/ohai.1
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-13 21:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 21:33 [gentoo-commits] gentoo-x86 commit in dev-ruby/ohai: ohai-6.14.0-r1.ebuild ohai-0.6.12.ebuild ChangeLog ohai-6.14.0.ebuild Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox