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: Wed, 21 Mar 2018 00:59:09 +0000 (UTC)	[thread overview]
Message-ID: <1521593905.dae187f9846017f28fbbd0047db520cad0b4daa8.kentnl@gentoo> (raw)

commit:     dae187f9846017f28fbbd0047db520cad0b4daa8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 00:57:47 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 00:58:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae187f9

dev-perl/Wx: Force newer Alien-wxWidgets to avoid wxgtk build issues

Older EAPI6 versions of Alien-wxWidgets could build against versions
of wxGTK that eventually lead to dev-perl/Wx failing to compile.

Also avoids using deprecated API of wxwidgets.eclass

Bug: https://bugs.gentoo.org/615246
Closes: https://bugs.gentoo.org/627180
Closes: https://bugs.gentoo.org/623042
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Wx/Wx-0.993.200-r1.ebuild | 46 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/dev-perl/Wx/Wx-0.993.200-r1.ebuild b/dev-perl/Wx/Wx-0.993.200-r1.ebuild
new file mode 100644
index 00000000000..b1d9866a7ae
--- /dev/null
+++ b/dev-perl/Wx/Wx-0.993.200-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 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.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
+	)
+"
+
+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
+}


             reply	other threads:[~2018-03-21  0:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-21  0:59 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-17  4:36 Kent Fredric
2018-06-06 23:23 Thomas Deutschmann
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=1521593905.dae187f9846017f28fbbd0047db520cad0b4daa8.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