public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2016-03-10 23:10 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2016-03-10 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     57706d577385d992a55083ba964af1e571e018a2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 11:33:22 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 23:09:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57706d57

dev-perl/Wx: Copy from dev-perl/wxperl

This is to make gentoo naming closer to upstream naming
and more predictable for automation and maintainers.

Package-Manager: portage-2.2.27

 dev-perl/Wx/Manifest               |   3 +
 dev-perl/Wx/Wx-0.990.200-r1.ebuild |  26 ++++
 dev-perl/Wx/Wx-0.991.700.ebuild    |  28 ++++
 dev-perl/Wx/Wx-0.992.700-r1.ebuild |  46 ++++++
 dev-perl/Wx/Wx-0.992.700.ebuild    |  39 +++++
 dev-perl/Wx/metadata.xml           | 307 +++++++++++++++++++++++++++++++++++++
 6 files changed, 449 insertions(+)

diff --git a/dev-perl/Wx/Manifest b/dev-perl/Wx/Manifest
new file mode 100644
index 0000000..5bdc8e1
--- /dev/null
+++ b/dev-perl/Wx/Manifest
@@ -0,0 +1,3 @@
+DIST Wx-0.9902.tar.gz 406639 SHA256 ea4982993de1a188d4bc130d785f10faa0fda4c8521b08b3768915d0ed8b7ebf SHA512 e6d1061319c0232b0f5109f314b88c771960aeb2ce18effd4bf040fd377edd0f9ab94f3359c318b52a40fe73bd8e1a0c9f90d87d5c23690435303e644e5bbfd3 WHIRLPOOL 59f4b30616931d3c89bd61076bbaf69592ec0facb3eb063387d8d34f004b5c42775b5bafe688d2bd5458af9556c023a6149a0e104d7ef34403eccb9c760dc353
+DIST Wx-0.9917.tar.gz 485343 SHA256 1356f7830173ad17ad8bd760306ac101c05165613cb87e02d843f20c340c085a SHA512 6b06bfdd7ab883eaf8e6b3aed62ecf9105c2388be353a8c51355695543121350ead2040c51a4cf5a6ebacd1e8096cc76e9c77be0222fbc2c3ce2335028118fc8 WHIRLPOOL c907f852f977adc90b6438321151bd72aaf61b517c4e146e74848325e78bc4c5f8b64d210e4bd78d6ac23d7a51002660f21712b1b43a3e777c545926e10a020f
+DIST Wx-0.9927.tar.gz 486022 SHA256 a174bd1b6a5558174697775be0ede2fb8260258d60bb6e116dfe6f56ac1d22bb SHA512 9f81b0c5f8017ca03eeb773555842d3e2b8360b20b071534f9f6501094af0f5371a0b2cfb5cd490b7ee77316ad3005183ff8c16f945393bff2d615e4d8721726 WHIRLPOOL 1210eb83969ab1ab6b89dc8b1aa7d605406276b22dcaf35bdc1a2c9d02ecbb8a1ac88ed15f9852f9e38b959215cd4d55a2747204c37f4a61ebac69b7d7ea8a5b

diff --git a/dev-perl/Wx/Wx-0.990.200-r1.ebuild b/dev-perl/Wx/Wx-0.990.200-r1.ebuild
new file mode 100644
index 0000000..a23018a
--- /dev/null
+++ b/dev-perl/Wx/Wx-0.990.200-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="2.8"
+MODULE_AUTHOR=MDOOTSON
+MODULE_VERSION=0.9902
+inherit wxwidgets perl-module
+
+DESCRIPTION="Perl bindings for wxGTK"
+HOMEPAGE="http://wxperl.sourceforge.net/"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-perl/Alien-wxWidgets-0.25
+	>=virtual/perl-File-Spec-0.82"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-ParseXS-0.22.03
+	>=dev-perl/ExtUtils-XSpp-0.160.200"
+
+MAKEOPTS="${MAKEOPTS} -j1"

diff --git a/dev-perl/Wx/Wx-0.991.700.ebuild b/dev-perl/Wx/Wx-0.991.700.ebuild
new file mode 100644
index 0000000..87d6f40
--- /dev/null
+++ b/dev-perl/Wx/Wx-0.991.700.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="2.8"
+MODULE_AUTHOR=MDOOTSON
+MODULE_VERSION=0.9917
+inherit wxwidgets perl-module
+
+DESCRIPTION="Perl bindings for wxGTK"
+HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-perl/Alien-wxWidgets-0.25
+	>=virtual/perl-File-Spec-0.82
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-ParseXS-0.22.03
+	>=dev-perl/ExtUtils-XSpp-0.160.200
+"
+
+MAKEOPTS="${MAKEOPTS} -j1"

diff --git a/dev-perl/Wx/Wx-0.992.700-r1.ebuild b/dev-perl/Wx/Wx-0.992.700-r1.ebuild
new file mode 100644
index 0000000..b7f5a9e
--- /dev/null
+++ b/dev-perl/Wx/Wx-0.992.700-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+MODULE_AUTHOR=MDOOTSON
+MODULE_VERSION=0.9927
+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() {
+	VIRTUALX_COMMAND=perl-module_src_test
+	virtualmake
+}
+
+SRC_TEST=skip
+# bug 571470

diff --git a/dev-perl/Wx/Wx-0.992.700.ebuild b/dev-perl/Wx/Wx-0.992.700.ebuild
new file mode 100644
index 0000000..7f50a18
--- /dev/null
+++ b/dev-perl/Wx/Wx-0.992.700.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="2.8"
+MODULE_AUTHOR=MDOOTSON
+MODULE_VERSION=0.9927
+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.250.0
+	>=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_test() {
+	VIRTUALX_COMMAND=perl-module_src_test
+	virtualmake
+}
+
+SRC_TEST="do"

