blob: 493195e567bdb994ea705378aab5931bb182a7dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Perl-ProcessStream/Wx-Perl-ProcessStream-0.27.ebuild,v 1.1 2010/03/03 17:10:32 tove Exp $
EAPI=2
MODULE_AUTHOR=MDOOTSON
WX_GTK_VER="2.8"
inherit wxwidgets perl-module
DESCRIPTION="access IO of external processes via events"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
x11-libs/wxGTK:2.8
>=dev-perl/wxperl-0.97.01"
DEPEND="${RDEPEND}"
#SRC_TEST=do
|