dev-perl/Wx: Cleanup old re bug #615246
authorKent Fredric <kentnl@gentoo.org>
Sun, 17 Jun 2018 04:33:57 +0000 (16:33 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sun, 17 Jun 2018 04:35:42 +0000 (16:35 +1200)
Closes: https://bugs.gentoo.org/615246
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-perl/Wx/Manifest
dev-perl/Wx/Wx-0.992.800.ebuild [deleted file]
dev-perl/Wx/Wx-0.993.200.ebuild [deleted file]

index 8498a8da1cd86d3e94e4d7cae6e135ecf77b5503..3d7b2b30685465adf0ba1f02b241344d5a4d3a52 100644 (file)
@@ -1,2 +1 @@
-DIST Wx-0.9928.tar.gz 501439 BLAKE2B 8ea83983952660f052c123f0935f5cc9695297e0b3c74f8a3067ded758e30f1f2e8d6b3d80654e468ae91d1c789c5b2b8309b16033e980fb9de062b2ffc0efaa SHA512 9ddb946e1a6a7f670fcc27ece4227821cfa9b2fcebe078e8452e924a8786fca8c20c53262a5fa2f93ecd6586a82d42af77920ec543817a0552749caca2c552f6
 DIST Wx-0.9932.tar.gz 486326 BLAKE2B 54509a108b131973aa3c14fc895893248ddfe2807c0117a7fd56b710e79fbac257dadacb6aa39a0463447b16aa909bb2faed1a437024389afeb2b00c63562a8c SHA512 49f9a32bcd65ad4f2017f322e45ddaad741cdc0f0245489425771dda917553c354945fa949521c18730d27e78444a79d0d56374d462bcd92a96c0e76a4471c0e
diff --git a/dev-perl/Wx/Wx-0.992.800.ebuild b/dev-perl/Wx/Wx-0.992.800.ebuild
deleted file mode 100644 (file)
index 7626577..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WX_GTK_VER="3.0"
-DIST_AUTHOR=MDOOTSON
-DIST_VERSION=0.9928
-DIST_EXAMPLES=("samples/*")
-inherit wxwidgets virtualx perl-module
-
-DESCRIPTION="Perl bindings for wxGTK"
-HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-       >=dev-perl/Alien-wxWidgets-0.670.0
-       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
-       )
-"
-
-src_prepare() {
-       need-wxwidgets base-unicode
-       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
-}
diff --git a/dev-perl/Wx/Wx-0.993.200.ebuild b/dev-perl/Wx/Wx-0.993.200.ebuild
deleted file mode 100644 (file)
index 5693875..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-       >=dev-perl/Alien-wxWidgets-0.670.0
-       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
-       )
-"
-
-src_prepare() {
-       need-wxwidgets base-unicode
-       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
-}