diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-21 19:51:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-21 19:51:00 +0000 |
commit | f8c504192af210280da655587562c3b17106d335 (patch) | |
tree | 8b1318f77a9aa9bf30c90ae028e19330fa819930 /dev-ruby/minitest | |
parent | Bump and port to fakegem. (diff) | |
download | historical-f8c504192af210280da655587562c3b17106d335.tar.gz historical-f8c504192af210280da655587562c3b17106d335.tar.bz2 historical-f8c504192af210280da655587562c3b17106d335.zip |
Drop ruby19 support since this requires hoe at test-time at least, add the hoe dependency, drop SRC_URI.
Package-Manager: portage-2.2_rc60/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/minitest')
-rw-r--r-- | dev-ruby/minitest/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/minitest/minitest-1.4.2.ebuild | 9 |
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" |