Skip to content

Commit

Permalink
dev-perl/Wx-Perl-ProcessStream: EAPI6 + tests
Browse files Browse the repository at this point in the history
- EAPI6ify
- Enable tests (w/ virtualx)
- Stop using deprecated wxwidgets.eclass API

Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
kentfredric committed Mar 21, 2018
1 parent e9829b7 commit d8524e0
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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
}

0 comments on commit d8524e0

Please sign in to comment.