diff --git a/dev-perl/Wx/metadata.xml b/dev-perl/Wx/metadata.xml
new file mode 100644
index 0000000..950b6a7
--- /dev/null
+++ b/dev-perl/Wx/metadata.xml
@@ -0,0 +1,307 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Wx</remote-id>
+    <remote-id type="cpan-module">MY</remote-id>
+    <remote-id type="cpan-module">Wx</remote-id>
+    <remote-id type="cpan-module">Wx::AUI</remote-id>
+    <remote-id type="cpan-module">Wx::App</remote-id>
+    <remote-id type="cpan-module">Wx::ArchiveFSHandler</remote-id>
+    <remote-id type="cpan-module">Wx::ArrayStringProperty</remote-id>
+    <remote-id type="cpan-module">Wx::ArtProvider</remote-id>
+    <remote-id type="cpan-module">Wx::AuiManager</remote-id>
+    <remote-id type="cpan-module">Wx::AuiManagerEvent</remote-id>
+    <remote-id type="cpan-module">Wx::AuiNotebook</remote-id>
+    <remote-id type="cpan-module">Wx::AuiNotebookEvent</remote-id>
+    <remote-id type="cpan-module">Wx::BesthelpController</remote-id>
+    <remote-id type="cpan-module">Wx::BitmapDataObject</remote-id>
+    <remote-id type="cpan-module">Wx::BoolProperty</remote-id>
+    <remote-id type="cpan-module">Wx::CHMHelpController</remote-id>
+    <remote-id type="cpan-module">Wx::Calendar</remote-id>
+    <remote-id type="cpan-module">Wx::CalendarCtrl</remote-id>
+    <remote-id type="cpan-module">Wx::CalendarEvent</remote-id>
+    <remote-id type="cpan-module">Wx::ColourProperty</remote-id>
+    <remote-id type="cpan-module">Wx::ColourPropertyValue</remote-id>
+    <remote-id type="cpan-module">Wx::ContextHelpButton</remote-id>
+    <remote-id type="cpan-module">Wx::CursorProperty</remote-id>
+    <remote-id type="cpan-module">Wx::DND</remote-id>
+    <remote-id type="cpan-module">Wx::DataObject</remote-id>
+    <remote-id type="cpan-module">Wx::DataObjectComposite</remote-id>
+    <remote-id type="cpan-module">Wx::DataObjectSimple</remote-id>
+    <remote-id type="cpan-module">Wx::DataView</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewBitmapRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewCtrl</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewCustomRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewDateRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewEvent</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewIconTextRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewIndexListModel</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewModel</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewProgressRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewTextRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewTextRendererAttr</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewToggleRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewTreeCtrl</remote-id>
+    <remote-id type="cpan-module">Wx::DataViewTreeStore</remote-id>
+    <remote-id type="cpan-module">Wx::DatagramSocket</remote-id>
+    <remote-id type="cpan-module">Wx::DateEvent</remote-id>
+    <remote-id type="cpan-module">Wx::DatePickerCtrl</remote-id>
+    <remote-id type="cpan-module">Wx::DateProperty</remote-id>
+    <remote-id type="cpan-module">Wx::DateTime</remote-id>
+    <remote-id type="cpan-module">Wx::DirProperty</remote-id>
+    <remote-id type="cpan-module">Wx::DocChildFrame</remote-id>
+    <remote-id type="cpan-module">Wx::DocMDIChildFrame</remote-id>
+    <remote-id type="cpan-module">Wx::DocMDIParentFrame</remote-id>
+    <remote-id type="cpan-module">Wx::DocManager</remote-id>
+    <remote-id type="cpan-module">Wx::DocParentFrame</remote-id>
+    <remote-id type="cpan-module">Wx::DocPrintout</remote-id>
+    <remote-id type="cpan-module">Wx::DocView</remote-id>
+    <remote-id type="cpan-module">Wx::Document</remote-id>
+    <remote-id type="cpan-module">Wx::DropFilesEvent</remote-id>
+    <remote-id type="cpan-module">Wx::DropSource</remote-id>
+    <remote-id type="cpan-module">Wx::DropTarget</remote-id>
+    <remote-id type="cpan-module">Wx::Droptarget</remote-id>
+    <remote-id type="cpan-module">Wx::EditEnumProperty</remote-id>
+    <remote-id type="cpan-module">Wx::EnumProperty</remote-id>
+    <remote-id type="cpan-module">Wx::Event</remote-id>
+    <remote-id type="cpan-module">Wx::ExtHelpController</remote-id>
+    <remote-id type="cpan-module">Wx::FS</remote-id>
+    <remote-id type="cpan-module">Wx::FileDataObject</remote-id>
+    <remote-id type="cpan-module">Wx::FileDropTarget</remote-id>
+    <remote-id type="cpan-module">Wx::FileProperty</remote-id>
+    <remote-id type="cpan-module">Wx::FileSystemHandler</remote-id>
+    <remote-id type="cpan-module">Wx::FlagsProperty</remote-id>
+    <remote-id type="cpan-module">Wx::FloatProperty</remote-id>
+    <remote-id type="cpan-module">Wx::Font</remote-id>
+    <remote-id type="cpan-module">Wx::FontProperty</remote-id>
+    <remote-id type="cpan-module">Wx::GDIObject</remote-id>
+    <remote-id type="cpan-module">Wx::GenericMDIChildFrame</remote-id>
+    <remote-id type="cpan-module">Wx::GenericMDIClientWindow</remote-id>
+    <remote-id type="cpan-module">Wx::GenericMDIParentFrame</remote-id>
+    <remote-id type="cpan-module">Wx::GenericPageSetupDialog</remote-id>
+    <remote-id type="cpan-module">Wx::GenericPrintDialog</remote-id>
+    <remote-id type="cpan-module">Wx::GnomePrintDC</remote-id>
+    <remote-id type="cpan-module">Wx::Grid</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellAutoWrapStringEditor</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellAutoWrapStringRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellBoolEditor</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellBoolRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellChoiceEditor</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellDateTimeRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellEditor</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellEditorEvtHandler</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellEnumEditor</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellEnumRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellFloatEditor</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellFloatRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellNumberEditor</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellNumberRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellStringRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::GridCellTextEditor</remote-id>
+    <remote-id type="cpan-module">Wx::GridEditorCreatedEvent</remote-id>
+    <remote-id type="cpan-module">Wx::GridEvent</remote-id>
+    <remote-id type="cpan-module">Wx::GridRangeSelectEvent</remote-id>
+    <remote-id type="cpan-module">Wx::GridSizeEvent</remote-id>
+    <remote-id type="cpan-module">Wx::GridTableBase</remote-id>
+    <remote-id type="cpan-module">Wx::GridWindow</remote-id>
+    <remote-id type="cpan-module">Wx::Help</remote-id>
+    <remote-id type="cpan-module">Wx::HelpController</remote-id>
+    <remote-id type="cpan-module">Wx::HelpControllerBase</remote-id>
+    <remote-id type="cpan-module">Wx::HelpControllerHelpProvider</remote-id>
+    <remote-id type="cpan-module">Wx::HelpControllerHtml</remote-id>
+    <remote-id type="cpan-module">Wx::Html</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlCell</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlCellEvent</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlColourCell</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlContainerCell</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlFontCell</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlHelpController</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlLinkEvent</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlListBox</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlParser</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlTag</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlTagHandler</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlWidgetCell</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlWinParser</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlWinTagHandler</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlWindow</remote-id>
+    <remote-id type="cpan-module">Wx::HtmlWordCell</remote-id>
+    <remote-id type="cpan-module">Wx::IPV4address</remote-id>
+    <remote-id type="cpan-module">Wx::IPV6address</remote-id>
+    <remote-id type="cpan-module">Wx::IPaddress</remote-id>
+    <remote-id type="cpan-module">Wx::ImageFileProperty</remote-id>
+    <remote-id type="cpan-module">Wx::IntProperty</remote-id>
+    <remote-id type="cpan-module">Wx::InternetFSHandler</remote-id>
+    <remote-id type="cpan-module">Wx::Loader::Standard</remote-id>
+    <remote-id type="cpan-module">Wx::Locale</remote-id>
+    <remote-id type="cpan-module">Wx::Locale::T</remote-id>
+    <remote-id type="cpan-module">Wx::LongStringProperty</remote-id>
+    <remote-id type="cpan-module">Wx::MDI</remote-id>
+    <remote-id type="cpan-module">Wx::MDIChildFrame</remote-id>
+    <remote-id type="cpan-module">Wx::MDIClientWindow</remote-id>
+    <remote-id type="cpan-module">Wx::MDIParentFrame</remote-id>
+    <remote-id type="cpan-module">Wx::Media</remote-id>
+    <remote-id type="cpan-module">Wx::MediaCtrl</remote-id>
+    <remote-id type="cpan-module">Wx::MediaEvent</remote-id>
+    <remote-id type="cpan-module">Wx::Menu</remote-id>
+    <remote-id type="cpan-module">Wx::Mini</remote-id>
+    <remote-id type="cpan-module">Wx::MultiChoiceProperty</remote-id>
+    <remote-id type="cpan-module">Wx::Object</remote-id>
+    <remote-id type="cpan-module">Wx::ObjectRefData</remote-id>
+    <remote-id type="cpan-module">Wx::Overload::Driver</remote-id>
+    <remote-id type="cpan-module">Wx::Overload::Handle</remote-id>
+    <remote-id type="cpan-module">Wx::PGArrayEditorDialog</remote-id>
+    <remote-id type="cpan-module">Wx::PGArrayStringEditorDialog</remote-id>
+    <remote-id type="cpan-module">Wx::PGCell</remote-id>
+    <remote-id type="cpan-module">Wx::PGCellRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::PGCheckBoxEditor</remote-id>
+    <remote-id type="cpan-module">Wx::PGChoiceAndButtonEditor</remote-id>
+    <remote-id type="cpan-module">Wx::PGChoiceEditor</remote-id>
+    <remote-id type="cpan-module">Wx::PGChoicesData</remote-id>
+    <remote-id type="cpan-module">Wx::PGComboBoxEditor</remote-id>
+    <remote-id type="cpan-module">Wx::PGDatePickerCtrlEditor</remote-id>
+    <remote-id type="cpan-module">Wx::PGDefaultRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::PGEditor</remote-id>
+    <remote-id type="cpan-module">Wx::PGFileDialogAdapter</remote-id>
+    <remote-id type="cpan-module">Wx::PGInDialogValidator</remote-id>
+    <remote-id type="cpan-module">Wx::PGLongStringDialogAdapter</remote-id>
+    <remote-id type="cpan-module">Wx::PGMultiButton</remote-id>
+    <remote-id type="cpan-module">Wx::PGProperty</remote-id>
+    <remote-id type="cpan-module">Wx::PGSpinCtrlEditor</remote-id>
+    <remote-id type="cpan-module">Wx::PGTextCtrlAndButtonEditor</remote-id>
+    <remote-id type="cpan-module">Wx::PGTextCtrlEditor</remote-id>
+    <remote-id type="cpan-module">Wx::PageSetupDialog</remote-id>
+    <remote-id type="cpan-module">Wx::Perl::Carp</remote-id>
+    <remote-id type="cpan-module">Wx::Perl::SplashFast</remote-id>
+    <remote-id type="cpan-module">Wx::Perl::SplashFast::App</remote-id>
+    <remote-id type="cpan-module">Wx::Perl::TextValidator</remote-id>
+    <remote-id type="cpan-module">Wx::PerlTest</remote-id>
+    <remote-id type="cpan-module">Wx::PlArtProvider</remote-id>
+    <remote-id type="cpan-module">Wx::PlCommand</remote-id>
+    <remote-id type="cpan-module">Wx::PlDataObjectSimple</remote-id>
+    <remote-id type="cpan-module">Wx::PlDataViewIndexListModel</remote-id>
+    <remote-id type="cpan-module">Wx::PlDropTarget</remote-id>
+    <remote-id type="cpan-module">Wx::PlFSFile</remote-id>
+    <remote-id type="cpan-module">Wx::PlFileSystemHandler</remote-id>
+    <remote-id type="cpan-module">Wx::PlGridCellEditor</remote-id>
+    <remote-id type="cpan-module">Wx::PlGridCellRenderer</remote-id>
+    <remote-id type="cpan-module">Wx::PlGridTable</remote-id>
+    <remote-id type="cpan-module">Wx::PlHtmlListBox</remote-id>
+    <remote-id type="cpan-module">Wx::PlHtmlTag</remote-id>
+    <remote-id type="cpan-module">Wx::PlHtmlTagHandler</remote-id>
+    <remote-id type="cpan-module">Wx::PlHtmlWinTagHandler</remote-id>
+    <remote-id type="cpan-module">Wx::PlPreviewControlBar</remote-id>
+    <remote-id type="cpan-module">Wx::PlPreviewFrame</remote-id>
+    <remote-id type="cpan-module">Wx::PlThreadEvent</remote-id>
+    <remote-id type="cpan-module">Wx::PlXmlResourceHandler</remote-id>
+    <remote-id type="cpan-module">Wx::PliXmlSubclassFactory</remote-id>
+    <remote-id type="cpan-module">Wx::PostScriptDC</remote-id>
+    <remote-id type="cpan-module">Wx::PostScriptPrintPreview</remote-id>
+    <remote-id type="cpan-module">Wx::PostScriptPrinter</remote-id>
+    <remote-id type="cpan-module">Wx::PreviewCanvas</remote-id>
+    <remote-id type="cpan-module">Wx::PreviewControlBar</remote-id>
+    <remote-id type="cpan-module">Wx::PreviewFrame</remote-id>
+    <remote-id type="cpan-module">Wx::Print</remote-id>
+    <remote-id type="cpan-module">Wx::PrintDialog</remote-id>
+    <remote-id type="cpan-module">Wx::PrintPaperType</remote-id>
+    <remote-id type="cpan-module">Wx::PrintPreview</remote-id>
+    <remote-id type="cpan-module">Wx::PrintPreviewBase</remote-id>
+    <remote-id type="cpan-module">Wx::PrinterDC</remote-id>
+    <remote-id type="cpan-module">Wx::Printout</remote-id>
+    <remote-id type="cpan-module">Wx::PropertyCategory</remote-id>
+    <remote-id type="cpan-module">Wx::PropertyGrid</remote-id>
+    <remote-id type="cpan-module">Wx::PropertyGridIterator</remote-id>
+    <remote-id type="cpan-module">Wx::PropertyGridIteratorBase</remote-id>
+    <remote-id type="cpan-module">Wx::PropertyGridManager</remote-id>
+    <remote-id type="cpan-module">Wx::PropertyGridPage</remote-id>
+    <remote-id type="cpan-module">Wx::RadioBox</remote-id>
+    <remote-id type="cpan-module">Wx::Ribbon</remote-id>
+    <remote-id type="cpan-module">Wx::RibbonAUIArtProvider</remote-id>
+    <remote-id type="cpan-module">Wx::RibbonArtProvider</remote-id>
+    <remote-id type="cpan-module">Wx::RibbonDefaultArtProvider</remote-id>
+    <remote-id type="cpan-module">Wx::RibbonMSWArtProvider</remote-id>
+    <remote-id type="cpan-module">Wx::RichText</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextBox</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextBuffer</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextCharacterStyleDefinition</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextCompositeObject</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextCtrl</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextEvent</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextFormattingDialog</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextHTMLHandler</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextHeaderFooterData</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextListStyleDefinition</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextObject</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextParagraphLayoutBox</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextParagraphStyleDefinition</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextPrinting</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextStyleComboCtrl</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextStyleDefinition</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextStyleListBox</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextStyleListCtrl</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextStyleOrganiserDialog</remote-id>
+    <remote-id type="cpan-module">Wx::RichTextXMLHandler</remote-id>
+    <remote-id type="cpan-module">Wx::STC</remote-id>
+    <remote-id type="cpan-module">Wx::SimpleApp</remote-id>
+    <remote-id type="cpan-module">Wx::SimpleHelpProvider</remote-id>
+    <remote-id type="cpan-module">Wx::SimpleHtmlListBox</remote-id>
+    <remote-id type="cpan-module">Wx::Socket</remote-id>
+    <remote-id type="cpan-module">Wx::Socket::Event</remote-id>
+    <remote-id type="cpan-module">Wx::SocketClient</remote-id>
+    <remote-id type="cpan-module">Wx::SocketEvent</remote-id>
+    <remote-id type="cpan-module">Wx::SocketServer</remote-id>
+    <remote-id type="cpan-module">Wx::StringProperty</remote-id>
+    <remote-id type="cpan-module">Wx::StyledTextCtrl</remote-id>
+    <remote-id type="cpan-module">Wx::StyledTextEvent</remote-id>
+    <remote-id type="cpan-module">Wx::SymbolPickerDialog</remote-id>
+    <remote-id type="cpan-module">Wx::SystemColourProperty</remote-id>
+    <remote-id type="cpan-module">Wx::TextAttrEx</remote-id>
+    <remote-id type="cpan-module">Wx::TextDataObject</remote-id>
+    <remote-id type="cpan-module">Wx::TextDropTarget</remote-id>
+    <remote-id type="cpan-module">Wx::TimePickerCtrl</remote-id>
+    <remote-id type="cpan-module">Wx::Timer</remote-id>
+    <remote-id type="cpan-module">Wx::TimerRunner</remote-id>
+    <remote-id type="cpan-module">Wx::TreeItemId</remote-id>
+    <remote-id type="cpan-module">Wx::UIntProperty</remote-id>
+    <remote-id type="cpan-module">Wx::UNIXaddress</remote-id>
+    <remote-id type="cpan-module">Wx::URLDataObject</remote-id>
+    <remote-id type="cpan-module">Wx::View</remote-id>
+    <remote-id type="cpan-module">Wx::WebView</remote-id>
+    <remote-id type="cpan-module">Wx::WebViewArchiveHandler</remote-id>
+    <remote-id type="cpan-module">Wx::WebViewEvent</remote-id>
+    <remote-id type="cpan-module">Wx::WebViewHandler</remote-id>
+    <remote-id type="cpan-module">Wx::WinHelpController</remote-id>
+    <remote-id type="cpan-module">Wx::WindowsPrintPreview</remote-id>
+    <remote-id type="cpan-module">Wx::WindowsPrinter</remote-id>
+    <remote-id type="cpan-module">Wx::XRC</remote-id>
+    <remote-id type="cpan-module">Wx::XSP::Enum</remote-id>
+    <remote-id type="cpan-module">Wx::XSP::Event</remote-id>
+    <remote-id type="cpan-module">Wx::XSP::Overload</remote-id>
+    <remote-id type="cpan-module">Wx::XSP::Virtual</remote-id>
+    <remote-id type="cpan-module">Wx::ZipFSHandler</remote-id>
+    <remote-id type="cpan-module">Wx::build::MakeMaker</remote-id>
+    <remote-id type="cpan-module">Wx::build::MakeMaker::Any_OS</remote-id>
+    <remote-id type="cpan-module">Wx::build::MakeMaker::Any_wx_config</remote-id>
+    <remote-id type="cpan-module">Wx::build::MakeMaker::Core</remote-id>
+    <remote-id type="cpan-module">Wx::build::MakeMaker::Core::Dummy</remote-id>
+    <remote-id type="cpan-module">Wx::build::MakeMaker::Hacks</remote-id>
+    <remote-id type="cpan-module">Wx::build::MakeMaker::MacOSX_GCC</remote-id>
+    <remote-id type="cpan-module">Wx::build::MakeMaker::Win32</remote-id>
+    <remote-id type="cpan-module">Wx::build::MakeMaker::Win32_MSVC</remote-id>
+    <remote-id type="cpan-module">Wx::build::MakeMaker::Win32_MinGW</remote-id>
+    <remote-id type="cpan-module">Wx::build::Options</remote-id>
+    <remote-id type="cpan-module">Wx::build::Utils</remote-id>
+    <remote-id type="cpan-module">build::Wx::XSP::Enum</remote-id>
+    <remote-id type="cpan-module">build::Wx::XSP::Event</remote-id>
+    <remote-id type="cpan-module">build::Wx::XSP::Overload</remote-id>
+    <remote-id type="cpan-module">build::Wx::XSP::Virtual</remote-id>
+    <remote-id type="sourceforge">wxperl</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2016-03-24 11:15 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2016-03-24 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     20d3b677923812bb1692a18c6a51f311aa8ee4b8
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 11:13:28 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 11:13:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d3b677

