summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:44:19 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:57:04 -0400
commitc6f4e8291e768df8664761b8b518a9a17f10b27f (patch)
tree33643701a2f68777d9c805a2a8488eb52b56d440 /dev-perl
parentdev-perl/WWW-Mechanize-FormFiller: Drop old versions (diff)
downloadgentoo-c6f4e8291e768df8664761b8b518a9a17f10b27f.tar.gz
gentoo-c6f4e8291e768df8664761b8b518a9a17f10b27f.tar.bz2
gentoo-c6f4e8291e768df8664761b8b518a9a17f10b27f.zip
dev-perl/Wx: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Wx/Wx-0.993.200-r2.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-perl/Wx/Wx-0.993.200-r2.ebuild b/dev-perl/Wx/Wx-0.993.200-r2.ebuild
deleted file mode 100644
index 7f084f48811c..000000000000
--- a/dev-perl/Wx/Wx-0.993.200-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-DIST_AUTHOR=MDOOTSON
-DIST_VERSION=0.9932
-DIST_EXAMPLES=("samples/*")
-inherit wxwidgets virtualx perl-module
-
-DESCRIPTION="Perl bindings for wxGTK"
-HOMEPAGE="https://wxperl.sourceforge.net/ https://metacpan.org/release/Wx"
-
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-perl/Alien-wxWidgets-0.690.0-r1
- x11-libs/wxGTK:${WX_GTK_VER}
- >=virtual/perl-File-Spec-0.820.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.480.0
- >=virtual/perl-ExtUtils-ParseXS-3.150.0
- >=dev-perl/ExtUtils-XSpp-0.160.200
- >=virtual/perl-if-0.30.0
- test? (
- >=virtual/perl-Test-Harness-2.260.0
- >=virtual/perl-Test-Simple-0.430.0
- )
-"
-BDEPEND=${DEPEND}
-
-src_prepare() {
- setup-wxwidgets
- perl-module_src_prepare
-}
-
-src_test() {
- # the webview/t/03_threads.t test tends to hang or crash in weird
- # ways depending on local configuration. eg, backtraces involving
- # all of webkit-gtk, kpartsplugin and kdelibs...
- perl_rm_files t/12_pod.t ext/webview/t/03_threads.t
- virtx perl-module_src_test
-}