blob: 8cd637bb98951a3ea905a8f5dbb785d489102cd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnomevfs/ruby-gnomevfs-0.12.0.ebuild,v 1.5 2005/10/03 13:10:20 agriffis Exp $
inherit ruby ruby-gnome2
DESCRIPTION="Ruby GnomeVFS bindings"
KEYWORDS="alpha ~ia64 ppc x86"
IUSE=""
USE_RUBY="ruby16 ruby18 ruby19"
DEPEND=">=gnome-base/gnome-vfs-2.2"
src_test() {
cd tests
ruby -I../src/lib -I../src test1.rb || die "test1.rb failed"
ruby -I../src/lib -I../src test2.rb || die "test2.rb failed"
ruby -I../src/lib -I../src test3.rb || die "test3.rb failed"
}
|