summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 16:07:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 16:07:19 +0000
commit9639ce3370a9154e3aac1036676094e51ccf2d56 (patch)
tree8badf5214e664ee65259e96aa76db1f3ce278185 /dev-ruby/ruby-prof
parentAdd ~alpha/~ia64/~sparc wrt #293671 (diff)
downloadhistorical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.gz
historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.bz2
historical-9639ce3370a9154e3aac1036676094e51ccf2d56.zip
Various cleanups.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/ruby-prof')
-rw-r--r--dev-ruby/ruby-prof/ChangeLog6
-rw-r--r--dev-ruby/ruby-prof/ruby-prof-0.7.10.ebuild4
-rw-r--r--dev-ruby/ruby-prof/ruby-prof-0.8.1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/ruby-prof/ChangeLog b/dev-ruby/ruby-prof/ChangeLog
index 92fc3df24532..4559cdab526c 100644
--- a/dev-ruby/ruby-prof/ChangeLog
+++ b/dev-ruby/ruby-prof/ChangeLog
@@ -1,6 +1,10 @@
# 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.23 2010/02/14 21:12:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.24 2010/05/22 15:53:19 flameeyes Exp $
+
+ 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ ruby-prof-0.7.10.ebuild, ruby-prof-0.8.1.ebuild:
+ Various cleanups.
*ruby-prof-0.8.1 (14 Feb 2010)
diff --git a/dev-ruby/ruby-prof/ruby-prof-0.7.10.ebuild b/dev-ruby/ruby-prof/ruby-prof-0.7.10.ebuild
index d1fd772d95e5..b1bed9c42dbe 100644
--- a/dev-ruby/ruby-prof/ruby-prof-0.7.10.ebuild
+++ b/dev-ruby/ruby-prof/ruby-prof-0.7.10.ebuild
@@ -1,6 +1,6 @@
# 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.10.ebuild,v 1.1 2010/01/23 00:40:24 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.7.10.ebuild,v 1.2 2010/05/22 15:53:19 flameeyes Exp $
EAPI=2
@@ -20,7 +20,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-ruby_add_bdepend test virtual/ruby-test-unit
+ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
all_ruby_prepare() {
# The thread testing in 0.7.5 and earlier versions is broken, it
diff --git a/dev-ruby/ruby-prof/ruby-prof-0.8.1.ebuild b/dev-ruby/ruby-prof/ruby-prof-0.8.1.ebuild
index 3cc14b05a9ef..6cab20a65a19 100644
--- a/dev-ruby/ruby-prof/ruby-prof-0.8.1.ebuild
+++ b/dev-ruby/ruby-prof/ruby-prof-0.8.1.ebuild
@@ -1,6 +1,6 @@
# 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.8.1.ebuild,v 1.1 2010/02/14 21:12:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.8.1.ebuild,v 1.2 2010/05/22 15:53:19 flameeyes Exp $
EAPI=2
@@ -20,7 +20,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-ruby_add_bdepend test virtual/ruby-test-unit
+ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
all_ruby_prepare() {
# The thread testing in 0.8.1 and earlier versions is broken, it