summaryrefslogtreecommitdiff
blob: eac85aa1f7404692b930fcb624b5cbb23eb79667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/test-spec-0.4.0.ebuild,v 1.2 2007/12/16 04:45:21 nichoj Exp $

inherit ruby gems

DESCRIPTION="A library to do Behavior Driven Development with Test::Unit"
HOMEPAGE="http://chneukirchen.org/blog/"
SRC_URI="http://chneukirchen.org/releases/gems/gems/${P}.gem"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-lang/ruby-1.8.5"