dev-perl/Wx: Maintainer stabilization. Current stable does not build with in-tree dev-perl/Alien-wxWidgets.

Package-Manager: portage-2.2.28

 dev-perl/Wx/Wx-0.992.700-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Wx/Wx-0.992.700-r1.ebuild b/dev-perl/Wx/Wx-0.992.700-r1.ebuild
index b7f5a9e..cc5f057 100644
--- a/dev-perl/Wx/Wx-0.992.700-r1.ebuild
+++ b/dev-perl/Wx/Wx-0.992.700-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Perl bindings for wxGTK"
 HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2016-04-29 19:36 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2016-04-29 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     bf676596e58772b0c129e3cc08926966d8c0cc8b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 17:46:09 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 19:35:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf676596

dev-perl/Wx: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Wx/Manifest               |  2 --
 dev-perl/Wx/Wx-0.990.200-r1.ebuild | 26 -------------------------
 dev-perl/Wx/Wx-0.991.700.ebuild    | 28 ---------------------------
 dev-perl/Wx/Wx-0.992.700.ebuild    | 39 --------------------------------------
 4 files changed, 95 deletions(-)

diff --git a/dev-perl/Wx/Manifest b/dev-perl/Wx/Manifest
index d9da84e..964f67b 100644
--- a/dev-perl/Wx/Manifest
+++ b/dev-perl/Wx/Manifest
@@ -1,4 +1,2 @@
-DIST Wx-0.9902.tar.gz 406639 SHA256 ea4982993de1a188d4bc130d785f10faa0fda4c8521b08b3768915d0ed8b7ebf SHA512 e6d1061319c0232b0f5109f314b88c771960aeb2ce18effd4bf040fd377edd0f9ab94f3359c318b52a40fe73bd8e1a0c9f90d87d5c23690435303e644e5bbfd3 WHIRLPOOL 59f4b30616931d3c89bd61076bbaf69592ec0facb3eb063387d8d34f004b5c42775b5bafe688d2bd5458af9556c023a6149a0e104d7ef34403eccb9c760dc353
-DIST Wx-0.9917.tar.gz 485343 SHA256 1356f7830173ad17ad8bd760306ac101c05165613cb87e02d843f20c340c085a SHA512 6b06bfdd7ab883eaf8e6b3aed62ecf9105c2388be353a8c51355695543121350ead2040c51a4cf5a6ebacd1e8096cc76e9c77be0222fbc2c3ce2335028118fc8 WHIRLPOOL c907f852f977adc90b6438321151bd72aaf61b517c4e146e74848325e78bc4c5f8b64d210e4bd78d6ac23d7a51002660f21712b1b43a3e777c545926e10a020f
 DIST Wx-0.9927.tar.gz 486022 SHA256 a174bd1b6a5558174697775be0ede2fb8260258d60bb6e116dfe6f56ac1d22bb SHA512 9f81b0c5f8017ca03eeb773555842d3e2b8360b20b071534f9f6501094af0f5371a0b2cfb5cd490b7ee77316ad3005183ff8c16f945393bff2d615e4d8721726 WHIRLPOOL 1210eb83969ab1ab6b89dc8b1aa7d605406276b22dcaf35bdc1a2c9d02ecbb8a1ac88ed15f9852f9e38b959215cd4d55a2747204c37f4a61ebac69b7d7ea8a5b
 DIST Wx-0.9928.tar.gz 501439 SHA256 58e06c094c07817617b1e69fa0501f2cee80cd4700ac7a62c516179f7aa85b42 SHA512 9ddb946e1a6a7f670fcc27ece4227821cfa9b2fcebe078e8452e924a8786fca8c20c53262a5fa2f93ecd6586a82d42af77920ec543817a0552749caca2c552f6 WHIRLPOOL e8d3b68a7cf1ecaaa8134b7108606b3c8f8116908ab3daff1502f0023a469ca608ab5c310405dea68a7afb8baac4bcfae08cc576d96fb1256c9a30d210e1b248

