2017-02-21 09:07:27 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2013-01-19 20:58:43 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
MODULE_AUTHOR=JESSE
|
|
|
|
MODULE_VERSION=1.26
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Utilities for writing test scripts"
|
|
|
|
|
|
|
|
SLOT="0"
|
2017-02-21 09:07:27 +03:00
|
|
|
KEYWORDS=""
|
2013-01-19 20:58:43 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
SRC_TEST="do"
|