diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:42:48 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:00 -0400 |
commit | 855f37e18e8cdcf27f93108f6108c21ff8258342 (patch) | |
tree | c519619c720cee4f47c506acb88010bceda541cc /dev-perl/Alien-wxWidgets | |
parent | dev-perl/Alien-HDF4: Drop old versions (diff) | |
download | gentoo-855f37e18e8cdcf27f93108f6108c21ff8258342.tar.gz gentoo-855f37e18e8cdcf27f93108f6108c21ff8258342.tar.bz2 gentoo-855f37e18e8cdcf27f93108f6108c21ff8258342.zip |
dev-perl/Alien-wxWidgets: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Alien-wxWidgets')
-rw-r--r-- | dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.690.0-r2.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.690.0-r2.ebuild b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.690.0-r2.ebuild deleted file mode 100644 index a060d1ced0dc..000000000000 --- a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.690.0-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 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.69 -inherit wxwidgets perl-module - -DESCRIPTION="Building, finding and using wxWidgets binaries" - -SLOT="0" -KEYWORDS="amd64 ~ia64 ~riscv x86" -IUSE="gstreamer opengl test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=x11-libs/wxGTK-3:${WX_GTK_VER}[gstreamer=,opengl=,tiff,X] - >=dev-perl/Module-Pluggable-2.600.0 -" -BDEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-CBuilder-0.24 - >=virtual/perl-File-Spec-1.500.0 - >=dev-perl/Module-Build-0.280.0 - test? ( virtual/perl-Test-Simple ) -" -DEPEND=${BDEPEND} - -src_configure() { - setup-wxwidgets - myconf=( --wxWidgets-build=0 ) - perl-module_src_configure -} - -src_test() { - perl_rm_files t/zz_pod.t t/zy_pod_coverage.t - perl-module_src_test -} |