You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Wx-Perl-ProcessStream/Wx-Perl-ProcessStream-0.320...

30 lines
500 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
WX_GTK_VER="3.0"
DIST_AUTHOR=MDOOTSON
DIST_VERSION=0.32
inherit wxwidgets perl-module virtualx
DESCRIPTION="access IO of external processes via events"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
>=dev-perl/Wx-0.97.01"
DEPEND="${RDEPEND}"
src_prepare() {
setup-wxwidgets
perl-module_src_prepare
}
src_test() {
virtx perl-module_src_test
}