summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-06-17 16:33:57 +1200
committerKent Fredric <kentnl@gentoo.org>2018-06-17 16:35:42 +1200
commit86785076b7000bb35938be80ccb0aa05fe14901f (patch)
tree4a7cf0ff922520ddfe4aed9dcdef56b051ed9fee /dev-perl/Wx
parentdev-perl/WWW-Mechanize-FormFiller: Cleanup old re bug #633482 (diff)
downloadgentoo-86785076b7000bb35938be80ccb0aa05fe14901f.tar.gz
gentoo-86785076b7000bb35938be80ccb0aa05fe14901f.tar.bz2
gentoo-86785076b7000bb35938be80ccb0aa05fe14901f.zip
dev-perl/Wx: Cleanup old re bug #615246
Closes: https://bugs.gentoo.org/615246 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Wx')
-rw-r--r--dev-perl/Wx/Manifest1
-rw-r--r--dev-perl/Wx/Wx-0.992.800.ebuild46
-rw-r--r--dev-perl/Wx/Wx-0.993.200.ebuild46
3 files changed, 0 insertions, 93 deletions
diff --git a/dev-perl/Wx/Manifest b/dev-perl/Wx/Manifest
index 8498a8da1cd8..3d7b2b306854 100644
--- a/dev-perl/Wx/Manifest
+++ b/dev-perl/Wx/Manifest
@@ -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
index 76265777444d..000000000000
--- a/dev-perl/Wx/Wx-0.992.800.ebuild
+++ /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
index 569387538158..000000000000
--- a/dev-perl/Wx/Wx-0.993.200.ebuild
+++ /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
-}