public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/sigar: sigar-0.7.2.ebuild ChangeLog
@ 2012-08-13 21:04 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-08-13 21:04 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/08/13 21:04:00

  Modified:             sigar-0.7.2.ebuild ChangeLog
  Log:
  Remove dependency on rake; fix DESCRIPTION; use test-unit-2 and the ruby-ng helper function for testing.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/sigar/sigar-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/sigar-0.7.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/sigar-0.7.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/sigar-0.7.2.ebuild?r1=1.2&r2=1.3

Index: sigar-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sigar/sigar-0.7.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sigar-0.7.2.ebuild	20 Jun 2012 17:55:30 -0000	1.2
+++ sigar-0.7.2.ebuild	13 Aug 2012 21:04:00 -0000	1.3
@@ -1,22 +1,25 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sigar/sigar-0.7.2.ebuild,v 1.2 2012/06/20 17:55:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sigar/sigar-0.7.2.ebuild,v 1.3 2012/08/13 21:04:00 flameeyes Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
 
+RUBY_FAKEGEM_RECIPE_TEST="none"
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README"
 
 inherit multilib ruby-fakegem
 
-DESCRIPTION="Ohai profiles your system and emits JSON"
+DESCRIPTION="System Information Gatherer And Reporter"
 HOMEPAGE="http://sigar.hyperic.com/"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
 
 each_ruby_configure() {
 	${RUBY} -Cbindings/ruby extconf.rb || die
@@ -24,15 +27,10 @@
 
 each_ruby_compile() {
 	emake -Cbindings/ruby
-}
-
-each_ruby_test() {
-	${RUBY} -Ibindings/ruby -S testrb bindings/ruby/test/*_test.rb || die
-}
-
-each_ruby_install() {
 	mkdir lib || die
 	cp bindings/ruby/${PN}$(get_modname) lib/ || die
+}
 
-	each_fakegem_install
+each_ruby_test() {
+	ruby-ng_testrb-2 -Ilib bindings/ruby/test/*_test.rb
 }



1.6                  dev-ruby/sigar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sigar/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	20 Jun 2012 17:55:30 -0000	1.5
+++ ChangeLog	13 Aug 2012 21:04:00 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/sigar
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sigar/ChangeLog,v 1.5 2012/06/20 17:55:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sigar/ChangeLog,v 1.6 2012/08/13 21:04:00 flameeyes Exp $
+
+  13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> sigar-0.7.2.ebuild:
+  Remove dependency on rake; fix DESCRIPTION; use test-unit-2 and the ruby-ng
+  helper function for testing.
 
   20 Jun 2012; Hans de Graaff <graaff@gentoo.org> sigar-0.7.2.ebuild:
   Fix tests to test the new code, bug 422623.
@@ -21,4 +25,3 @@
   23 Dec 2011; Hans de Graaff <graaff@gentoo.org> +sigar-0.7.0.ebuild,
   +metadata.xml:
   Initial import. New dependency of dev-ruby/ohai.
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-13 21:04 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:04 [gentoo-commits] gentoo-x86 commit in dev-ruby/sigar: sigar-0.7.2.ebuild ChangeLog 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