blob: b705469a9469afa3daefb2ce6905866e6632258e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flexmock/flexmock-0.8.3.ebuild,v 1.1 2008/12/20 13:13:17 graaff Exp $
inherit gems
DESCRIPTION="Simple mock object library for Ruby unit testing"
HOMEPAGE="http://onestepback.org/software/flexmock/"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86-fbsd"
IUSE=""
|