diff options
author | Alex Legler <a3li@gentoo.org> | 2009-10-03 13:05:56 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-10-03 13:05:56 +0000 |
commit | 681b9e4c26b27f2933b372d8699e9522965188f2 (patch) | |
tree | afd98ddc8fc5df9a1ed348b0337aafd72e547221 /dev-ruby/mocha | |
parent | Stable on alpha, bug #285586 (diff) | |
download | gentoo-2-681b9e4c26b27f2933b372d8699e9522965188f2.tar.gz gentoo-2-681b9e4c26b27f2933b372d8699e9522965188f2.tar.bz2 gentoo-2-681b9e4c26b27f2933b372d8699e9522965188f2.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/mocha')
-rw-r--r-- | dev-ruby/mocha/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/mocha/mocha-0.9.8.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/mocha/ChangeLog b/dev-ruby/mocha/ChangeLog index cec536b5027d..e28d5041f645 100644 --- a/dev-ruby/mocha/ChangeLog +++ b/dev-ruby/mocha/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/mocha # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.9 2009/08/24 17:45:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.10 2009/10/03 13:05:56 a3li Exp $ + +*mocha-0.9.8 (03 Oct 2009) + + 03 Oct 2009; Alex Legler <a3li@gentoo.org> +mocha-0.9.8.ebuild: + Version bump 24 Aug 2009; Hans de Graaff <graaff@gentoo.org> -mocha-0.9.4.ebuild, -mocha-0.9.5.ebuild: diff --git a/dev-ruby/mocha/mocha-0.9.8.ebuild b/dev-ruby/mocha/mocha-0.9.8.ebuild new file mode 100644 index 000000000000..2b0a12e711b0 --- /dev/null +++ b/dev-ruby/mocha/mocha-0.9.8.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.9.8.ebuild,v 1.1 2009/10/03 13:05:56 a3li Exp $ + +inherit gems + +USE_RUBY="ruby18" + +DESCRIPTION="A Ruby library for mocking and stubbing using a syntax like that of JMock, and SchMock" +HOMEPAGE="http://mocha.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-ruby/rake" +RDEPEND="${DEPEND}" |