diff --git a/dev-perl/Wx/Wx-0.990.200-r1.ebuild b/dev-perl/Wx/Wx-0.990.200-r1.ebuild
deleted file mode 100644
index a23018a..0000000
--- a/dev-perl/Wx/Wx-0.990.200-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-MODULE_AUTHOR=MDOOTSON
-MODULE_VERSION=0.9902
-inherit wxwidgets perl-module
-
-DESCRIPTION="Perl bindings for wxGTK"
-HOMEPAGE="http://wxperl.sourceforge.net/"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-perl/Alien-wxWidgets-0.25
-	>=virtual/perl-File-Spec-0.82"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-ParseXS-0.22.03
-	>=dev-perl/ExtUtils-XSpp-0.160.200"
-
-MAKEOPTS="${MAKEOPTS} -j1"

diff --git a/dev-perl/Wx/Wx-0.991.700.ebuild b/dev-perl/Wx/Wx-0.991.700.ebuild
deleted file mode 100644
index 87d6f40..0000000
--- a/dev-perl/Wx/Wx-0.991.700.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-MODULE_AUTHOR=MDOOTSON
-MODULE_VERSION=0.9917
-inherit wxwidgets perl-module
-
-DESCRIPTION="Perl bindings for wxGTK"
-HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-perl/Alien-wxWidgets-0.25
-	>=virtual/perl-File-Spec-0.82
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-ParseXS-0.22.03
-	>=dev-perl/ExtUtils-XSpp-0.160.200
-"
-
-MAKEOPTS="${MAKEOPTS} -j1"

