# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="Tester for ebuild file in all USE flag patterns" SRC_URI="http://gentoojp.sourceforge.jp/distfiles/${P}.tar.bz2" HOMEPAGE="http://gentoojp.sourceforge.jp/pukiwiki/index.php?[[usetest]]" DEPEND="dev-lang/ruby" KEYWORDS="~x86 ~alpha" LICENSE="GPL-2" SLOT="0" S="${WORKDIR}/${P}" src_compile(){ return } src_install(){ dosbin usetest dobin usetest.rb }