summaryrefslogtreecommitdiff
blob: 06292a76199e98a0108d6a9233821c45bf7e2a6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/testunit/testunit-0.1.8.ebuild,v 1.6 2004/04/10 20:59:20 dholm Exp $

inherit ruby

DESCRIPTION="unit testing framework for the Ruby language"
HOMEPAGE="http://testunit.talbott.ws/"
SRC_URI="http://testunit.talbott.ws/packages/${P}.tar.gz"

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~x86 ~ppc"

# testunit is included in ruby distribution from 1.8
DEPEND="=dev-lang/ruby-1.6.8*"
RUBY="/usr/bin/ruby16"