2014-01-21 13:37:03 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2013-01-19 20:58:43 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2013-01-19 20:58:43 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
MODULE_AUTHOR=JESSE
|
|
|
|
MODULE_VERSION=1.26
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Utilities for writing test scripts"
|
|
|
|
|
|
|
|
SLOT="0"
|
2014-01-21 13:37:03 +04:00
|
|
|
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
|
2013-01-19 20:58:43 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
SRC_TEST="do"
|