public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-prof: ChangeLog ruby-prof-0.7.9.ebuild ruby-prof-0.7.3.ebuild ruby-prof-0.7.6.ebuild ruby-prof-0.7.5.ebuild
@ 2010-01-16 13:42 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2010-01-16 13:42 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/01/16 13:42:08

  Modified:             ChangeLog
  Added:                ruby-prof-0.7.9.ebuild
  Removed:              ruby-prof-0.7.3.ebuild ruby-prof-0.7.6.ebuild
                        ruby-prof-0.7.5.ebuild
  Log:
  Version bump, remove older versions.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 dev-ruby/ruby-prof/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	15 Jan 2010 01:01:07 -0000	1.19
+++ ChangeLog	16 Jan 2010 13:42:08 -0000	1.20
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/ruby-prof
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.19 2010/01/15 01:01:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.20 2010/01/16 13:42:08 flameeyes Exp $
+
+*ruby-prof-0.7.9 (16 Jan 2010)
+
+  16 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  -ruby-prof-0.7.3.ebuild, -ruby-prof-0.7.5.ebuild, -ruby-prof-0.7.6.ebuild,
+  +ruby-prof-0.7.9.ebuild:
+  Version bump, remove older versions.
 
 *ruby-prof-0.7.7 (15 Jan 2010)
 



1.1                  dev-ruby/ruby-prof/ruby-prof-0.7.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.7.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.7.9.ebuild?rev=1.1&content-type=text/plain

Index: ruby-prof-0.7.9.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.7.9.ebuild,v 1.1 2010/01/16 13:42:08 flameeyes Exp $

EAPI=2

# jruby → not compatible, since it uses an extension
USE_RUBY="ruby18 ruby19"

RUBY_FAKEGEM_EXTRADOC="README CHANGES"
RUBY_FAKEGEM_DOCDIR="doc"

inherit ruby-fakegem

DESCRIPTION="A module for profiling Ruby code"
HOMEPAGE="http://rubyforge.org/projects/ruby-prof/"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

ruby_add_bdepend test virtual/ruby-test-unit

all_ruby_prepare() {
	# The thread testing in 0.7.5 and earlier versions is broken, it
	# has to be tested for the next versions, since upstream is
	# looking for a solution. The problem is that it's _very_
	# timing-dependent.
	rm "${S}"/test/thread_test.rb \
		|| die "unable to remove broken test unit"
	sed -i -e '/thread_test/d' \
		test/test_suite.rb || die "unable to remove broken test reference"
}

each_ruby_compile() {
	pushd ext
	${RUBY} extconf.rb || die "extconf.rb failed"
	# gem ships with prebuild files
	emake clean || die "clean failed"
	emake || die "build failed"
	popd

	cp ext/*.so lib || die "copy of extension failed"
}

all_ruby_install() {
	all_fakegem_install

	for dir in examples rails rails/example rails/environment; do
		docinto "$dir"
		dodoc "$dir"/* || die "dodoc $dir failed"
	done
}






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

only message in thread, other threads:[~2010-01-16 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-16 13:42 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-prof: ChangeLog ruby-prof-0.7.9.ebuild ruby-prof-0.7.3.ebuild ruby-prof-0.7.6.ebuild ruby-prof-0.7.5.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