summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-libs/wxGTK: fix USE=pchSam James2022-10-081-1/+1
| | | | | Fixes: 3185d41c5e481a797773b8e72db02ebb3773ed65 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: add testsMatoro Mahri2022-10-082-2/+40
| | | | | | | | | | Note that upstream actually replaced cppunit with catch very soon after this tagged for 3.2.0, this changes the command-line syntax so this will need to be updated when the 3.2 branch is packaged. Bug: https://bugs.gentoo.org/856871 Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Replace deprecated virtual/jpeg dependencyEmily Rowlands2022-08-231-1/+1
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/26862 Signed-off-by: Emily Rowlands <emily@erowl.net> Signed-off-by: David Seifert <soap@gentoo.org>
* x11-libs/wxGTK: Disable precompiled headersEmily Rowlands2022-08-232-2/+12
| | | | | | | | | | | | This commit adds USE=pch to disable precompiled headers. PCHes are unstable and as such, USE=pch is masked globally. This bug can alternatively be fixed by filtering various FLAGs (-Wl,-O1 -Wl,-z,relro, and similar). Closes: https://bugs.gentoo.org/504204 Signed-off-by: Emily Rowlands <emily@erowl.net> Signed-off-by: David Seifert <soap@gentoo.org>
* x11-libs/wxGTK: drop 3.0.4-r302, 3.0.4-r303David Seifert2022-08-232-336/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.0.5.1 sparc, #856871Sam James2022-07-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.0.5.1 ppc, #856871Sam James2022-07-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: update EAPI 6 -> 8David Seifert2022-07-101-46/+41
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* x11-libs/wxGTK: x86 stable wrt bug #856871Agostino Sarubbo2022-07-091-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.0.5.1 arm64, #856871Arthur Zamarin2022-07-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.0.5.1 amd64, #856871Sam James2022-07-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.0.5.1 ppc64, #856871Arthur Zamarin2022-07-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.0.5.1 arm, #856871Arthur Zamarin2022-07-071-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-libs/wxGTK: keyword ~riscvYongxiang Liang2021-10-292-2/+2
| | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-libs/wxGTK: keyword 3.0.5.1 for ~riscvMarek Szuba2021-07-261-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-libs/wxGTK: fix USE="-X" removing of '/usr/bin/wxrc'Sergey Torokhov2021-05-132-2/+4
| | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/20627 Closes: https://bugs.gentoo.org/787305 Acked-by: Mart Raudsepp <leio@gentoo.org> Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: David Seifert <soap@gentoo.org>
* x11-libs/wxGTK: 3.0.5.1 version bumpSergey Torokhov2021-04-252-0/+169
| | | | | | | | | | | | | | | | | The fetching "wxGTK-3.0.5_p20210214.tar.xz" tarball contains patches from v3.0.5.1..WX_3_0_BRANCH available by end of day 2021-02-14. Some bakefile, 3.0.6 version update, wxMSW and wxMac patches removed. In 0006-* and 0009-* patches the chunks with "doc/changes.txt" changes were removed as they brake the src_prepare() phase. Also commit a309157a666e cherry-pick on top, as we want to remove webview from wx-config --libs to avoid overlinking in 3.0.x too. Closes: https://bugs.gentoo.org/732802 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/20212 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/wxGTK: EAPI 7David Michael2021-03-261-0/+166
| | | | | | | | | | | This fixes the wx-config script's --prefix option to work with libdir as well. Closes: https://github.com/gentoo/gentoo/pull/20045 Closes: https://bugs.gentoo.org/774021 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* x11-libs/wxGTK: drop ppc-macos/USE=aqua codeFabian Groffen2021-01-182-38/+6
| | | | | | Closes: https://bugs.gentoo.org/693636 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* x11-libs/wxGTK: drop x86-macosFabian Groffen2021-01-062-4/+4
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* Remove MULTILIB_USEDEP from all virtual/pkgconfig dependenciesMike Gilbert2020-06-132-2/+2
| | | | | Bug: https://bugs.gentoo.org/723112 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-262-3/+3
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-libs/wxGTK: remove oldMart Raudsepp2020-02-098-1048/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/wxGTK: drop to ~hppaMart Raudsepp2020-02-093-6/+6
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-253-3/+3
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-118-8/+8
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-libs/wxGTK: arm stable wrt bug #691936Mikle Kolyada2019-09-012-2/+2
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-libs/wxGTK: stable 3.0.4-r2 for ia64, bug #691936Sergei Trofimovich2019-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/wxGTK: stable 3.0.4-r2 for hppa, bug #691936Sergei Trofimovich2019-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/wxGTK: alpha stable wrt bug #691936Agostino Sarubbo2019-08-141-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/wxGTK: sparc stable wrt bug #691936Agostino Sarubbo2019-08-132-2/+2
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/wxGTK: ppc stable wrt bug #691936Agostino Sarubbo2019-08-132-2/+2
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/wxGTK: ppc64 stable wrt bug #691936Agostino Sarubbo2019-08-132-2/+2
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/wxGTK: arm64 stable (bug #691936)Aaron Bauman2019-08-122-2/+2
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="arm64"
* x11-libs/wxGTK: amd64 stable wrt bug #691936Agostino Sarubbo2019-08-122-2/+2
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/wxGTK: x86 stable (bug #691936)Thomas Deutschmann2019-08-122-2/+2
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-libs/wxGTK: update patchset, ignore C++ ABI changes at startupMart Raudsepp2019-07-144-0/+366
| | | | | | Closes: https://bugs.gentoo.org/676878 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/wxGTK: arm64 stableAaron Bauman2019-05-202-3/+3
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"
* x11-libs/wxGTK: stable 3.0.4 for hppa, bug #662526Sergei Trofimovich2019-01-031-2/+2
| | | | | | Package-Manager: Portage-2.3.53, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/wxGTK: update patchset and fix USE=sdl depMart Raudsepp2018-11-074-0/+400
| | | | | | | | | | | | | | configure checks for sdl2 first, and unconditionally picks that if found, instead of libsdl. So as we are in 2018, just force libsdl2 for USE=sdl to guarantee that what is depended on is also picked. Update patchset to early November state for a number of wxGTK bug fixes found on upstream WX_3_0_BRANCH. Closes: https://bugs.gentoo.org/669414 Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* x11-libs/wxGTK: stable 3.0.4-r300 for ppc, bug #662526Sergei Trofimovich2018-10-061-2/+2
| | | | | | | Tested-by: ernsteiswuerfel Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* x11-libs/wxGTK: stable 3.0.4 for ppc, bug #662526Sergei Trofimovich2018-10-061-2/+2
| | | | | | | Tested-by: ernsteiswuerfel Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* x11-libs/wxGTK-3.0.4-r0: alpha stableTobias Klausmann2018-09-131-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/662526
* x11-libs/wxGTK: arm stable wrt bug #662526Mikle Kolyada2018-08-221-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* x11-libs/wxGTK: remove last-rited 2.8 SLOTMart Raudsepp2018-08-1711-758/+0
| | | | | Closes: https://bugs.gentoo.org/661284 Package-Manager: Portage-2.3.46, Repoman-2.3.10
* x11-libs/wxGTK: stable 3.0.4-r300 for ppc64, bug #662526Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64"
* x11-libs/wxGTK: stable 3.0.4 for ppc64, bug #662526Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64"
* x11-libs/wxGTK: stable 3.0.4 for ia64, bug #662526Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"