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

commit:     ed08a23a6851fc365b1a538789258f4649091849
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 00:44:38 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 00:58:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed08a23a

dev-perl/Alien-wxWidgets: Fix use of wxwidgets eclass

EAPI5 auto-setup the wxwidgets magic, but EAPI6 requires explicit
invocation to function.

This omission means Alien-wxWidgets would get built with whatever was
currently selected with "eselect wxwidgets", ultimately resulting in
compilation failure in dev-perl/Wx when the wx implementation was
either wxGTK 2.8, or the GTK3 version of wxGTK3

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

 .../Alien-wxWidgets-0.690.0-r1.ebuild              | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.690.0-r1.ebuild b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.690.0-r1.ebuild
new file mode 100644
index 00000000000..4a697f0903d
--- /dev/null
+++ b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.690.0-r1.ebuild
@@ -0,0 +1,37 @@
+# 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.69
+inherit wxwidgets perl-module
+
+DESCRIPTION="Building, finding and using wxWidgets binaries"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86"
+IUSE="gstreamer opengl test"
+
+RDEPEND="
+	>=x11-libs/wxGTK-3:3.0[gstreamer=,opengl=,tiff,X]
+	>=dev-perl/Module-Pluggable-2.600.0
+"
+DEPEND="${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 )
+"
+
+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
+}


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

Thread overview: 16+ 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 --
2023-12-30  6:38 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-wxWidgets/ Arthur Zamarin
2023-12-30  6:38 Arthur Zamarin
2023-11-24 12:55 Pacho Ramos
2021-04-05 22:26 David Seifert
2021-04-05 17:55 Andreas K. Hüttel
2018-06-08 11:59 Kent Fredric
2018-05-29  8:39 Mikle Kolyada
2018-05-27 13:01 Thomas Deutschmann
2017-12-29 19:47 Mikle Kolyada
2017-04-11  7:06 Kent Fredric
2016-08-06 11:54 Kent Fredric
2016-04-03 21:24 Andreas Hüttel
2016-04-03 21:24 Andreas Hüttel
2015-12-26 23:00 Andreas Hüttel
2015-12-26 19:27 Mikle Kolyada

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=1521593904.ed08a23a6851fc365b1a538789258f4649091849.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