diff --git a/dev-perl/Wx/Wx-0.992.700.ebuild b/dev-perl/Wx/Wx-0.992.700.ebuild
deleted file mode 100644
index 7f50a18..0000000
--- a/dev-perl/Wx/Wx-0.992.700.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-MODULE_AUTHOR=MDOOTSON
-MODULE_VERSION=0.9927
-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.250.0
-	>=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_test() {
-	VIRTUALX_COMMAND=perl-module_src_test
-	virtualmake
-}
-
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2016-04-30 19:29 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2016-04-30 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     70c66c40396792a5fd723057412d6e17b11bc62a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 19:29:39 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 19:29:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c66c40

dev-perl/Wx: Disable one misbehaving test

Package-Manager: portage-2.2.28

 dev-perl/Wx/Wx-0.992.800.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Wx/Wx-0.992.800.ebuild b/dev-perl/Wx/Wx-0.992.800.ebuild
index 99b7666..9fadda9 100644
--- a/dev-perl/Wx/Wx-0.992.800.ebuild
+++ b/dev-perl/Wx/Wx-0.992.800.ebuild
@@ -39,6 +39,9 @@ src_prepare() {
 }
 
 src_test() {
-	perl_rm_files t/12_pod.t
+	# 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
 }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2016-09-26 12:36 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2016-09-26 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ba72854fc7e2c96eb2660bd7f6152e8c9ddf9336
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 12:34:31 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 12:35:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba72854f

