public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
Date: Sun, 17 Jun 2018 04:36:06 +0000 (UTC)	[thread overview]
Message-ID: <1529210142.86785076b7000bb35938be80ccb0aa05fe14901f.kentnl@gentoo> (raw)

commit:     86785076b7000bb35938be80ccb0aa05fe14901f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 17 04:33:57 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 04:35:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86785076

dev-perl/Wx: Cleanup old re bug #615246

Closes: https://bugs.gentoo.org/615246
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Wx/Manifest            |  1 -
 dev-perl/Wx/Wx-0.992.800.ebuild | 46 -----------------------------------------
 dev-perl/Wx/Wx-0.993.200.ebuild | 46 -----------------------------------------
 3 files changed, 93 deletions(-)

diff --git a/dev-perl/Wx/Manifest b/dev-perl/Wx/Manifest
index 8498a8da1cd..3d7b2b30685 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 76265777444..00000000000
--- 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 56938753815..00000000000
--- 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
-}


             reply	other threads:[~2018-06-17  4:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-17  4:36 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-05 19:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/ Sam James
2024-09-05 19:33 Sam James
2024-01-18  8:06 Florian Schmaus
2024-01-18  8:06 Florian Schmaus
2023-06-11 15:37 Sam James
2021-04-05 17:55 Andreas K. Hüttel
2018-06-06 23:23 Thomas Deutschmann
2018-03-21  0:59 Kent Fredric
2017-06-29 21:30 Andreas Hüttel
2017-06-29 21:21 Andreas Hüttel
2016-12-28 16:45 Kent Fredric
2016-09-26 12:36 Agostino Sarubbo
2016-04-30 19:29 Andreas Hüttel
2016-04-29 19:36 Andreas Hüttel
2016-03-24 11:15 Andreas Hüttel
2016-03-10 23:10 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1529210142.86785076b7000bb35938be80ccb0aa05fe14901f.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox