summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-21 19:51:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-21 19:51:00 +0000
commitc3effa3b0d6e237e80268b3d0dc8440f35dafac4 (patch)
tree86a68f94ee4765e4beff32039e8b58211bcfe896 /dev-ruby/minitest
parentBump and port to fakegem. (diff)
downloadgentoo-2-c3effa3b0d6e237e80268b3d0dc8440f35dafac4.tar.gz
gentoo-2-c3effa3b0d6e237e80268b3d0dc8440f35dafac4.tar.bz2
gentoo-2-c3effa3b0d6e237e80268b3d0dc8440f35dafac4.zip
Drop ruby19 support since this requires hoe at test-time at least, add the hoe dependency, drop SRC_URI.
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/minitest')
-rw-r--r--dev-ruby/minitest/ChangeLog7
-rw-r--r--dev-ruby/minitest/minitest-1.4.2.ebuild9
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/minitest/ChangeLog b/dev-ruby/minitest/ChangeLog
index fa9f89c88035..a362d4a59f34 100644
--- a/dev-ruby/minitest/ChangeLog
+++ b/dev-ruby/minitest/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/minitest
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.2 2009/12/14 20:02:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.3 2009/12/21 19:51:00 flameeyes Exp $
+
+ 21 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ minitest-1.4.2.ebuild:
+ Drop ruby19 support since this requires hoe at test-time at least, add the
+ hoe dependency, drop SRC_URI.
14 Dec 2009; Hans de Graaff <graaff@gentoo.org> minitest-1.4.2.ebuild:
Use the right description and homepage.
diff --git a/dev-ruby/minitest/minitest-1.4.2.ebuild b/dev-ruby/minitest/minitest-1.4.2.ebuild
index a3fc9cbe1359..5849859792c0 100644
--- a/dev-ruby/minitest/minitest-1.4.2.ebuild
+++ b/dev-ruby/minitest/minitest-1.4.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.4.2.ebuild,v 1.3 2009/12/14 20:36:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.4.2.ebuild,v 1.4 2009/12/21 19:51:00 flameeyes Exp $
EAPI=2
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_DOC="docs"
@@ -14,13 +14,12 @@ RUBY_FAKEGEM_EXTRAINSTALL="template"
inherit ruby-fakegem
-ruby_add_bdepend test virtual/ruby-test-unit
-
DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit."
HOMEPAGE="http://rubyforge.org/projects/bfts"
-SRC_URI="mirror://rubygems/${P}.gem"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
+
+ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/hoe"