dev-perl/Wx: amd64 stable wrt bug #594290

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Wx/Wx-0.992.800.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Wx/Wx-0.992.800.ebuild b/dev-perl/Wx/Wx-0.992.800.ebuild
index 9fadda9..da176d3 100644
--- a/dev-perl/Wx/Wx-0.992.800.ebuild
+++ b/dev-perl/Wx/Wx-0.992.800.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Perl bindings for wxGTK"
 HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2016-12-28 16:45 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2016-12-28 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     10cf3135849c977ca74b5a3b82a3250cb01a918f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 16:45:03 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 16:45:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10cf3135

dev-perl/Wx: x86 stable wrt bug #594190

AT by Myckel Habets

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Wx/Wx-0.992.800.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Wx/Wx-0.992.800.ebuild b/dev-perl/Wx/Wx-0.992.800.ebuild
index da176d3..9e75c26 100644
--- a/dev-perl/Wx/Wx-0.992.800.ebuild
+++ b/dev-perl/Wx/Wx-0.992.800.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Perl bindings for wxGTK"
 HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2017-06-29 21:21 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2017-06-29 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8d7f7f316be4ebcbd580e0013aae89d36511ae08
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 21:21:00 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 21:21:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7f7f31

dev-perl/Wx: Version bump, fixes bug 615246

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Wx/Manifest            |  1 +
 dev-perl/Wx/Wx-0.993.200.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-perl/Wx/Manifest b/dev-perl/Wx/Manifest
index 964f67b8be1..5a45df7be6b 100644
--- a/dev-perl/Wx/Manifest
+++ b/dev-perl/Wx/Manifest
@@ -1,2 +1,3 @@
 DIST Wx-0.9927.tar.gz 486022 SHA256 a174bd1b6a5558174697775be0ede2fb8260258d60bb6e116dfe6f56ac1d22bb SHA512 9f81b0c5f8017ca03eeb773555842d3e2b8360b20b071534f9f6501094af0f5371a0b2cfb5cd490b7ee77316ad3005183ff8c16f945393bff2d615e4d8721726 WHIRLPOOL 1210eb83969ab1ab6b89dc8b1aa7d605406276b22dcaf35bdc1a2c9d02ecbb8a1ac88ed15f9852f9e38b959215cd4d55a2747204c37f4a61ebac69b7d7ea8a5b
 DIST Wx-0.9928.tar.gz 501439 SHA256 58e06c094c07817617b1e69fa0501f2cee80cd4700ac7a62c516179f7aa85b42 SHA512 9ddb946e1a6a7f670fcc27ece4227821cfa9b2fcebe078e8452e924a8786fca8c20c53262a5fa2f93ecd6586a82d42af77920ec543817a0552749caca2c552f6 WHIRLPOOL e8d3b68a7cf1ecaaa8134b7108606b3c8f8116908ab3daff1502f0023a469ca608ab5c310405dea68a7afb8baac4bcfae08cc576d96fb1256c9a30d210e1b248
