diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-16 04:34:29 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-16 04:34:29 +1200 |
commit | 5c01b6b618663ace22c89dc6f36f007116095a29 (patch) | |
tree | bb9a6f77c476f696b353b123415ea9590e2b0750 /dev-perl | |
parent | dev-perl/Wx-Perl-ProcessStream: Remove old 0.320.0-r2 (diff) | |
download | gentoo-5c01b6b618663ace22c89dc6f36f007116095a29.tar.gz gentoo-5c01b6b618663ace22c89dc6f36f007116095a29.tar.bz2 gentoo-5c01b6b618663ace22c89dc6f36f007116095a29.zip |
dev-perl/Wx-Scintilla: Remove old 0.390.0-r2
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild deleted file mode 100644 index b11bb08f1896..000000000000 --- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -WX_GTK_VER="3.0" -#VIRTUALX_REQUIRED=test -#inherit virtualx -MODULE_AUTHOR=AZAWAWI -MODULE_VERSION=0.39 -inherit wxwidgets perl-module - -DESCRIPTION="Scintilla source code editing component for wxWidgets" - -LICENSE+=" HPND" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-perl/Alien-wxWidgets - dev-perl/Wx - x11-libs/wxGTK:${WX_GTK_VER} -" -DEPEND="${RDEPEND} - >=dev-perl/ExtUtils-XSpp-0.160.200 - >=dev-perl/Module-Build-0.360.0 -" - -PATCHES=( - "${FILESDIR}"/${PN}-0.34-flags.patch - "${FILESDIR}"/${PN}-0.39-gcc6.patch -) - -src_configure() { - need-wxwidgets base-unicode - myconf=( --verbose ) - perl-module_src_configure -} - -#SRC_TEST=do -#src_test() { -# VIRTUALX_COMMAND="./Build" virtualmake test || die -#} |