dev-perl/Wx-Perl-ProcessStream: Support wxGTK:3.0

Package-Manager: portage-2.2.23
This commit is contained in:
Pacho Ramos
2015-10-25 17:50:38 +01:00
parent a5d0d8b5f0
commit 85954e8eec

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
WX_GTK_VER="3.0"
MODULE_AUTHOR=MDOOTSON
MODULE_VERSION=0.32
inherit wxwidgets perl-module
DESCRIPTION="access IO of external processes via events"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}
>=dev-perl/wxperl-0.97.01"
DEPEND="${RDEPEND}"
#SRC_TEST=do
src_prepare() {
need-wxwidgets unicode
perl-module_src_prepare
}