+DIST Wx-0.9932.tar.gz 486326 SHA256 1cfdb6535a0f4676e6f1aab2c9d8e16d577be3eb3b7cc04c8074d685e6651b70 SHA512 49f9a32bcd65ad4f2017f322e45ddaad741cdc0f0245489425771dda917553c354945fa949521c18730d27e78444a79d0d56374d462bcd92a96c0e76a4471c0e WHIRLPOOL 5a4e5655fdbbb62c12a210c735bd1e5475b1a80d8e1e0b94d81a86eb59ced6bf4ea594be548b132af9b49f5effe867881a77ef3ad065a7c5428b1bf4f330d041

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


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2017-06-29 21:30 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2017-06-29 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     87d7504c4a34cb22ab88662e111266de2d541098
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 21:23:19 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 21:23:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d7504c

dev-perl/Wx: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Wx/Manifest               |  1 -
 dev-perl/Wx/Wx-0.992.700-r1.ebuild | 45 --------------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-perl/Wx/Manifest b/dev-perl/Wx/Manifest
index 5a45df7be6b..51a42f7d4ce 100644
--- a/dev-perl/Wx/Manifest
+++ b/dev-perl/Wx/Manifest
@@ -1,3 +1,2 @@
-DIST Wx-0.9927.tar.gz 486022 SHA256 a174bd1b6a5558174697775be0ede2fb8260258d60bb6e116dfe6f56ac1d22bb SHA512 9f81b0c5f8017ca03eeb773555842d3e2b8360b20b071534f9f6501094af0f5371a0b2cfb5cd490b7ee77316ad3005183ff8c16f945393bff2d615e4d8721726 WHIRLPOOL 1210eb83969ab1ab6b89dc8b1aa7d605406276b22dcaf35bdc1a2c9d02ecbb8a1ac88ed15f9852f9e38b959215cd4d55a2747204c37f4a61ebac69b7d7ea8a5b
 DIST Wx-0.9928.tar.gz 501439 SHA256 58e06c094c07817617b1e69fa0501f2cee80cd4700ac7a62c516179f7aa85b42 SHA512 9ddb946e1a6a7f670fcc27ece4227821cfa9b2fcebe078e8452e924a8786fca8c20c53262a5fa2f93ecd6586a82d42af77920ec543817a0552749caca2c552f6 WHIRLPOOL e8d3b68a7cf1ecaaa8134b7108606b3c8f8116908ab3daff1502f0023a469ca608ab5c310405dea68a7afb8baac4bcfae08cc576d96fb1256c9a30d210e1b248
 DIST Wx-0.9932.tar.gz 486326 SHA256 1cfdb6535a0f4676e6f1aab2c9d8e16d577be3eb3b7cc04c8074d685e6651b70 SHA512 49f9a32bcd65ad4f2017f322e45ddaad741cdc0f0245489425771dda917553c354945fa949521c18730d27e78444a79d0d56374d462bcd92a96c0e76a4471c0e WHIRLPOOL 5a4e5655fdbbb62c12a210c735bd1e5475b1a80d8e1e0b94d81a86eb59ced6bf4ea594be548b132af9b49f5effe867881a77ef3ad065a7c5428b1bf4f330d041

diff --git a/dev-perl/Wx/Wx-0.992.700-r1.ebuild b/dev-perl/Wx/Wx-0.992.700-r1.ebuild
deleted file mode 100644
index 108940c1703..00000000000
--- a/dev-perl/Wx/Wx-0.992.700-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-MODULE_AUTHOR=MDOOTSON
-MODULE_VERSION=0.9927
-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() {
-	VIRTUALX_COMMAND=perl-module_src_test
-	virtualmake
-}
-
-SRC_TEST=skip
-# bug 571470


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2018-03-21  0:59 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2018-03-21  0:59 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2018-06-06 23:23 Thomas Deutschmann
  0 siblings, 0 replies; 17+ messages in thread
From: Thomas Deutschmann @ 2018-06-06 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     3a5b6fe7cfa6e5bfc02766bfc0d08ffd7a1f8cf4
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  6 23:11:51 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 23:22:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5b6fe7

