summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/mocha')
-rw-r--r--dev-ruby/mocha/ChangeLog7
-rw-r--r--dev-ruby/mocha/mocha-0.9.5.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/mocha/ChangeLog b/dev-ruby/mocha/ChangeLog
index 016198b6025e..e56aea5c1564 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.6 2009/05/26 18:16:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.7 2009/06/01 06:30:55 graaff Exp $
+
+*mocha-0.9.5 (01 Jun 2009)
+
+ 01 Jun 2009; Hans de Graaff <graaff@gentoo.org> +mocha-0.9.5.ebuild:
+ Version bump.
26 May 2009; Hans de Graaff <graaff@gentoo.org> -mocha-0.5.6.ebuild,
-mocha-0.9.3.ebuild:
diff --git a/dev-ruby/mocha/mocha-0.9.5.ebuild b/dev-ruby/mocha/mocha-0.9.5.ebuild
new file mode 100644
index 000000000000..7ca50cd1f5ce
--- /dev/null
+++ b/dev-ruby/mocha/mocha-0.9.5.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.5.ebuild,v 1.1 2009/06/01 06:30:55 graaff 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}"