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-Scintilla/Wx-Scintilla-0.380.100.ebuild

39 lines
882 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/Wx-Scintilla-0.380.100.ebuild,v 1.1 2012/03/29 17:41:21 tove Exp $
EAPI=4
WX_GTK_VER="2.8"
#VIRTUALX_REQUIRED=test
#inherit virtualx
MODULE_AUTHOR=AZAWAWI
MODULE_VERSION=0.3801
inherit wxwidgets perl-module
DESCRIPTION="Scintilla source code editing component for wxWidgets"
SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/dev-perl/${PN}-0.34-patches.tar.gz"
LICENSE+=" Scintilla"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-perl/Alien-wxWidgets
dev-perl/wxperl
"
DEPEND="${RDEPEND}
>=dev-perl/ExtUtils-XSpp-0.160.200
>=virtual/perl-Module-Build-0.360.0
"
PATCHES=(
"${WORKDIR}"/${PN}-patches/0.34-flags.patch
)
#SRC_TEST=do
#src_test() {
# VIRTUALX_COMMAND="./Build" virtualmake test || die
#}