dev-perl/Wx-Perl-ProcessStream: Remove old 0.320.0-r2

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-04-16 04:31:34 +12:00
parent 4010626efa
commit d02ab42dbd

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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/Wx-0.97.01"
DEPEND="${RDEPEND}"
#SRC_TEST=do
src_prepare() {
need-wxwidgets unicode
perl-module_src_prepare
}