dev-perl/Wx: x86 stable (bug #657192)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Wx/Wx-0.993.200-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Wx/Wx-0.993.200-r1.ebuild b/dev-perl/Wx/Wx-0.993.200-r1.ebuild
index b1d9866a7ae..d52e669c68c 100644
--- a/dev-perl/Wx/Wx-0.993.200-r1.ebuild
+++ b/dev-perl/Wx/Wx-0.993.200-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Perl bindings for wxGTK"
 HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2018-06-17  4:36 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2018-06-17  4:36 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2021-04-05 17:55 Andreas K. Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas K. Hüttel @ 2021-04-05 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     21ae18a1d348041e5faf357801ecc0503e911ead
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 17:54:10 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 17:54:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ae18a1

dev-perl/Wx: EAPI bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 dev-perl/Wx/{Wx-0.993.200-r1.ebuild => Wx-0.993.200-r2.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Wx/Wx-0.993.200-r1.ebuild b/dev-perl/Wx/Wx-0.993.200-r2.ebuild
similarity index 94%
rename from dev-perl/Wx/Wx-0.993.200-r1.ebuild
rename to dev-perl/Wx/Wx-0.993.200-r2.ebuild
index 45ffb0f9eef..da10528d27c 100644
--- a/dev-perl/Wx/Wx-0.993.200-r1.ebuild
+++ b/dev-perl/Wx/Wx-0.993.200-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 WX_GTK_VER="3.0"
 DIST_AUTHOR=MDOOTSON
@@ -32,6 +32,7 @@ DEPEND="${RDEPEND}
 		>=virtual/perl-Test-Simple-0.430.0
 	)
 "
+BDEPEND=${DEPEND}
 
 src_prepare() {
 	setup-wxwidgets


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2023-06-11 15:37 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2023-06-11 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5b6acb369478b8a66aeae2bdec0c8c5637ec8373
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jun 11 10:05:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 15:35:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6acb36

dev-perl/Wx: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Wx/Wx-0.993.200-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Wx/Wx-0.993.200-r2.ebuild b/dev-perl/Wx/Wx-0.993.200-r2.ebuild
index 5a47b9bf46b1..7f084f48811c 100644
--- a/dev-perl/Wx/Wx-0.993.200-r2.ebuild
+++ b/dev-perl/Wx/Wx-0.993.200-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ DIST_EXAMPLES=("samples/*")
 inherit wxwidgets virtualx perl-module
 
 DESCRIPTION="Perl bindings for wxGTK"
-HOMEPAGE="http://wxperl.sourceforge.net/ https://metacpan.org/release/Wx"
+HOMEPAGE="https://wxperl.sourceforge.net/ https://metacpan.org/release/Wx"
 
 SLOT="0"
 KEYWORDS="amd64 ~riscv x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2024-01-18  8:06 Florian Schmaus
  0 siblings, 0 replies; 17+ messages in thread
From: Florian Schmaus @ 2024-01-18  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     aed8c248c6ccd90affe4d67815c4f306df1261aa
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed Jan 17 19:39:15 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 08:04:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed8c248

dev-perl/Wx: Stabilize 0.993.200-r3 x86, #920999

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-perl/Wx/Wx-0.993.200-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Wx/Wx-0.993.200-r3.ebuild b/dev-perl/Wx/Wx-0.993.200-r3.ebuild
index 8018cd8883c7..9c2559675aa1 100644
--- a/dev-perl/Wx/Wx-0.993.200-r3.ebuild
+++ b/dev-perl/Wx/Wx-0.993.200-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="${SRC_URI}
 	https://dev.gentoo.org/~pacho/${PN}/${P}-wx32-port.patch"
 
 SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2024-01-18  8:06 Florian Schmaus
  0 siblings, 0 replies; 17+ messages in thread
From: Florian Schmaus @ 2024-01-18  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     548fbc0765f2369c84955bdb8a89c00dcadfea57
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed Jan 17 19:31:36 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 08:04:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548fbc07

dev-perl/Wx: Stabilize 0.993.200-r3 amd64, #920999

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-perl/Wx/Wx-0.993.200-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Wx/Wx-0.993.200-r3.ebuild b/dev-perl/Wx/Wx-0.993.200-r3.ebuild
index 5cd0d3e5b5b8..8018cd8883c7 100644
--- a/dev-perl/Wx/Wx-0.993.200-r3.ebuild
+++ b/dev-perl/Wx/Wx-0.993.200-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ SRC_URI="${SRC_URI}
 	https://dev.gentoo.org/~pacho/${PN}/${P}-wx32-port.patch"
 
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2024-09-05 19:33 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-09-05 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f23db62bf4b32dc086f17caa964001ed9e92328e
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Thu Sep  5 18:36:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  5 19:32:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23db62b

dev-perl/Wx: move setup-wxwidgets

Closes: https://bugs.gentoo.org/935471
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Wx/Wx-0.993.200-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Wx/Wx-0.993.200-r3.ebuild b/dev-perl/Wx/Wx-0.993.200-r3.ebuild
index e2efd5f8250a..abf2f39974bc 100644
--- a/dev-perl/Wx/Wx-0.993.200-r3.ebuild
+++ b/dev-perl/Wx/Wx-0.993.200-r3.ebuild
@@ -50,7 +50,6 @@ src_prepare() {
 	dos2unix MANIFEST || die
 	dos2unix typemap || die
 
-	setup-wxwidgets
 	perl-module_src_prepare
 }
 
@@ -58,6 +57,7 @@ src_configure() {
 	# xspp sets CC to a c++ compiler but the eclass overrides it
 	# https://bugs.gentoo.org/931939
 	export CC="$(tc-getCXX)"
+	setup-wxwidgets
 	perl-module_src_configure
 }
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/
@ 2024-09-05 19:33 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-09-05 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     df72bb6d4a18a552c6ef7d989bf477e56bb1109f
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Thu Sep  5 16:50:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  5 19:32:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df72bb6d

dev-perl/Wx: export CC as CXX due to xspp expectations

Previous eclass change modified behavior to explicitly set CC. This
broke expectiations for xspp as Wx was setting CC to CXX in a weak way.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a650e223a09b0616a4e619c73cc033478fb7a61
https://metacpan.org/release/MDOOTSON/Wx-0.9932/source/build/Wx/build/MakeMaker/Any_wx_config.pm#L27

Closes: https://bugs.gentoo.org/931939
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Wx/Wx-0.993.200-r3.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Wx/Wx-0.993.200-r3.ebuild b/dev-perl/Wx/Wx-0.993.200-r3.ebuild
index 9c2559675aa1..e2efd5f8250a 100644
--- a/dev-perl/Wx/Wx-0.993.200-r3.ebuild
+++ b/dev-perl/Wx/Wx-0.993.200-r3.ebuild
@@ -7,7 +7,7 @@ WX_GTK_VER="3.2-gtk3"
 DIST_AUTHOR=MDOOTSON
 DIST_VERSION=0.9932
 DIST_EXAMPLES=("samples/*")
-inherit wxwidgets virtualx perl-module
+inherit toolchain-funcs wxwidgets virtualx perl-module
 
 DESCRIPTION="Perl bindings for wxGTK"
 HOMEPAGE="https://wxperl.sourceforge.net/ https://metacpan.org/release/Wx"
@@ -54,6 +54,13 @@ src_prepare() {
 	perl-module_src_prepare
 }
 
+src_configure() {
+	# xspp sets CC to a c++ compiler but the eclass overrides it
+	# https://bugs.gentoo.org/931939
+	export CC="$(tc-getCXX)"
+	perl-module_src_configure
+}
+
 src_test() {
 	# the webview/t/03_threads.t test tends to hang or crash in weird
 	# ways depending on local configuration. eg, backtraces involving


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-09-05 19:33 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29 21:21 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2024-09-05 19:33 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
2018-03-21  0:59 Kent Fredric
2017-06-29 21:30 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox